| 1 | [ Feb 6 05:10:47 Enabled. ] | ||
| 2 | [ Feb 6 05:10:47 Rereading configuration. ] | ||
| 3 | [ Feb 6 05:10:49 Rereading configuration. ] | ||
| 4 | [ Feb 6 05:10:54 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Feb 6 05:10: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 | 2025.02.06 05:10:55.445250 [ 1 ] {} <Information> Application: Will watch for the process with pid 23102 | ||
| 29 | 2025.02.06 05:10:55.445898 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.06 05:10:55.795389 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23102 | ||
| 31 | 2025.02.06 05:10:55.796096 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.06 05:10:55.796761 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.06 05:10:55.881974 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.06 05:10:55.927435 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.06 05:10:55.927488 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.06 05:10:55.927505 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.06 05:10:55.927564 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.06 05:10:55.927959 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.06 05:10:55.929692 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.02.06 05:10:55.930516 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.06 05:10:55.931334 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.02.06 05:10:55.931357 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.02.06 05:10:55.931373 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.06 05:10:55.931537 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.06 05:10:55.932440 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.06 05:10:55.937554 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.06 05:10:55.938290 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.06 05:10:55.939911 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.06 05:10:55.939976 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.06 05:10:55.941521 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.02.06 05:10:55.941998 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.06 05:10:55.946296 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.06 05:10:55.946652 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.06 05:10:55.948280 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.06 05:10:55.948700 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.06 05:10:55.949041 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.06 05:10:55.949437 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.06 05:10:55.950755 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.06 05:10:55.950782 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.06 05:10:55.950858 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.06 05:10:55.951047 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.06 05:10:55.982383 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.06 05:10:55.982413 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000169865 sec | ||
| 68 | 2025.02.06 05:10:55.982461 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.06 05:10:55.982480 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.06 05:10:55.983586 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.06 05:10:55.984613 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.06 05:10:55.997239 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.06 05:10:55.997282 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.06 05:10:55.997303 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.06 05:10:55.997315 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.06 05:10:55.997345 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.06 05:10:55.997365 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.06 05:10:56.000004 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.06 05:10:56.000052 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.06 05:10:56.000075 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.06 05:10:56.000260 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.06 05:10:56.000280 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.06 05:10:56.000313 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.06 05:10:56.000333 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.06 05:10:56.000345 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.06 05:10:56.000374 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.06 05:10:56.000392 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.06 05:10:56.026611 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.06 05:10:56.032695 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.06 05:10:56.032747 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.6163e-05 sec | ||
| 91 | 2025.02.06 05:10:56.032771 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.06 05:10:56.032791 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.06 05:10:56.032830 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.06 05:10:56.033118 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.06 05:10:56.033184 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.06 05:10:56.033205 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.06 05:10:56.033222 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.02.06 05:10:56.033247 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.06 05:10:56.050270 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.06 05:10:56.050497 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.02.06 05:10:56.051427 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.7261e-05 sec. | ||
| 102 | 2025.02.06 05:10:56.052365 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.06 05:10:56.052450 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.06 05:10:56.052469 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.06 05:10:57.071742 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49527 | ||
| 106 | 2025.02.06 05:10:57.072059 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.06 05:10:57.072124 [ 3 ] {} <Debug> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Authenticating user 'default' from [fd00:1122:3344:101::d]:49527 | ||
| 108 | 2025.02.06 05:10:57.072163 [ 3 ] {} <Debug> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.06 05:10:57.072188 [ 3 ] {} <Debug> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.06 05:10:57.072286 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.06 05:10:57.072319 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.02.06 05:10:57.072348 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.02.06 05:10:57.072762 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65467 | ||
| 114 | 2025.02.06 05:10:57.072774 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58429 | ||
| 115 | 2025.02.06 05:10:57.072919 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.02.06 05:10:57.072967 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.02.06 05:10:57.072967 [ 4 ] {} <Debug> TCP-Session: 67a533f0-99eb-48ec-be25-500087a39477 Authenticating user 'default' from [fd00:1122:3344:101::d]:65467 | ||
| 118 | 2025.02.06 05:10:57.073038 [ 5 ] {} <Debug> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Authenticating user 'default' from [fd00:1122:3344:101::d]:58429 | ||
| 119 | 2025.02.06 05:10:57.073048 [ 4 ] {} <Debug> TCP-Session: 67a533f0-99eb-48ec-be25-500087a39477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.02.06 05:10:57.073081 [ 5 ] {} <Debug> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.02.06 05:10:57.073093 [ 4 ] {} <Debug> TCP-Session: 67a533f0-99eb-48ec-be25-500087a39477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.02.06 05:10:57.073129 [ 5 ] {} <Debug> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.02.06 05:10:57.073834 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60980 | ||
| 124 | 2025.02.06 05:10:57.074020 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.02.06 05:10:57.074038 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47790 | ||
| 126 | 2025.02.06 05:10:57.074067 [ 253 ] {} <Debug> TCP-Session: 30861a6b-39aa-4671-b612-0aad3a7c413f Authenticating user 'default' from [fd00:1122:3344:101::d]:60980 | ||
| 127 | 2025.02.06 05:10:57.074806 [ 253 ] {} <Debug> TCP-Session: 30861a6b-39aa-4671-b612-0aad3a7c413f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.02.06 05:10:57.074818 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.02.06 05:10:57.074842 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43142 | ||
| 130 | 2025.02.06 05:10:57.074953 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 131 | 2025.02.06 05:10:57.074955 [ 254 ] {} <Debug> TCP-Session: 34e67736-349f-4373-9488-5d59b27b9eca Authenticating user 'default' from [fd00:1122:3344:101::d]:47790 | ||
| 132 | 2025.02.06 05:10:57.074974 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57679 | ||
| 133 | 2025.02.06 05:10:57.074974 [ 253 ] {} <Debug> TCP-Session: 30861a6b-39aa-4671-b612-0aad3a7c413f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.02.06 05:10:57.075249 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.02.06 05:10:57.075291 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32945 | ||
| 136 | 2025.02.06 05:10:57.075308 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.02.06 05:10:57.075328 [ 254 ] {} <Debug> TCP-Session: 34e67736-349f-4373-9488-5d59b27b9eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.02.06 05:10:57.075405 [ 255 ] {} <Debug> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Authenticating user 'default' from [fd00:1122:3344:101::d]:43142 | ||
| 139 | 2025.02.06 05:10:57.075443 [ 254 ] {} <Debug> TCP-Session: 34e67736-349f-4373-9488-5d59b27b9eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.02.06 05:10:57.075445 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45198 | ||
| 141 | 2025.02.06 05:10:57.075472 [ 256 ] {} <Debug> TCP-Session: efb88e1a-76c7-4cd8-b595-f300a2de67fc Authenticating user 'default' from [fd00:1122:3344:101::d]:57679 | ||
| 142 | 2025.02.06 05:10:57.075787 [ 255 ] {} <Debug> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.02.06 05:10:57.075822 [ 256 ] {} <Debug> TCP-Session: efb88e1a-76c7-4cd8-b595-f300a2de67fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.02.06 05:10:57.075856 [ 255 ] {} <Debug> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.02.06 05:10:57.075803 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 146 | 2025.02.06 05:10:57.075894 [ 256 ] {} <Debug> TCP-Session: efb88e1a-76c7-4cd8-b595-f300a2de67fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.06 05:10:57.075796 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 148 | 2025.02.06 05:10:57.075937 [ 257 ] {} <Debug> TCP-Session: 2b0c94a6-b268-4562-9b32-96f97c926868 Authenticating user 'default' from [fd00:1122:3344:101::d]:32945 | ||
| 149 | 2025.02.06 05:10:57.076020 [ 257 ] {} <Debug> TCP-Session: 2b0c94a6-b268-4562-9b32-96f97c926868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.02.06 05:10:57.076030 [ 258 ] {} <Debug> TCP-Session: 52796e0f-dcf0-4681-8796-4641aefddecf Authenticating user 'default' from [fd00:1122:3344:101::d]:45198 | ||
| 151 | 2025.02.06 05:10:57.076076 [ 257 ] {} <Debug> TCP-Session: 2b0c94a6-b268-4562-9b32-96f97c926868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.06 05:10:57.076085 [ 258 ] {} <Debug> TCP-Session: 52796e0f-dcf0-4681-8796-4641aefddecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.06 05:10:57.076607 [ 258 ] {} <Debug> TCP-Session: 52796e0f-dcf0-4681-8796-4641aefddecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.02.06 05:10:57.078426 [ 3 ] {7b8d2820-982b-4f6c-a3bc-898003525ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.02.06 05:10:57.171448 [ 3 ] {7b8d2820-982b-4f6c-a3bc-898003525ca4} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49527) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.02.06 05:10:57.172711 [ 3 ] {7b8d2820-982b-4f6c-a3bc-898003525ca4} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.02.06 05:10:57.172818 [ 3 ] {7b8d2820-982b-4f6c-a3bc-898003525ca4} <Debug> TCPHandler: Processed in 0.099716954 sec. | ||
| 204 | 2025.02.06 05:10:57.174136 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.02.06 05:10:57.174368 [ 255 ] {8fbbebe1-1806-4caa-a41e-ac7b50724508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.02.06 05:10:57.174755 [ 255 ] {8fbbebe1-1806-4caa-a41e-ac7b50724508} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43142) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.02.06 05:10:57.174916 [ 255 ] {8fbbebe1-1806-4caa-a41e-ac7b50724508} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.02.06 05:10:57.174999 [ 255 ] {8fbbebe1-1806-4caa-a41e-ac7b50724508} <Debug> TCPHandler: Processed in 0.001014493 sec. | ||
| 255 | 2025.02.06 05:10:57.175285 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.02.06 05:10:57.176481 [ 3 ] {6eb647e2-1a60-4c4b-99c0-8721010ad1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.02.06 05:10:57.177099 [ 3 ] {6eb647e2-1a60-4c4b-99c0-8721010ad1ea} <Debug> TCPHandler: Processed in 0.001931453 sec. | ||
| 258 | 2025.02.06 05:10:57.177401 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2025.02.06 05:10:57.177606 [ 255 ] {544367b5-c6fe-4b7e-9324-93c54fd5aeae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2025.02.06 05:10:57.177766 [ 255 ] {544367b5-c6fe-4b7e-9324-93c54fd5aeae} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2025.02.06 05:10:57.182639 [ 255 ] {544367b5-c6fe-4b7e-9324-93c54fd5aeae} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2025.02.06 05:10:57.182665 [ 255 ] {544367b5-c6fe-4b7e-9324-93c54fd5aeae} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1392e-05 sec | ||
| 263 | 2025.02.06 05:10:57.182682 [ 255 ] {544367b5-c6fe-4b7e-9324-93c54fd5aeae} <Trace> ReferentialDeps: No tables | ||
| 264 | 2025.02.06 05:10:57.182711 [ 255 ] {544367b5-c6fe-4b7e-9324-93c54fd5aeae} <Trace> LoadingDeps: No tables | ||
| 265 | 2025.02.06 05:10:57.182740 [ 255 ] {544367b5-c6fe-4b7e-9324-93c54fd5aeae} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2025.02.06 05:10:57.182800 [ 255 ] {544367b5-c6fe-4b7e-9324-93c54fd5aeae} <Debug> TCPHandler: Processed in 0.00550422 sec. | ||
| 267 | 2025.02.06 05:10:57.182983 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2025.02.06 05:10:57.183182 [ 3 ] {7989135f-869e-463f-b5d8-94eb69f56a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2025.02.06 05:10:57.183234 [ 3 ] {7989135f-869e-463f-b5d8-94eb69f56a08} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2025.02.06 05:10:57.190785 [ 3 ] {7989135f-869e-463f-b5d8-94eb69f56a08} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2025.02.06 05:10:57.193140 [ 3 ] {7989135f-869e-463f-b5d8-94eb69f56a08} <Debug> oximeter.version (2d1422a6-f695-4d8c-90dc-e5f6b472dc84): Loading data parts | ||
| 273 | 2025.02.06 05:10:57.193643 [ 3 ] {7989135f-869e-463f-b5d8-94eb69f56a08} <Debug> oximeter.version (2d1422a6-f695-4d8c-90dc-e5f6b472dc84): There are no data parts | ||
| 274 | 2025.02.06 05:10:57.197684 [ 3 ] {7989135f-869e-463f-b5d8-94eb69f56a08} <Debug> TCPHandler: Processed in 0.014757723 sec. | ||
| 275 | 2025.02.06 05:10:57.198004 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2025.02.06 05:10:57.198457 [ 255 ] {19c81bb5-6add-4fe9-a422-2ce7c69b4702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | 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) | ||
| 287 | 2025.02.06 05:10:57.198589 [ 255 ] {19c81bb5-6add-4fe9-a422-2ce7c69b4702} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2025.02.06 05:10:57.209678 [ 255 ] {19c81bb5-6add-4fe9-a422-2ce7c69b4702} <Debug> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Loading data parts | ||
| 289 | 2025.02.06 05:10:57.209885 [ 255 ] {19c81bb5-6add-4fe9-a422-2ce7c69b4702} <Debug> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): There are no data parts | ||
| 290 | 2025.02.06 05:10:57.211345 [ 255 ] {19c81bb5-6add-4fe9-a422-2ce7c69b4702} <Debug> TCPHandler: Processed in 0.01345313 sec. | ||
| 291 | 2025.02.06 05:10:57.211540 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2025.02.06 05:10:57.211772 [ 3 ] {1523c48d-7afd-4ef5-b639-a61d221bf235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 293 | 2025.02.06 05:10:57.211836 [ 3 ] {1523c48d-7afd-4ef5-b639-a61d221bf235} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2025.02.06 05:10:57.214721 [ 3 ] {1523c48d-7afd-4ef5-b639-a61d221bf235} <Debug> oximeter.measurements_i8 (a0ed7c48-976e-4e1f-a9da-d8e078f1e6ef): Loading data parts | ||
| 295 | 2025.02.06 05:10:57.215017 [ 3 ] {1523c48d-7afd-4ef5-b639-a61d221bf235} <Debug> oximeter.measurements_i8 (a0ed7c48-976e-4e1f-a9da-d8e078f1e6ef): There are no data parts | ||
| 296 | 2025.02.06 05:10:57.216310 [ 3 ] {1523c48d-7afd-4ef5-b639-a61d221bf235} <Debug> TCPHandler: Processed in 0.004829589 sec. | ||
| 297 | 2025.02.06 05:10:57.216482 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2025.02.06 05:10:57.216688 [ 255 ] {4687ce57-b27f-4dd5-b149-6053c969975d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 299 | 2025.02.06 05:10:57.216762 [ 255 ] {4687ce57-b27f-4dd5-b149-6053c969975d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2025.02.06 05:10:57.223419 [ 255 ] {4687ce57-b27f-4dd5-b149-6053c969975d} <Debug> oximeter.measurements_u8 (2b8b878a-d512-406c-a5f0-0b9523ec2f3c): Loading data parts | ||
| 301 | 2025.02.06 05:10:57.223619 [ 255 ] {4687ce57-b27f-4dd5-b149-6053c969975d} <Debug> oximeter.measurements_u8 (2b8b878a-d512-406c-a5f0-0b9523ec2f3c): There are no data parts | ||
| 302 | 2025.02.06 05:10:57.240456 [ 255 ] {4687ce57-b27f-4dd5-b149-6053c969975d} <Debug> TCPHandler: Processed in 0.024028747 sec. | ||
| 303 | 2025.02.06 05:10:57.240747 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2025.02.06 05:10:57.240998 [ 3 ] {bdddbc5e-0e6d-4d7e-9db4-0a9ef3358229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 305 | 2025.02.06 05:10:57.241095 [ 3 ] {bdddbc5e-0e6d-4d7e-9db4-0a9ef3358229} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2025.02.06 05:10:57.244055 [ 3 ] {bdddbc5e-0e6d-4d7e-9db4-0a9ef3358229} <Debug> oximeter.measurements_i16 (91b1f3ef-902b-48e6-9cc8-e01b64f82252): Loading data parts | ||
| 307 | 2025.02.06 05:10:57.244241 [ 3 ] {bdddbc5e-0e6d-4d7e-9db4-0a9ef3358229} <Debug> oximeter.measurements_i16 (91b1f3ef-902b-48e6-9cc8-e01b64f82252): There are no data parts | ||
| 308 | 2025.02.06 05:10:57.252329 [ 3 ] {bdddbc5e-0e6d-4d7e-9db4-0a9ef3358229} <Debug> TCPHandler: Processed in 0.011657011 sec. | ||
| 309 | 2025.02.06 05:10:57.252570 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2025.02.06 05:10:57.252809 [ 255 ] {7192e264-8dfd-44de-a110-d22cbe7380c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 311 | 2025.02.06 05:10:57.252884 [ 255 ] {7192e264-8dfd-44de-a110-d22cbe7380c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2025.02.06 05:10:57.255171 [ 255 ] {7192e264-8dfd-44de-a110-d22cbe7380c3} <Debug> oximeter.measurements_u16 (961a98f4-a5f7-4372-b5cf-5ffdad5ec58d): Loading data parts | ||
| 313 | 2025.02.06 05:10:57.255368 [ 255 ] {7192e264-8dfd-44de-a110-d22cbe7380c3} <Debug> oximeter.measurements_u16 (961a98f4-a5f7-4372-b5cf-5ffdad5ec58d): There are no data parts | ||
| 314 | 2025.02.06 05:10:57.264013 [ 255 ] {7192e264-8dfd-44de-a110-d22cbe7380c3} <Debug> TCPHandler: Processed in 0.011511577 sec. | ||
| 315 | 2025.02.06 05:10:57.264229 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2025.02.06 05:10:57.264524 [ 3 ] {49f81a27-3c6b-44a5-aae1-10c18365d49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 317 | 2025.02.06 05:10:57.264599 [ 3 ] {49f81a27-3c6b-44a5-aae1-10c18365d49e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 318 | 2025.02.06 05:10:57.268072 [ 3 ] {49f81a27-3c6b-44a5-aae1-10c18365d49e} <Debug> oximeter.measurements_i32 (654c74f2-b627-4e89-a8a9-742600f59dc2): Loading data parts | ||
| 319 | 2025.02.06 05:10:57.268269 [ 3 ] {49f81a27-3c6b-44a5-aae1-10c18365d49e} <Debug> oximeter.measurements_i32 (654c74f2-b627-4e89-a8a9-742600f59dc2): There are no data parts | ||
| 320 | 2025.02.06 05:10:57.276966 [ 3 ] {49f81a27-3c6b-44a5-aae1-10c18365d49e} <Debug> TCPHandler: Processed in 0.012808279 sec. | ||
| 321 | 2025.02.06 05:10:57.277315 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 322 | 2025.02.06 05:10:57.277761 [ 255 ] {6a2ae3df-5d53-418e-9ac0-81703c329fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 323 | 2025.02.06 05:10:57.277925 [ 255 ] {6a2ae3df-5d53-418e-9ac0-81703c329fe8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 324 | 2025.02.06 05:10:57.284977 [ 255 ] {6a2ae3df-5d53-418e-9ac0-81703c329fe8} <Debug> oximeter.measurements_u32 (5f0b41b8-b0eb-4b38-9cd6-7656dacd9f9c): Loading data parts | ||
| 325 | 2025.02.06 05:10:57.285170 [ 255 ] {6a2ae3df-5d53-418e-9ac0-81703c329fe8} <Debug> oximeter.measurements_u32 (5f0b41b8-b0eb-4b38-9cd6-7656dacd9f9c): There are no data parts | ||
| 326 | 2025.02.06 05:10:57.288714 [ 255 ] {6a2ae3df-5d53-418e-9ac0-81703c329fe8} <Debug> TCPHandler: Processed in 0.011515457 sec. | ||
| 327 | 2025.02.06 05:10:57.288912 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 328 | 2025.02.06 05:10:57.289151 [ 3 ] {f83f8da7-f964-48fa-9a32-5ba4161d7a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 329 | 2025.02.06 05:10:57.289203 [ 3 ] {f83f8da7-f964-48fa-9a32-5ba4161d7a0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 330 | 2025.02.06 05:10:57.299115 [ 3 ] {f83f8da7-f964-48fa-9a32-5ba4161d7a0c} <Debug> oximeter.measurements_i64 (2f51c625-1057-45b8-a13d-c8b7acb97194): Loading data parts | ||
| 331 | 2025.02.06 05:10:57.299299 [ 3 ] {f83f8da7-f964-48fa-9a32-5ba4161d7a0c} <Debug> oximeter.measurements_i64 (2f51c625-1057-45b8-a13d-c8b7acb97194): There are no data parts | ||
| 332 | 2025.02.06 05:10:57.301555 [ 3 ] {f83f8da7-f964-48fa-9a32-5ba4161d7a0c} <Debug> TCPHandler: Processed in 0.012703335 sec. | ||
| 333 | 2025.02.06 05:10:57.301776 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2025.02.06 05:10:57.301995 [ 255 ] {24622c72-60d9-471f-88a8-8924709a55fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 335 | 2025.02.06 05:10:57.302065 [ 255 ] {24622c72-60d9-471f-88a8-8924709a55fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 336 | 2025.02.06 05:10:57.306978 [ 255 ] {24622c72-60d9-471f-88a8-8924709a55fd} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Loading data parts | ||
| 337 | 2025.02.06 05:10:57.307172 [ 255 ] {24622c72-60d9-471f-88a8-8924709a55fd} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): There are no data parts | ||
| 338 | 2025.02.06 05:10:57.308581 [ 255 ] {24622c72-60d9-471f-88a8-8924709a55fd} <Debug> TCPHandler: Processed in 0.006876545 sec. | ||
| 339 | 2025.02.06 05:10:57.308787 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 340 | 2025.02.06 05:10:57.309032 [ 3 ] {bbf3bc43-8b54-413e-a886-157e2c8ad4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 341 | 2025.02.06 05:10:57.309089 [ 3 ] {bbf3bc43-8b54-413e-a886-157e2c8ad4e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 342 | 2025.02.06 05:10:57.314314 [ 3 ] {bbf3bc43-8b54-413e-a886-157e2c8ad4e0} <Debug> oximeter.measurements_f32 (5c350a75-851f-4134-a667-1ec5e2b38ec0): Loading data parts | ||
| 343 | 2025.02.06 05:10:57.314489 [ 3 ] {bbf3bc43-8b54-413e-a886-157e2c8ad4e0} <Debug> oximeter.measurements_f32 (5c350a75-851f-4134-a667-1ec5e2b38ec0): There are no data parts | ||
| 344 | 2025.02.06 05:10:57.325462 [ 3 ] {bbf3bc43-8b54-413e-a886-157e2c8ad4e0} <Debug> TCPHandler: Processed in 0.016741828 sec. | ||
| 345 | 2025.02.06 05:10:57.325745 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2025.02.06 05:10:57.325969 [ 255 ] {3625b5ee-6e67-41f7-97f8-869fb8f2d1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 347 | 2025.02.06 05:10:57.326050 [ 255 ] {3625b5ee-6e67-41f7-97f8-869fb8f2d1b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 348 | 2025.02.06 05:10:57.331575 [ 255 ] {3625b5ee-6e67-41f7-97f8-869fb8f2d1b6} <Debug> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Loading data parts | ||
| 349 | 2025.02.06 05:10:57.331771 [ 255 ] {3625b5ee-6e67-41f7-97f8-869fb8f2d1b6} <Debug> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): There are no data parts | ||
| 350 | 2025.02.06 05:10:57.338793 [ 255 ] {3625b5ee-6e67-41f7-97f8-869fb8f2d1b6} <Debug> TCPHandler: Processed in 0.01314028 sec. | ||
| 351 | 2025.02.06 05:10:57.338994 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 352 | 2025.02.06 05:10:57.339236 [ 3 ] {d661c1ca-b597-480c-bcc4-dafc593657ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 353 | 2025.02.06 05:10:57.339288 [ 3 ] {d661c1ca-b597-480c-bcc4-dafc593657ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 354 | 2025.02.06 05:10:57.349352 [ 3 ] {d661c1ca-b597-480c-bcc4-dafc593657ff} <Debug> oximeter.measurements_string (4f7d4f5a-c422-4fdf-8d94-77d6537f051d): Loading data parts | ||
| 355 | 2025.02.06 05:10:57.349568 [ 3 ] {d661c1ca-b597-480c-bcc4-dafc593657ff} <Debug> oximeter.measurements_string (4f7d4f5a-c422-4fdf-8d94-77d6537f051d): There are no data parts | ||
| 356 | 2025.02.06 05:10:57.354733 [ 3 ] {d661c1ca-b597-480c-bcc4-dafc593657ff} <Debug> TCPHandler: Processed in 0.015800697 sec. | ||
| 357 | 2025.02.06 05:10:57.354960 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 358 | 2025.02.06 05:10:57.355185 [ 255 ] {bfe32f66-1b22-4db4-8130-eac9ddefebd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 359 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 360 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 361 | * a string isn't palatable for a few reasons. | ||
| 362 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 363 | * details. | ||
| 364 | */ | ||
| 365 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 366 | 2025.02.06 05:10:57.355267 [ 255 ] {bfe32f66-1b22-4db4-8130-eac9ddefebd9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 367 | 2025.02.06 05:10:57.360326 [ 255 ] {bfe32f66-1b22-4db4-8130-eac9ddefebd9} <Debug> oximeter.measurements_bytes (21e583ee-8e49-4e93-a3cb-554de4251d4c): Loading data parts | ||
| 368 | 2025.02.06 05:10:57.360498 [ 255 ] {bfe32f66-1b22-4db4-8130-eac9ddefebd9} <Debug> oximeter.measurements_bytes (21e583ee-8e49-4e93-a3cb-554de4251d4c): There are no data parts | ||
| 369 | 2025.02.06 05:10:57.365205 [ 255 ] {bfe32f66-1b22-4db4-8130-eac9ddefebd9} <Debug> TCPHandler: Processed in 0.010315378 sec. | ||
| 370 | 2025.02.06 05:10:57.365463 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2025.02.06 05:10:57.365815 [ 3 ] {8b98ab23-2c57-441e-9d81-bf8d699df610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 372 | 2025.02.06 05:10:57.365918 [ 3 ] {8b98ab23-2c57-441e-9d81-bf8d699df610} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 373 | 2025.02.06 05:10:57.372087 [ 3 ] {8b98ab23-2c57-441e-9d81-bf8d699df610} <Debug> oximeter.measurements_cumulativei64 (479f9dc8-898d-48d4-86fd-1e833843e4e0): Loading data parts | ||
| 374 | 2025.02.06 05:10:57.372299 [ 3 ] {8b98ab23-2c57-441e-9d81-bf8d699df610} <Debug> oximeter.measurements_cumulativei64 (479f9dc8-898d-48d4-86fd-1e833843e4e0): There are no data parts | ||
| 375 | 2025.02.06 05:10:57.382146 [ 3 ] {8b98ab23-2c57-441e-9d81-bf8d699df610} <Debug> TCPHandler: Processed in 0.016767409 sec. | ||
| 376 | 2025.02.06 05:10:57.382351 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2025.02.06 05:10:57.382600 [ 255 ] {c44b9176-2f62-4847-a0bc-1e79ff9a6a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 378 | 2025.02.06 05:10:57.382668 [ 255 ] {c44b9176-2f62-4847-a0bc-1e79ff9a6a93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 379 | 2025.02.06 05:10:57.388815 [ 255 ] {c44b9176-2f62-4847-a0bc-1e79ff9a6a93} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Loading data parts | ||
| 380 | 2025.02.06 05:10:57.388991 [ 255 ] {c44b9176-2f62-4847-a0bc-1e79ff9a6a93} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): There are no data parts | ||
| 381 | 2025.02.06 05:10:57.393910 [ 255 ] {c44b9176-2f62-4847-a0bc-1e79ff9a6a93} <Debug> TCPHandler: Processed in 0.01161674 sec. | ||
| 382 | 2025.02.06 05:10:57.394174 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2025.02.06 05:10:57.394447 [ 3 ] {93bc5225-b72d-4373-b04d-97e3ade8f8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 384 | 2025.02.06 05:10:57.394532 [ 3 ] {93bc5225-b72d-4373-b04d-97e3ade8f8a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 385 | 2025.02.06 05:10:57.400284 [ 3 ] {93bc5225-b72d-4373-b04d-97e3ade8f8a5} <Debug> oximeter.measurements_cumulativef32 (132e7728-21af-4f81-adb7-6f718f9a6406): Loading data parts | ||
| 386 | 2025.02.06 05:10:57.400465 [ 3 ] {93bc5225-b72d-4373-b04d-97e3ade8f8a5} <Debug> oximeter.measurements_cumulativef32 (132e7728-21af-4f81-adb7-6f718f9a6406): There are no data parts | ||
| 387 | 2025.02.06 05:10:57.405157 [ 3 ] {93bc5225-b72d-4373-b04d-97e3ade8f8a5} <Debug> TCPHandler: Processed in 0.011056311 sec. | ||
| 388 | 2025.02.06 05:10:57.405382 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2025.02.06 05:10:57.405610 [ 255 ] {1acff8df-6669-4c9d-9ca4-3bcf471dbc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 390 | 2025.02.06 05:10:57.405686 [ 255 ] {1acff8df-6669-4c9d-9ca4-3bcf471dbc7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 391 | 2025.02.06 05:10:57.407687 [ 255 ] {1acff8df-6669-4c9d-9ca4-3bcf471dbc7e} <Debug> oximeter.measurements_cumulativef64 (21a877fe-b4f0-42e8-bdcd-d8eb91ad3574): Loading data parts | ||
| 392 | 2025.02.06 05:10:57.407862 [ 255 ] {1acff8df-6669-4c9d-9ca4-3bcf471dbc7e} <Debug> oximeter.measurements_cumulativef64 (21a877fe-b4f0-42e8-bdcd-d8eb91ad3574): There are no data parts | ||
| 393 | 2025.02.06 05:10:57.411857 [ 255 ] {1acff8df-6669-4c9d-9ca4-3bcf471dbc7e} <Debug> TCPHandler: Processed in 0.006537584 sec. | ||
| 394 | 2025.02.06 05:10:57.412043 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2025.02.06 05:10:57.412374 [ 3 ] {422df1e4-7af8-4ce0-9d96-330cd9c75501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 396 | * NOTE: Array types cannot be Nullable, see | ||
| 397 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 398 | * for more details. | ||
| 399 | * | ||
| 400 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 401 | * is unfortunate, and at this point relies on the fact that an | ||
| 402 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 403 | * to figure out another way to represent missing samples here. | ||
| 404 | */ | ||
| 405 | 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) | ||
| 406 | 2025.02.06 05:10:57.412454 [ 3 ] {422df1e4-7af8-4ce0-9d96-330cd9c75501} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 407 | 2025.02.06 05:10:57.419020 [ 3 ] {422df1e4-7af8-4ce0-9d96-330cd9c75501} <Debug> oximeter.measurements_histogrami8 (71bbfd0b-6595-4e1c-881d-8461f13a445c): Loading data parts | ||
| 408 | 2025.02.06 05:10:57.419230 [ 3 ] {422df1e4-7af8-4ce0-9d96-330cd9c75501} <Debug> oximeter.measurements_histogrami8 (71bbfd0b-6595-4e1c-881d-8461f13a445c): There are no data parts | ||
| 409 | 2025.02.06 05:10:57.424168 [ 3 ] {422df1e4-7af8-4ce0-9d96-330cd9c75501} <Debug> TCPHandler: Processed in 0.012185499 sec. | ||
| 410 | 2025.02.06 05:10:57.424444 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 411 | 2025.02.06 05:10:57.424843 [ 255 ] {ac6df576-b973-4562-855d-cfe017176e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 412 | 2025.02.06 05:10:57.424931 [ 255 ] {ac6df576-b973-4562-855d-cfe017176e84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 413 | 2025.02.06 05:10:57.431145 [ 255 ] {ac6df576-b973-4562-855d-cfe017176e84} <Debug> oximeter.measurements_histogramu8 (4557763d-1e23-4a89-9c6b-2447d0b7c9f1): Loading data parts | ||
| 414 | 2025.02.06 05:10:57.431338 [ 255 ] {ac6df576-b973-4562-855d-cfe017176e84} <Debug> oximeter.measurements_histogramu8 (4557763d-1e23-4a89-9c6b-2447d0b7c9f1): There are no data parts | ||
| 415 | 2025.02.06 05:10:57.434205 [ 255 ] {ac6df576-b973-4562-855d-cfe017176e84} <Debug> TCPHandler: Processed in 0.009848312 sec. | ||
| 416 | 2025.02.06 05:10:57.434428 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 417 | 2025.02.06 05:10:57.434803 [ 3 ] {fb7fc541-a838-4786-9fa6-4a67007379ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 418 | 2025.02.06 05:10:57.434882 [ 3 ] {fb7fc541-a838-4786-9fa6-4a67007379ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 419 | 2025.02.06 05:10:57.436989 [ 3 ] {fb7fc541-a838-4786-9fa6-4a67007379ab} <Debug> oximeter.measurements_histogrami16 (db7c6e71-4818-4379-a4d8-40cc858e282a): Loading data parts | ||
| 420 | 2025.02.06 05:10:57.437164 [ 3 ] {fb7fc541-a838-4786-9fa6-4a67007379ab} <Debug> oximeter.measurements_histogrami16 (db7c6e71-4818-4379-a4d8-40cc858e282a): There are no data parts | ||
| 421 | 2025.02.06 05:10:57.441545 [ 3 ] {fb7fc541-a838-4786-9fa6-4a67007379ab} <Debug> TCPHandler: Processed in 0.007186435 sec. | ||
| 422 | 2025.02.06 05:10:57.441769 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 423 | 2025.02.06 05:10:57.442124 [ 255 ] {e6c7665d-c103-4182-8d4d-6084e1f7199d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 424 | 2025.02.06 05:10:57.442227 [ 255 ] {e6c7665d-c103-4182-8d4d-6084e1f7199d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 425 | 2025.02.06 05:10:57.448304 [ 255 ] {e6c7665d-c103-4182-8d4d-6084e1f7199d} <Debug> oximeter.measurements_histogramu16 (3cc10c4b-4fc4-43b9-81f4-d3e894f7992f): Loading data parts | ||
| 426 | 2025.02.06 05:10:57.448496 [ 255 ] {e6c7665d-c103-4182-8d4d-6084e1f7199d} <Debug> oximeter.measurements_histogramu16 (3cc10c4b-4fc4-43b9-81f4-d3e894f7992f): There are no data parts | ||
| 427 | 2025.02.06 05:10:57.450068 [ 255 ] {e6c7665d-c103-4182-8d4d-6084e1f7199d} <Debug> TCPHandler: Processed in 0.008365083 sec. | ||
| 428 | 2025.02.06 05:10:57.450259 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2025.02.06 05:10:57.450590 [ 3 ] {5d12fd18-b2e2-4451-8944-b95fdadf5906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 430 | 2025.02.06 05:10:57.450670 [ 3 ] {5d12fd18-b2e2-4451-8944-b95fdadf5906} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 431 | 2025.02.06 05:10:57.453830 [ 3 ] {5d12fd18-b2e2-4451-8944-b95fdadf5906} <Debug> oximeter.measurements_histogrami32 (dcca18fe-8f1e-4554-a988-d5ae35cf8fe4): Loading data parts | ||
| 432 | 2025.02.06 05:10:57.454012 [ 3 ] {5d12fd18-b2e2-4451-8944-b95fdadf5906} <Debug> oximeter.measurements_histogrami32 (dcca18fe-8f1e-4554-a988-d5ae35cf8fe4): There are no data parts | ||
| 433 | 2025.02.06 05:10:57.460890 [ 3 ] {5d12fd18-b2e2-4451-8944-b95fdadf5906} <Debug> TCPHandler: Processed in 0.010687979 sec. | ||
| 434 | 2025.02.06 05:10:57.461121 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 435 | 2025.02.06 05:10:57.461418 [ 255 ] {6ed6e2f7-4171-46fd-8981-8a3cc9f64a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 436 | 2025.02.06 05:10:57.461513 [ 255 ] {6ed6e2f7-4171-46fd-8981-8a3cc9f64a52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 437 | 2025.02.06 05:10:57.465432 [ 255 ] {6ed6e2f7-4171-46fd-8981-8a3cc9f64a52} <Debug> oximeter.measurements_histogramu32 (b4bed24b-43ad-41a7-a8d3-6d2225cb6a31): Loading data parts | ||
| 438 | 2025.02.06 05:10:57.465603 [ 255 ] {6ed6e2f7-4171-46fd-8981-8a3cc9f64a52} <Debug> oximeter.measurements_histogramu32 (b4bed24b-43ad-41a7-a8d3-6d2225cb6a31): There are no data parts | ||
| 439 | 2025.02.06 05:10:57.472261 [ 255 ] {6ed6e2f7-4171-46fd-8981-8a3cc9f64a52} <Debug> TCPHandler: Processed in 0.011200947 sec. | ||
| 440 | 2025.02.06 05:10:57.472465 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2025.02.06 05:10:57.472784 [ 3 ] {3f212b09-bfd9-454f-9456-3d815e24fe33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 442 | 2025.02.06 05:10:57.472871 [ 3 ] {3f212b09-bfd9-454f-9456-3d815e24fe33} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 443 | 2025.02.06 05:10:57.475430 [ 3 ] {3f212b09-bfd9-454f-9456-3d815e24fe33} <Debug> oximeter.measurements_histogrami64 (15da458b-8996-4d26-9849-9b6cb0f12095): Loading data parts | ||
| 444 | 2025.02.06 05:10:57.475592 [ 3 ] {3f212b09-bfd9-454f-9456-3d815e24fe33} <Debug> oximeter.measurements_histogrami64 (15da458b-8996-4d26-9849-9b6cb0f12095): There are no data parts | ||
| 445 | 2025.02.06 05:10:57.479999 [ 3 ] {3f212b09-bfd9-454f-9456-3d815e24fe33} <Debug> TCPHandler: Processed in 0.007594699 sec. | ||
| 446 | 2025.02.06 05:10:57.480214 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 447 | 2025.02.06 05:10:57.480517 [ 255 ] {82054f46-9e89-4942-90c2-fde74b2179da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 448 | 2025.02.06 05:10:57.480608 [ 255 ] {82054f46-9e89-4942-90c2-fde74b2179da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 449 | 2025.02.06 05:10:57.484622 [ 255 ] {82054f46-9e89-4942-90c2-fde74b2179da} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Loading data parts | ||
| 450 | 2025.02.06 05:10:57.484803 [ 255 ] {82054f46-9e89-4942-90c2-fde74b2179da} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): There are no data parts | ||
| 451 | 2025.02.06 05:10:57.486755 [ 255 ] {82054f46-9e89-4942-90c2-fde74b2179da} <Debug> TCPHandler: Processed in 0.006597486 sec. | ||
| 452 | 2025.02.06 05:10:57.487012 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 453 | 2025.02.06 05:10:57.487384 [ 3 ] {50c9efae-9263-46cf-8ba1-445fd60518a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 454 | 2025.02.06 05:10:57.487481 [ 3 ] {50c9efae-9263-46cf-8ba1-445fd60518a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 455 | 2025.02.06 05:10:57.497176 [ 3 ] {50c9efae-9263-46cf-8ba1-445fd60518a3} <Debug> oximeter.measurements_histogramf32 (577e9e24-93b0-4500-8e4e-fa29eed3ec8e): Loading data parts | ||
| 456 | 2025.02.06 05:10:57.497347 [ 3 ] {50c9efae-9263-46cf-8ba1-445fd60518a3} <Debug> oximeter.measurements_histogramf32 (577e9e24-93b0-4500-8e4e-fa29eed3ec8e): There are no data parts | ||
| 457 | 2025.02.06 05:10:57.499348 [ 3 ] {50c9efae-9263-46cf-8ba1-445fd60518a3} <Debug> TCPHandler: Processed in 0.012426806 sec. | ||
| 458 | 2025.02.06 05:10:57.499544 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 459 | 2025.02.06 05:10:57.499861 [ 255 ] {8933ddaf-e6ad-468e-933a-aa7085b7693a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 460 | 2025.02.06 05:10:57.499942 [ 255 ] {8933ddaf-e6ad-468e-933a-aa7085b7693a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 461 | 2025.02.06 05:10:57.502789 [ 255 ] {8933ddaf-e6ad-468e-933a-aa7085b7693a} <Debug> oximeter.measurements_histogramf64 (70487fd0-ee93-4470-81bf-905bda7e5915): Loading data parts | ||
| 462 | 2025.02.06 05:10:57.502947 [ 255 ] {8933ddaf-e6ad-468e-933a-aa7085b7693a} <Debug> oximeter.measurements_histogramf64 (70487fd0-ee93-4470-81bf-905bda7e5915): There are no data parts | ||
| 463 | 2025.02.06 05:10:57.509559 [ 255 ] {8933ddaf-e6ad-468e-933a-aa7085b7693a} <Debug> TCPHandler: Processed in 0.010074589 sec. | ||
| 464 | 2025.02.06 05:10:57.509763 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 465 | 2025.02.06 05:10:57.509982 [ 3 ] {79b3c601-e883-4c97-bee7-9a4817445217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) /* The field tables store named dimensions of each timeseries. | ||
| 466 | * | ||
| 467 | * As with the measurement tables, there is one field table for each field data | ||
| 468 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 469 | * this behavior **must not** be relied upon for query correctness. | ||
| 470 | * | ||
| 471 | * The index for the fields differs from the measurements, however. Rows are | ||
| 472 | * sorted by timeseries name, then field name, field value, and finally | ||
| 473 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 474 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 475 | * usually then used to look up measurements. | ||
| 476 | * | ||
| 477 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 478 | * timeseries name and then key, since it would improve lookups where one | ||
| 479 | * already has the key. Realistically though, these tables are quite small and | ||
| 480 | * so performance benefits will be low in absolute terms. | ||
| 481 | * | ||
| 482 | * TTL: We use a materialized column to expire old field table records. This | ||
| 483 | * column is generated automatically by the database whenever a new row is | ||
| 484 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 485 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 486 | * record will remain during a deduplication, which will have the last | ||
| 487 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 488 | * measurement tables. | ||
| 489 | */ | ||
| 490 | 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) | ||
| 491 | 2025.02.06 05:10:57.510077 [ 3 ] {79b3c601-e883-4c97-bee7-9a4817445217} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 492 | 2025.02.06 05:10:57.512503 [ 3 ] {79b3c601-e883-4c97-bee7-9a4817445217} <Debug> oximeter.fields_bool (fdcc6a31-1db8-4433-b08f-0386863bab1c): Loading data parts | ||
| 493 | 2025.02.06 05:10:57.512698 [ 3 ] {79b3c601-e883-4c97-bee7-9a4817445217} <Debug> oximeter.fields_bool (fdcc6a31-1db8-4433-b08f-0386863bab1c): There are no data parts | ||
| 494 | 2025.02.06 05:10:57.517074 [ 3 ] {79b3c601-e883-4c97-bee7-9a4817445217} <Debug> TCPHandler: Processed in 0.007381111 sec. | ||
| 495 | 2025.02.06 05:10:57.517297 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 496 | 2025.02.06 05:10:57.517578 [ 255 ] {d0eb1d10-8313-484b-a404-d4a7a0f9c87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 497 | 2025.02.06 05:10:57.517650 [ 255 ] {d0eb1d10-8313-484b-a404-d4a7a0f9c87c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 498 | 2025.02.06 05:10:57.524713 [ 255 ] {d0eb1d10-8313-484b-a404-d4a7a0f9c87c} <Debug> oximeter.fields_i8 (4303c8aa-292c-4d4b-9f03-8b92a67df9ec): Loading data parts | ||
| 499 | 2025.02.06 05:10:57.525197 [ 255 ] {d0eb1d10-8313-484b-a404-d4a7a0f9c87c} <Debug> oximeter.fields_i8 (4303c8aa-292c-4d4b-9f03-8b92a67df9ec): There are no data parts | ||
| 500 | 2025.02.06 05:10:57.528006 [ 255 ] {d0eb1d10-8313-484b-a404-d4a7a0f9c87c} <Debug> TCPHandler: Processed in 0.010777623 sec. | ||
| 501 | 2025.02.06 05:10:57.528215 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 502 | 2025.02.06 05:10:57.528467 [ 3 ] {8ca01b9d-b28f-47b0-9faf-a68cbef2573d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 503 | 2025.02.06 05:10:57.528571 [ 3 ] {8ca01b9d-b28f-47b0-9faf-a68cbef2573d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 504 | 2025.02.06 05:10:57.530485 [ 3 ] {8ca01b9d-b28f-47b0-9faf-a68cbef2573d} <Debug> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Loading data parts | ||
| 505 | 2025.02.06 05:10:57.530665 [ 3 ] {8ca01b9d-b28f-47b0-9faf-a68cbef2573d} <Debug> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): There are no data parts | ||
| 506 | 2025.02.06 05:10:57.534989 [ 3 ] {8ca01b9d-b28f-47b0-9faf-a68cbef2573d} <Debug> TCPHandler: Processed in 0.006841524 sec. | ||
| 507 | 2025.02.06 05:10:57.535187 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 508 | 2025.02.06 05:10:57.535470 [ 255 ] {d98d3ac1-433f-4a9c-bfa8-313c32afdb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 509 | 2025.02.06 05:10:57.535540 [ 255 ] {d98d3ac1-433f-4a9c-bfa8-313c32afdb83} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 510 | 2025.02.06 05:10:57.544302 [ 255 ] {d98d3ac1-433f-4a9c-bfa8-313c32afdb83} <Debug> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Loading data parts | ||
| 511 | 2025.02.06 05:10:57.544483 [ 255 ] {d98d3ac1-433f-4a9c-bfa8-313c32afdb83} <Debug> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): There are no data parts | ||
| 512 | 2025.02.06 05:10:57.547465 [ 255 ] {d98d3ac1-433f-4a9c-bfa8-313c32afdb83} <Debug> TCPHandler: Processed in 0.012342114 sec. | ||
| 513 | 2025.02.06 05:10:57.547670 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 514 | 2025.02.06 05:10:57.547928 [ 3 ] {a9ee9d4f-c17c-4a52-bf6c-322c14152432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 515 | 2025.02.06 05:10:57.548023 [ 3 ] {a9ee9d4f-c17c-4a52-bf6c-322c14152432} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 516 | 2025.02.06 05:10:57.550256 [ 3 ] {a9ee9d4f-c17c-4a52-bf6c-322c14152432} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Loading data parts | ||
| 517 | 2025.02.06 05:10:57.550423 [ 3 ] {a9ee9d4f-c17c-4a52-bf6c-322c14152432} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): There are no data parts | ||
| 518 | 2025.02.06 05:10:57.554774 [ 3 ] {a9ee9d4f-c17c-4a52-bf6c-322c14152432} <Debug> TCPHandler: Processed in 0.007176845 sec. | ||
| 519 | 2025.02.06 05:10:57.554977 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 520 | 2025.02.06 05:10:57.555213 [ 255 ] {2ca3a0a2-0507-40a5-8994-730d7b86522a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 521 | 2025.02.06 05:10:57.555273 [ 255 ] {2ca3a0a2-0507-40a5-8994-730d7b86522a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 522 | 2025.02.06 05:10:57.557301 [ 255 ] {2ca3a0a2-0507-40a5-8994-730d7b86522a} <Debug> oximeter.fields_i32 (d8f2567b-8c0d-4184-bf61-6e433d3fe82f): Loading data parts | ||
| 523 | 2025.02.06 05:10:57.557482 [ 255 ] {2ca3a0a2-0507-40a5-8994-730d7b86522a} <Debug> oximeter.fields_i32 (d8f2567b-8c0d-4184-bf61-6e433d3fe82f): There are no data parts | ||
| 524 | 2025.02.06 05:10:57.561494 [ 255 ] {2ca3a0a2-0507-40a5-8994-730d7b86522a} <Debug> TCPHandler: Processed in 0.006573555 sec. | ||
| 525 | 2025.02.06 05:10:57.561708 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 526 | 2025.02.06 05:10:57.561922 [ 3 ] {af411b5e-f7de-414b-b8cf-38ecd325e403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 527 | 2025.02.06 05:10:57.562000 [ 3 ] {af411b5e-f7de-414b-b8cf-38ecd325e403} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 528 | 2025.02.06 05:10:57.564069 [ 3 ] {af411b5e-f7de-414b-b8cf-38ecd325e403} <Debug> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Loading data parts | ||
| 529 | 2025.02.06 05:10:57.564248 [ 3 ] {af411b5e-f7de-414b-b8cf-38ecd325e403} <Debug> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): There are no data parts | ||
| 530 | 2025.02.06 05:10:57.569039 [ 3 ] {af411b5e-f7de-414b-b8cf-38ecd325e403} <Debug> TCPHandler: Processed in 0.007399592 sec. | ||
| 531 | 2025.02.06 05:10:57.569231 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 532 | 2025.02.06 05:10:57.569464 [ 255 ] {03d03428-d415-4fc8-afdf-32d1049a950b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 533 | 2025.02.06 05:10:57.569524 [ 255 ] {03d03428-d415-4fc8-afdf-32d1049a950b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 534 | 2025.02.06 05:10:57.571578 [ 255 ] {03d03428-d415-4fc8-afdf-32d1049a950b} <Debug> oximeter.fields_i64 (59c3bc27-562d-4835-b636-5f27d1e42d63): Loading data parts | ||
| 535 | 2025.02.06 05:10:57.571775 [ 255 ] {03d03428-d415-4fc8-afdf-32d1049a950b} <Debug> oximeter.fields_i64 (59c3bc27-562d-4835-b636-5f27d1e42d63): There are no data parts | ||
| 536 | 2025.02.06 05:10:57.575412 [ 255 ] {03d03428-d415-4fc8-afdf-32d1049a950b} <Debug> TCPHandler: Processed in 0.006237484 sec. | ||
| 537 | 2025.02.06 05:10:57.575610 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 538 | 2025.02.06 05:10:57.575827 [ 3 ] {cb6095e2-59c9-4a90-8dd0-deff836ddb05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 539 | 2025.02.06 05:10:57.575905 [ 3 ] {cb6095e2-59c9-4a90-8dd0-deff836ddb05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 540 | 2025.02.06 05:10:57.577928 [ 3 ] {cb6095e2-59c9-4a90-8dd0-deff836ddb05} <Debug> oximeter.fields_u64 (2ddfbe25-df9a-40af-88c7-c915d30d38d8): Loading data parts | ||
| 541 | 2025.02.06 05:10:57.578100 [ 3 ] {cb6095e2-59c9-4a90-8dd0-deff836ddb05} <Debug> oximeter.fields_u64 (2ddfbe25-df9a-40af-88c7-c915d30d38d8): There are no data parts | ||
| 542 | 2025.02.06 05:10:57.582436 [ 3 ] {cb6095e2-59c9-4a90-8dd0-deff836ddb05} <Debug> TCPHandler: Processed in 0.006883805 sec. | ||
| 543 | 2025.02.06 05:10:57.582652 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 544 | 2025.02.06 05:10:57.582916 [ 255 ] {065ad06f-f1f3-4802-90c2-0063d28843b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 545 | 2025.02.06 05:10:57.582988 [ 255 ] {065ad06f-f1f3-4802-90c2-0063d28843b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 546 | 2025.02.06 05:10:57.588774 [ 255 ] {065ad06f-f1f3-4802-90c2-0063d28843b2} <Debug> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Loading data parts | ||
| 547 | 2025.02.06 05:10:57.588925 [ 255 ] {065ad06f-f1f3-4802-90c2-0063d28843b2} <Debug> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): There are no data parts | ||
| 548 | 2025.02.06 05:10:57.593618 [ 255 ] {065ad06f-f1f3-4802-90c2-0063d28843b2} <Debug> TCPHandler: Processed in 0.011040692 sec. | ||
| 549 | 2025.02.06 05:10:57.593828 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 550 | 2025.02.06 05:10:57.594092 [ 3 ] {07492d7e-6536-484e-9943-ce485837c97a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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) | ||
| 551 | 2025.02.06 05:10:57.594187 [ 3 ] {07492d7e-6536-484e-9943-ce485837c97a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 552 | 2025.02.06 05:10:57.600384 [ 3 ] {07492d7e-6536-484e-9943-ce485837c97a} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Loading data parts | ||
| 553 | 2025.02.06 05:10:57.600565 [ 3 ] {07492d7e-6536-484e-9943-ce485837c97a} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): There are no data parts | ||
| 554 | 2025.02.06 05:10:57.605551 [ 3 ] {07492d7e-6536-484e-9943-ce485837c97a} <Debug> TCPHandler: Processed in 0.011792966 sec. | ||
| 555 | 2025.02.06 05:10:57.605783 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 556 | 2025.02.06 05:10:57.606036 [ 255 ] {d982a17b-d60c-4671-bf0d-e60761be9356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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) | ||
| 557 | 2025.02.06 05:10:57.606149 [ 255 ] {d982a17b-d60c-4671-bf0d-e60761be9356} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 558 | 2025.02.06 05:10:57.612564 [ 255 ] {d982a17b-d60c-4671-bf0d-e60761be9356} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Loading data parts | ||
| 559 | 2025.02.06 05:10:57.612752 [ 255 ] {d982a17b-d60c-4671-bf0d-e60761be9356} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): There are no data parts | ||
| 560 | 2025.02.06 05:10:57.614325 [ 255 ] {d982a17b-d60c-4671-bf0d-e60761be9356} <Debug> TCPHandler: Processed in 0.008610962 sec. | ||
| 561 | 2025.02.06 05:10:57.614530 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 562 | 2025.02.06 05:10:57.614877 [ 3 ] {fdb80f4a-280f-43c2-8aa6-d740f7911d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) /* The timeseries schema table stores the extracted schema for the samples | ||
| 563 | * oximeter collects. | ||
| 564 | */ | ||
| 565 | 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) | ||
| 566 | 2025.02.06 05:10:57.614968 [ 3 ] {fdb80f4a-280f-43c2-8aa6-d740f7911d9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 567 | 2025.02.06 05:10:57.619786 [ 3 ] {fdb80f4a-280f-43c2-8aa6-d740f7911d9a} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Loading data parts | ||
| 568 | 2025.02.06 05:10:57.619946 [ 3 ] {fdb80f4a-280f-43c2-8aa6-d740f7911d9a} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): There are no data parts | ||
| 569 | 2025.02.06 05:10:57.621594 [ 3 ] {fdb80f4a-280f-43c2-8aa6-d740f7911d9a} <Debug> TCPHandler: Processed in 0.007131114 sec. | ||
| 570 | 2025.02.06 05:10:57.621810 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2025.02.06 05:10:57.622006 [ 255 ] {ea85b027-521e-46af-854c-e50e10091711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 572 | 2025.02.06 05:10:57.623262 [ 255 ] {ea85b027-521e-46af-854c-e50e10091711} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 573 | 2025.02.06 05:10:57.637140 [ 259 ] {ea85b027-521e-46af-854c-e50e10091711} <Trace> oximeter.version (2d1422a6-f695-4d8c-90dc-e5f6b472dc84): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 574 | 2025.02.06 05:10:57.637178 [ 259 ] {ea85b027-521e-46af-854c-e50e10091711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 575 | 2025.02.06 05:10:57.642428 [ 259 ] {ea85b027-521e-46af-854c-e50e10091711} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 576 | 2025.02.06 05:10:57.642801 [ 259 ] {ea85b027-521e-46af-854c-e50e10091711} <Trace> oximeter.version (2d1422a6-f695-4d8c-90dc-e5f6b472dc84): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 577 | 2025.02.06 05:10:57.643223 [ 255 ] {ea85b027-521e-46af-854c-e50e10091711} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.021292 sec., 46.965996618448244 rows/sec., 751.46 B/sec. | ||
| 578 | 2025.02.06 05:10:57.643496 [ 255 ] {ea85b027-521e-46af-854c-e50e10091711} <Debug> TCPHandler: Processed in 0.021743722 sec. | ||
| 579 | 2025.02.06 05:10:58.001142 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.08 MiB, peak 125.08 MiB, free memory in arenas 0.00 B, will set to 139.30 MiB (RSS), difference: 14.23 MiB | ||
| 580 | 2025.02.06 05:10:58.085194 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64631 | ||
| 581 | 2025.02.06 05:10:58.085350 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 582 | 2025.02.06 05:10:58.085383 [ 261 ] {} <Debug> TCP-Session: 5c50688d-3553-41d6-b7a5-b98aed269c5c Authenticating user 'default' from [fd00:1122:3344:101::a]:64631 | ||
| 583 | 2025.02.06 05:10:58.085407 [ 261 ] {} <Debug> TCP-Session: 5c50688d-3553-41d6-b7a5-b98aed269c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 584 | 2025.02.06 05:10:58.085447 [ 261 ] {} <Debug> TCP-Session: 5c50688d-3553-41d6-b7a5-b98aed269c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 585 | 2025.02.06 05:10:58.085502 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 586 | 2025.02.06 05:10:58.085529 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 587 | 2025.02.06 05:10:58.085565 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 588 | 2025.02.06 05:10:58.086600 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48370 | ||
| 589 | 2025.02.06 05:10:58.086672 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46179 | ||
| 590 | 2025.02.06 05:10:58.086757 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 591 | 2025.02.06 05:10:58.086784 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40435 | ||
| 592 | 2025.02.06 05:10:58.086986 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53264 | ||
| 593 | 2025.02.06 05:10:58.087006 [ 262 ] {} <Debug> TCP-Session: 533b593a-6f77-4b02-9e49-0bdea6d1556c Authenticating user 'default' from [fd00:1122:3344:101::a]:48370 | ||
| 594 | 2025.02.06 05:10:58.087006 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 595 | 2025.02.06 05:10:58.087057 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48496 | ||
| 596 | 2025.02.06 05:10:58.087084 [ 262 ] {} <Debug> TCP-Session: 533b593a-6f77-4b02-9e49-0bdea6d1556c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 597 | 2025.02.06 05:10:58.087280 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53127 | ||
| 598 | 2025.02.06 05:10:58.087431 [ 263 ] {} <Debug> TCP-Session: e2fe4ca1-7804-447c-8932-a19d5a115601 Authenticating user 'default' from [fd00:1122:3344:101::a]:46179 | ||
| 599 | 2025.02.06 05:10:58.087441 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 600 | 2025.02.06 05:10:58.087467 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61931 | ||
| 601 | 2025.02.06 05:10:58.087492 [ 262 ] {} <Debug> TCP-Session: 533b593a-6f77-4b02-9e49-0bdea6d1556c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.02.06 05:10:58.087527 [ 263 ] {} <Debug> TCP-Session: e2fe4ca1-7804-447c-8932-a19d5a115601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2025.02.06 05:10:58.087552 [ 265 ] {} <Debug> TCP-Session: d64d06cf-082b-4b95-87d6-5414a3230559 Authenticating user 'default' from [fd00:1122:3344:101::a]:53264 | ||
| 604 | 2025.02.06 05:10:58.087457 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 605 | 2025.02.06 05:10:58.087667 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 606 | 2025.02.06 05:10:58.087692 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 607 | 2025.02.06 05:10:58.087726 [ 264 ] {} <Debug> TCP-Session: f9a61888-fbe0-4eed-9900-8bf7600874ce Authenticating user 'default' from [fd00:1122:3344:101::a]:40435 | ||
| 608 | 2025.02.06 05:10:58.087932 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 609 | 2025.02.06 05:10:58.087976 [ 264 ] {} <Debug> TCP-Session: f9a61888-fbe0-4eed-9900-8bf7600874ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 610 | 2025.02.06 05:10:58.087971 [ 268 ] {} <Debug> TCP-Session: 6bd29217-5d65-4898-ac04-8b369e2f5ec4 Authenticating user 'default' from [fd00:1122:3344:101::a]:61931 | ||
| 611 | 2025.02.06 05:10:58.087956 [ 265 ] {} <Debug> TCP-Session: d64d06cf-082b-4b95-87d6-5414a3230559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.02.06 05:10:58.087801 [ 263 ] {} <Debug> TCP-Session: e2fe4ca1-7804-447c-8932-a19d5a115601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2025.02.06 05:10:58.088062 [ 264 ] {} <Debug> TCP-Session: f9a61888-fbe0-4eed-9900-8bf7600874ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 614 | 2025.02.06 05:10:58.088072 [ 268 ] {} <Debug> TCP-Session: 6bd29217-5d65-4898-ac04-8b369e2f5ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.02.06 05:10:58.088079 [ 267 ] {} <Debug> TCP-Session: 0036bc16-fbf5-4343-bd04-279a1e7a3e41 Authenticating user 'default' from [fd00:1122:3344:101::a]:53127 | ||
| 616 | 2025.02.06 05:10:58.088136 [ 265 ] {} <Debug> TCP-Session: d64d06cf-082b-4b95-87d6-5414a3230559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.02.06 05:10:58.088162 [ 268 ] {} <Debug> TCP-Session: 6bd29217-5d65-4898-ac04-8b369e2f5ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 618 | 2025.02.06 05:10:58.087938 [ 266 ] {} <Debug> TCP-Session: bebcb6f2-d0f4-42df-9e90-c7db058aab28 Authenticating user 'default' from [fd00:1122:3344:101::a]:48496 | ||
| 619 | 2025.02.06 05:10:58.088236 [ 267 ] {} <Debug> TCP-Session: 0036bc16-fbf5-4343-bd04-279a1e7a3e41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.02.06 05:10:58.088285 [ 266 ] {} <Debug> TCP-Session: bebcb6f2-d0f4-42df-9e90-c7db058aab28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2025.02.06 05:10:58.088425 [ 266 ] {} <Debug> TCP-Session: bebcb6f2-d0f4-42df-9e90-c7db058aab28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 622 | 2025.02.06 05:10:58.088449 [ 267 ] {} <Debug> TCP-Session: 0036bc16-fbf5-4343-bd04-279a1e7a3e41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 623 | 2025.02.06 05:10:58.398366 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59177 | ||
| 624 | 2025.02.06 05:10:58.398628 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 625 | 2025.02.06 05:10:58.398688 [ 269 ] {} <Debug> TCP-Session: ef277df4-da4b-44a9-b4f7-5fbd6f6e9a16 Authenticating user 'default' from [fd00:1122:3344:101::b]:59177 | ||
| 626 | 2025.02.06 05:10:58.398713 [ 269 ] {} <Debug> TCP-Session: ef277df4-da4b-44a9-b4f7-5fbd6f6e9a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2025.02.06 05:10:58.398730 [ 269 ] {} <Debug> TCP-Session: ef277df4-da4b-44a9-b4f7-5fbd6f6e9a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2025.02.06 05:10:58.398825 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 629 | 2025.02.06 05:10:58.398852 [ 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 | ||
| 630 | 2025.02.06 05:10:58.398899 [ 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 | ||
| 631 | 2025.02.06 05:10:58.399933 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54102 | ||
| 632 | 2025.02.06 05:10:58.400014 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62594 | ||
| 633 | 2025.02.06 05:10:58.400172 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2025.02.06 05:10:58.400171 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51186 | ||
| 635 | 2025.02.06 05:10:58.400415 [ 270 ] {} <Debug> TCP-Session: 15e6589f-55ed-44ac-8d26-49d91387e73f Authenticating user 'default' from [fd00:1122:3344:101::b]:54102 | ||
| 636 | 2025.02.06 05:10:58.400395 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56087 | ||
| 637 | 2025.02.06 05:10:58.400393 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2025.02.06 05:10:58.400516 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39068 | ||
| 639 | 2025.02.06 05:10:58.400538 [ 270 ] {} <Debug> TCP-Session: 15e6589f-55ed-44ac-8d26-49d91387e73f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2025.02.06 05:10:58.400896 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42487 | ||
| 641 | 2025.02.06 05:10:58.400904 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2025.02.06 05:10:58.400927 [ 271 ] {} <Debug> TCP-Session: 06182e58-7ecf-4e43-883f-3b14664fbc0f Authenticating user 'default' from [fd00:1122:3344:101::b]:62594 | ||
| 643 | 2025.02.06 05:10:58.401116 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54314 | ||
| 644 | 2025.02.06 05:10:58.401132 [ 272 ] {} <Debug> TCP-Session: dfa04783-9b53-4486-8a87-31720266a46a Authenticating user 'default' from [fd00:1122:3344:101::b]:51186 | ||
| 645 | 2025.02.06 05:10:58.401134 [ 270 ] {} <Debug> TCP-Session: 15e6589f-55ed-44ac-8d26-49d91387e73f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.02.06 05:10:58.401292 [ 271 ] {} <Debug> TCP-Session: 06182e58-7ecf-4e43-883f-3b14664fbc0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.02.06 05:10:58.401317 [ 272 ] {} <Debug> TCP-Session: dfa04783-9b53-4486-8a87-31720266a46a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.02.06 05:10:58.401435 [ 271 ] {} <Debug> TCP-Session: 06182e58-7ecf-4e43-883f-3b14664fbc0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.02.06 05:10:58.401450 [ 272 ] {} <Debug> TCP-Session: dfa04783-9b53-4486-8a87-31720266a46a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.02.06 05:10:58.402721 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 651 | 2025.02.06 05:10:58.402743 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2025.02.06 05:10:58.402784 [ 273 ] {} <Debug> TCP-Session: f4330484-a308-47ce-939d-74cc76d85479 Authenticating user 'default' from [fd00:1122:3344:101::b]:56087 | ||
| 653 | 2025.02.06 05:10:58.402772 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 654 | 2025.02.06 05:10:58.402874 [ 274 ] {} <Debug> TCP-Session: adbd9804-4959-484b-9744-38accea91ab2 Authenticating user 'default' from [fd00:1122:3344:101::b]:39068 | ||
| 655 | 2025.02.06 05:10:58.402891 [ 273 ] {} <Debug> TCP-Session: f4330484-a308-47ce-939d-74cc76d85479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.02.06 05:10:58.402923 [ 274 ] {} <Debug> TCP-Session: adbd9804-4959-484b-9744-38accea91ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.02.06 05:10:58.402907 [ 276 ] {} <Debug> TCP-Session: 803c894d-3114-4590-a539-0a591e23571b Authenticating user 'default' from [fd00:1122:3344:101::b]:54314 | ||
| 658 | 2025.02.06 05:10:58.402974 [ 273 ] {} <Debug> TCP-Session: f4330484-a308-47ce-939d-74cc76d85479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.02.06 05:10:58.402992 [ 274 ] {} <Debug> TCP-Session: adbd9804-4959-484b-9744-38accea91ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.02.06 05:10:58.403015 [ 276 ] {} <Debug> TCP-Session: 803c894d-3114-4590-a539-0a591e23571b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.02.06 05:10:58.403105 [ 276 ] {} <Debug> TCP-Session: 803c894d-3114-4590-a539-0a591e23571b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.02.06 05:10:58.403304 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 663 | 2025.02.06 05:10:58.403346 [ 275 ] {} <Debug> TCP-Session: 1e26964c-755b-44cd-8798-4b4718629d5b Authenticating user 'default' from [fd00:1122:3344:101::b]:42487 | ||
| 664 | 2025.02.06 05:10:58.403366 [ 275 ] {} <Debug> TCP-Session: 1e26964c-755b-44cd-8798-4b4718629d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2025.02.06 05:10:58.403434 [ 275 ] {} <Debug> TCP-Session: 1e26964c-755b-44cd-8798-4b4718629d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2025.02.06 05:10:58.644568 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57087 | ||
| 667 | 2025.02.06 05:10:58.644755 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2025.02.06 05:10:58.644845 [ 277 ] {} <Debug> TCP-Session: 0f215686-9eb9-4e4d-ac9c-87d4684afb57 Authenticating user 'default' from [fd00:1122:3344:101::c]:57087 | ||
| 669 | 2025.02.06 05:10:58.644878 [ 277 ] {} <Debug> TCP-Session: 0f215686-9eb9-4e4d-ac9c-87d4684afb57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2025.02.06 05:10:58.644896 [ 277 ] {} <Debug> TCP-Session: 0f215686-9eb9-4e4d-ac9c-87d4684afb57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.02.06 05:10:58.645015 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2025.02.06 05:10:58.645051 [ 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 | ||
| 673 | 2025.02.06 05:10:58.645113 [ 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 | ||
| 674 | 2025.02.06 05:10:58.646364 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38239 | ||
| 675 | 2025.02.06 05:10:58.646497 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33601 | ||
| 676 | 2025.02.06 05:10:58.646682 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52526 | ||
| 677 | 2025.02.06 05:10:58.646834 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38442 | ||
| 678 | 2025.02.06 05:10:58.647075 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54587 | ||
| 679 | 2025.02.06 05:10:58.647321 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35640 | ||
| 680 | 2025.02.06 05:10:58.647462 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50837 | ||
| 681 | 2025.02.06 05:10:58.651573 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.02.06 05:10:58.651617 [ 278 ] {} <Debug> TCP-Session: 28b1b5de-5456-4374-af8d-0d83eaa054e7 Authenticating user 'default' from [fd00:1122:3344:101::c]:38239 | ||
| 683 | 2025.02.06 05:10:58.651675 [ 278 ] {} <Debug> TCP-Session: 28b1b5de-5456-4374-af8d-0d83eaa054e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2025.02.06 05:10:58.651689 [ 278 ] {} <Debug> TCP-Session: 28b1b5de-5456-4374-af8d-0d83eaa054e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.02.06 05:10:58.652715 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2025.02.06 05:10:58.652794 [ 281 ] {} <Debug> TCP-Session: 7527e72f-4528-4552-97ba-3096a60618b8 Authenticating user 'default' from [fd00:1122:3344:101::c]:38442 | ||
| 687 | 2025.02.06 05:10:58.652852 [ 281 ] {} <Debug> TCP-Session: 7527e72f-4528-4552-97ba-3096a60618b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.02.06 05:10:58.652874 [ 281 ] {} <Debug> TCP-Session: 7527e72f-4528-4552-97ba-3096a60618b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.02.06 05:10:58.653281 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2025.02.06 05:10:58.653343 [ 283 ] {} <Debug> TCP-Session: a9b2df49-aca0-4d7c-b86e-2f8653173c31 Authenticating user 'default' from [fd00:1122:3344:101::c]:35640 | ||
| 691 | 2025.02.06 05:10:58.653362 [ 283 ] {} <Debug> TCP-Session: a9b2df49-aca0-4d7c-b86e-2f8653173c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.02.06 05:10:58.653376 [ 283 ] {} <Debug> TCP-Session: a9b2df49-aca0-4d7c-b86e-2f8653173c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.02.06 05:10:58.653843 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2025.02.06 05:10:58.653894 [ 282 ] {} <Debug> TCP-Session: fcdae174-2e80-4a57-a267-94cf3a724345 Authenticating user 'default' from [fd00:1122:3344:101::c]:54587 | ||
| 695 | 2025.02.06 05:10:58.653919 [ 282 ] {} <Debug> TCP-Session: fcdae174-2e80-4a57-a267-94cf3a724345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.02.06 05:10:58.653982 [ 282 ] {} <Debug> TCP-Session: fcdae174-2e80-4a57-a267-94cf3a724345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.02.06 05:10:58.654374 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 698 | 2025.02.06 05:10:58.654421 [ 284 ] {} <Debug> TCP-Session: ad918386-ce22-45b3-b939-8853c04e1fc7 Authenticating user 'default' from [fd00:1122:3344:101::c]:50837 | ||
| 699 | 2025.02.06 05:10:58.654447 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 700 | 2025.02.06 05:10:58.654426 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 701 | 2025.02.06 05:10:58.654504 [ 284 ] {} <Debug> TCP-Session: ad918386-ce22-45b3-b939-8853c04e1fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.02.06 05:10:58.654521 [ 279 ] {} <Debug> TCP-Session: 1b467dea-ae00-4a26-9f78-ceb73d1888cb Authenticating user 'default' from [fd00:1122:3344:101::c]:33601 | ||
| 703 | 2025.02.06 05:10:58.654601 [ 280 ] {} <Debug> TCP-Session: 8680bd7e-beb3-415c-92eb-ada03ef8a740 Authenticating user 'default' from [fd00:1122:3344:101::c]:52526 | ||
| 704 | 2025.02.06 05:10:58.654611 [ 279 ] {} <Debug> TCP-Session: 1b467dea-ae00-4a26-9f78-ceb73d1888cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.02.06 05:10:58.654648 [ 280 ] {} <Debug> TCP-Session: 8680bd7e-beb3-415c-92eb-ada03ef8a740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.06 05:10:58.654665 [ 284 ] {} <Debug> TCP-Session: ad918386-ce22-45b3-b939-8853c04e1fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.02.06 05:10:58.654681 [ 279 ] {} <Debug> TCP-Session: 1b467dea-ae00-4a26-9f78-ceb73d1888cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.02.06 05:10:58.654697 [ 280 ] {} <Debug> TCP-Session: 8680bd7e-beb3-415c-92eb-ada03ef8a740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.02.06 05:10:59.001156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.45 MiB, peak 139.45 MiB, free memory in arenas 0.00 B, will set to 140.86 MiB (RSS), difference: 1.42 MiB | ||
| 710 | 2025.02.06 05:11:02.652725 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 711 | 2025.02.06 05:11:02.652989 [ 3 ] {018d8213-02c7-4cf1-b625-d0e09ace606f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 712 | 2025.02.06 05:11:02.653426 [ 3 ] {018d8213-02c7-4cf1-b625-d0e09ace606f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 713 | 2025.02.06 05:11:02.653681 [ 3 ] {018d8213-02c7-4cf1-b625-d0e09ace606f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 714 | 2025.02.06 05:11:02.654524 [ 3 ] {018d8213-02c7-4cf1-b625-d0e09ace606f} <Debug> TCPHandler: Processed in 0.001976074 sec. | ||
| 715 | 2025.02.06 05:11:02.657235 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 716 | 2025.02.06 05:11:02.657475 [ 255 ] {350c2e07-109c-4b75-aad8-21c5abd8ae23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 717 | 2025.02.06 05:11:02.659410 [ 255 ] {350c2e07-109c-4b75-aad8-21c5abd8ae23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 718 | 2025.02.06 05:11:02.659476 [ 255 ] {350c2e07-109c-4b75-aad8-21c5abd8ae23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 719 | 2025.02.06 05:11:02.660240 [ 255 ] {350c2e07-109c-4b75-aad8-21c5abd8ae23} <Debug> TCPHandler: Processed in 0.003132482 sec. | ||
| 720 | 2025.02.06 05:11:02.660662 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 721 | 2025.02.06 05:11:02.660818 [ 3 ] {a8c2d8c7-234c-4f8c-8b59-13248890fdde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 722 | 2025.02.06 05:11:02.661285 [ 3 ] {a8c2d8c7-234c-4f8c-8b59-13248890fdde} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 723 | 2025.02.06 05:11:02.661339 [ 3 ] {a8c2d8c7-234c-4f8c-8b59-13248890fdde} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 724 | 2025.02.06 05:11:02.661909 [ 3 ] {a8c2d8c7-234c-4f8c-8b59-13248890fdde} <Debug> TCPHandler: Processed in 0.001309033 sec. | ||
| 725 | 2025.02.06 05:11:02.662164 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 726 | 2025.02.06 05:11:02.662315 [ 255 ] {f4f136cb-c9b7-494c-8c4f-2f42b248ee39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 727 | 2025.02.06 05:11:02.662714 [ 255 ] {f4f136cb-c9b7-494c-8c4f-2f42b248ee39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 728 | 2025.02.06 05:11:02.662788 [ 255 ] {f4f136cb-c9b7-494c-8c4f-2f42b248ee39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 729 | 2025.02.06 05:11:02.663277 [ 255 ] {f4f136cb-c9b7-494c-8c4f-2f42b248ee39} <Debug> TCPHandler: Processed in 0.001170389 sec. | ||
| 730 | 2025.02.06 05:11:02.663863 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2025.02.06 05:11:02.664008 [ 3 ] {8d687719-b86c-41b9-928d-a67ee0f61776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 732 | 2025.02.06 05:11:02.664105 [ 3 ] {8d687719-b86c-41b9-928d-a67ee0f61776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 733 | 2025.02.06 05:11:02.665019 [ 3 ] {8d687719-b86c-41b9-928d-a67ee0f61776} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 734 | 2025.02.06 05:11:02.665086 [ 3 ] {8d687719-b86c-41b9-928d-a67ee0f61776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 735 | 2025.02.06 05:11:02.665766 [ 3 ] {8d687719-b86c-41b9-928d-a67ee0f61776} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 736 | 2025.02.06 05:11:02.666006 [ 3 ] {8d687719-b86c-41b9-928d-a67ee0f61776} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 737 | 2025.02.06 05:11:02.666279 [ 3 ] {8d687719-b86c-41b9-928d-a67ee0f61776} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002307 sec., 1733.8534893801473 rows/sec., 220.54 KiB/sec. | ||
| 738 | 2025.02.06 05:11:02.666454 [ 3 ] {8d687719-b86c-41b9-928d-a67ee0f61776} <Debug> TCPHandler: Processed in 0.002646797 sec. | ||
| 739 | 2025.02.06 05:11:02.666620 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 740 | 2025.02.06 05:11:02.666871 [ 255 ] {e78a8691-1afc-49c9-be4f-dc8bb56db188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 741 | 2025.02.06 05:11:02.666926 [ 255 ] {e78a8691-1afc-49c9-be4f-dc8bb56db188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 742 | 2025.02.06 05:11:02.668138 [ 255 ] {e78a8691-1afc-49c9-be4f-dc8bb56db188} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 743 | 2025.02.06 05:11:02.668174 [ 255 ] {e78a8691-1afc-49c9-be4f-dc8bb56db188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 744 | 2025.02.06 05:11:02.668688 [ 255 ] {e78a8691-1afc-49c9-be4f-dc8bb56db188} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 745 | 2025.02.06 05:11:02.669018 [ 255 ] {e78a8691-1afc-49c9-be4f-dc8bb56db188} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 746 | 2025.02.06 05:11:02.669200 [ 255 ] {e78a8691-1afc-49c9-be4f-dc8bb56db188} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002372 sec., 1686.3406408094436 rows/sec., 142.04 KiB/sec. | ||
| 747 | 2025.02.06 05:11:02.669264 [ 255 ] {e78a8691-1afc-49c9-be4f-dc8bb56db188} <Debug> TCPHandler: Processed in 0.002710699 sec. | ||
| 748 | 2025.02.06 05:11:02.669426 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 749 | 2025.02.06 05:11:02.669546 [ 3 ] {789a8b17-b0c5-4a10-ad01-46b36035921d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 750 | 2025.02.06 05:11:02.669598 [ 3 ] {789a8b17-b0c5-4a10-ad01-46b36035921d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 751 | 2025.02.06 05:11:02.670757 [ 3 ] {789a8b17-b0c5-4a10-ad01-46b36035921d} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 752 | 2025.02.06 05:11:02.670799 [ 3 ] {789a8b17-b0c5-4a10-ad01-46b36035921d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 753 | 2025.02.06 05:11:02.672032 [ 3 ] {789a8b17-b0c5-4a10-ad01-46b36035921d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 754 | 2025.02.06 05:11:02.672320 [ 3 ] {789a8b17-b0c5-4a10-ad01-46b36035921d} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 755 | 2025.02.06 05:11:02.672609 [ 3 ] {789a8b17-b0c5-4a10-ad01-46b36035921d} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.00307 sec., 2605.863192182411 rows/sec., 209.31 KiB/sec. | ||
| 756 | 2025.02.06 05:11:02.672701 [ 3 ] {789a8b17-b0c5-4a10-ad01-46b36035921d} <Debug> TCPHandler: Processed in 0.003332749 sec. | ||
| 757 | 2025.02.06 05:11:02.672871 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2025.02.06 05:11:02.673011 [ 255 ] {12c62902-0afa-4c5f-8ec7-d3b642c2f531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 759 | 2025.02.06 05:11:02.673785 [ 255 ] {12c62902-0afa-4c5f-8ec7-d3b642c2f531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 760 | 2025.02.06 05:11:02.674924 [ 255 ] {12c62902-0afa-4c5f-8ec7-d3b642c2f531} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 761 | 2025.02.06 05:11:02.674957 [ 255 ] {12c62902-0afa-4c5f-8ec7-d3b642c2f531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 762 | 2025.02.06 05:11:02.675408 [ 255 ] {12c62902-0afa-4c5f-8ec7-d3b642c2f531} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 763 | 2025.02.06 05:11:02.675659 [ 255 ] {12c62902-0afa-4c5f-8ec7-d3b642c2f531} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 764 | 2025.02.06 05:11:02.675878 [ 255 ] {12c62902-0afa-4c5f-8ec7-d3b642c2f531} <Debug> executeQuery: Read 6 rows, 468.00 B in 0.002884 sec., 2080.4438280166437 rows/sec., 158.47 KiB/sec. | ||
| 765 | 2025.02.06 05:11:02.675987 [ 255 ] {12c62902-0afa-4c5f-8ec7-d3b642c2f531} <Debug> TCPHandler: Processed in 0.003178624 sec. | ||
| 766 | 2025.02.06 05:11:02.676171 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2025.02.06 05:11:02.676322 [ 3 ] {d3bea8d3-a8dd-49ab-8f34-1c4f26ae47f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 768 | 2025.02.06 05:11:02.676380 [ 3 ] {d3bea8d3-a8dd-49ab-8f34-1c4f26ae47f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 769 | 2025.02.06 05:11:02.676936 [ 3 ] {d3bea8d3-a8dd-49ab-8f34-1c4f26ae47f0} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 770 | 2025.02.06 05:11:02.676979 [ 3 ] {d3bea8d3-a8dd-49ab-8f34-1c4f26ae47f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 771 | 2025.02.06 05:11:02.677406 [ 3 ] {d3bea8d3-a8dd-49ab-8f34-1c4f26ae47f0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 772 | 2025.02.06 05:11:02.677659 [ 3 ] {d3bea8d3-a8dd-49ab-8f34-1c4f26ae47f0} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 773 | 2025.02.06 05:11:02.677874 [ 3 ] {d3bea8d3-a8dd-49ab-8f34-1c4f26ae47f0} <Debug> executeQuery: Read 6 rows, 387.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 239.20 KiB/sec. | ||
| 774 | 2025.02.06 05:11:02.677940 [ 3 ] {d3bea8d3-a8dd-49ab-8f34-1c4f26ae47f0} <Debug> TCPHandler: Processed in 0.001847711 sec. | ||
| 775 | 2025.02.06 05:11:03.001164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 141.47 MiB, peak 141.47 MiB, free memory in arenas 0.00 B, will set to 143.03 MiB (RSS), difference: 1.56 MiB | ||
| 776 | 2025.02.06 05:11:03.501565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 777 | 2025.02.06 05:11:03.501595 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 778 | 2025.02.06 05:11:03.501687 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 779 | 2025.02.06 05:11:03.501750 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 780 | 2025.02.06 05:11:03.512043 [ 244 ] {} <Debug> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Loading data parts | ||
| 781 | 2025.02.06 05:11:03.512453 [ 244 ] {} <Debug> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): There are no data parts | ||
| 782 | 2025.02.06 05:11:03.521133 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 783 | 2025.02.06 05:11:03.521243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 784 | 2025.02.06 05:11:03.523623 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 785 | 2025.02.06 05:11:03.524421 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 786 | 2025.02.06 05:11:03.525120 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 787 | 2025.02.06 05:11:03.538939 [ 243 ] {} <Debug> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Loading data parts | ||
| 788 | 2025.02.06 05:11:03.539276 [ 243 ] {} <Debug> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): There are no data parts | ||
| 789 | 2025.02.06 05:11:03.578124 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 790 | 2025.02.06 05:11:03.578219 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 791 | 2025.02.06 05:11:03.587283 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 792 | 2025.02.06 05:11:03.588439 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 793 | 2025.02.06 05:11:03.592342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 794 | 2025.02.06 05:11:04.001159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.89 MiB, peak 151.89 MiB, free memory in arenas 0.00 B, will set to 152.42 MiB (RSS), difference: 4.53 MiB | ||
| 795 | 2025.02.06 05:11:06.001424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 108 entries to flush up to offset 108 | ||
| 796 | 2025.02.06 05:11:06.001525 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 797 | 2025.02.06 05:11:06.009823 [ 242 ] {} <Debug> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Loading data parts | ||
| 798 | 2025.02.06 05:11:06.010051 [ 242 ] {} <Debug> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): There are no data parts | ||
| 799 | 2025.02.06 05:11:06.017005 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 800 | 2025.02.06 05:11:06.017048 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 801 | 2025.02.06 05:11:06.018890 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 802 | 2025.02.06 05:11:06.019589 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 803 | 2025.02.06 05:11:06.020093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 108 | ||
| 804 | 2025.02.06 05:11:07.001179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.63 MiB, peak 156.63 MiB, free memory in arenas 0.00 B, will set to 152.78 MiB (RSS), difference: -3.85 MiB | ||
| 805 | 2025.02.06 05:11:07.650572 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 806 | 2025.02.06 05:11:07.650766 [ 3 ] {7e7f8ec8-0fad-420c-a9cd-1b6add206cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 807 | 2025.02.06 05:11:07.650841 [ 3 ] {7e7f8ec8-0fad-420c-a9cd-1b6add206cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 808 | 2025.02.06 05:11:07.651560 [ 3 ] {7e7f8ec8-0fad-420c-a9cd-1b6add206cfc} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 809 | 2025.02.06 05:11:07.651606 [ 3 ] {7e7f8ec8-0fad-420c-a9cd-1b6add206cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 810 | 2025.02.06 05:11:07.652222 [ 3 ] {7e7f8ec8-0fad-420c-a9cd-1b6add206cfc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 811 | 2025.02.06 05:11:07.652770 [ 3 ] {7e7f8ec8-0fad-420c-a9cd-1b6add206cfc} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 812 | 2025.02.06 05:11:07.653084 [ 3 ] {7e7f8ec8-0fad-420c-a9cd-1b6add206cfc} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002356 sec., 1697.792869269949 rows/sec., 143.00 KiB/sec. | ||
| 813 | 2025.02.06 05:11:07.653169 [ 3 ] {7e7f8ec8-0fad-420c-a9cd-1b6add206cfc} <Debug> TCPHandler: Processed in 0.002730349 sec. | ||
| 814 | 2025.02.06 05:11:07.653407 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 815 | 2025.02.06 05:11:07.653598 [ 255 ] {231da791-5b7b-4967-afb9-3d79246e44d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 816 | 2025.02.06 05:11:07.653668 [ 255 ] {231da791-5b7b-4967-afb9-3d79246e44d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 817 | 2025.02.06 05:11:07.654387 [ 255 ] {231da791-5b7b-4967-afb9-3d79246e44d9} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 818 | 2025.02.06 05:11:07.654428 [ 255 ] {231da791-5b7b-4967-afb9-3d79246e44d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 819 | 2025.02.06 05:11:07.655075 [ 255 ] {231da791-5b7b-4967-afb9-3d79246e44d9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 820 | 2025.02.06 05:11:07.655579 [ 255 ] {231da791-5b7b-4967-afb9-3d79246e44d9} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 821 | 2025.02.06 05:11:07.655829 [ 255 ] {231da791-5b7b-4967-afb9-3d79246e44d9} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.002282 sec., 3505.6967572304993 rows/sec., 281.59 KiB/sec. | ||
| 822 | 2025.02.06 05:11:07.655900 [ 255 ] {231da791-5b7b-4967-afb9-3d79246e44d9} <Debug> TCPHandler: Processed in 0.002625557 sec. | ||
| 823 | 2025.02.06 05:11:07.656051 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.02.06 05:11:07.656203 [ 3 ] {ebdcb551-0c43-4d83-8627-36e200f7b006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 825 | 2025.02.06 05:11:07.656273 [ 3 ] {ebdcb551-0c43-4d83-8627-36e200f7b006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 826 | 2025.02.06 05:11:07.656929 [ 3 ] {ebdcb551-0c43-4d83-8627-36e200f7b006} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 827 | 2025.02.06 05:11:07.656976 [ 3 ] {ebdcb551-0c43-4d83-8627-36e200f7b006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 828 | 2025.02.06 05:11:07.657558 [ 3 ] {ebdcb551-0c43-4d83-8627-36e200f7b006} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 829 | 2025.02.06 05:11:07.658162 [ 3 ] {ebdcb551-0c43-4d83-8627-36e200f7b006} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 830 | 2025.02.06 05:11:07.658349 [ 3 ] {ebdcb551-0c43-4d83-8627-36e200f7b006} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.002185 sec., 4576.659038901602 rows/sec., 348.61 KiB/sec. | ||
| 831 | 2025.02.06 05:11:07.658409 [ 3 ] {ebdcb551-0c43-4d83-8627-36e200f7b006} <Debug> TCPHandler: Processed in 0.002426589 sec. | ||
| 832 | 2025.02.06 05:11:07.658565 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.02.06 05:11:07.658690 [ 255 ] {922cd06e-d1f9-495b-abce-ef5c479ed898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 834 | 2025.02.06 05:11:07.658745 [ 255 ] {922cd06e-d1f9-495b-abce-ef5c479ed898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 835 | 2025.02.06 05:11:07.659264 [ 255 ] {922cd06e-d1f9-495b-abce-ef5c479ed898} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 836 | 2025.02.06 05:11:07.659303 [ 255 ] {922cd06e-d1f9-495b-abce-ef5c479ed898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 837 | 2025.02.06 05:11:07.659873 [ 255 ] {922cd06e-d1f9-495b-abce-ef5c479ed898} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 838 | 2025.02.06 05:11:07.660486 [ 255 ] {922cd06e-d1f9-495b-abce-ef5c479ed898} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 839 | 2025.02.06 05:11:07.660695 [ 255 ] {922cd06e-d1f9-495b-abce-ef5c479ed898} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.002031 sec., 4923.682914820286 rows/sec., 310.13 KiB/sec. | ||
| 840 | 2025.02.06 05:11:07.660746 [ 255 ] {922cd06e-d1f9-495b-abce-ef5c479ed898} <Debug> TCPHandler: Processed in 0.002242363 sec. | ||
| 841 | 2025.02.06 05:11:10.951296 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 842 | 2025.02.06 05:11:10.951358 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 843 | 2025.02.06 05:11:11.026137 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 844 | 2025.02.06 05:11:11.027074 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 845 | 2025.02.06 05:11:11.027128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 846 | 2025.02.06 05:11:11.027873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 847 | 2025.02.06 05:11:11.028488 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 848 | 2025.02.06 05:11:11.028733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 849 | 2025.02.06 05:11:11.093308 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 850 | 2025.02.06 05:11:11.114433 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 851 | 2025.02.06 05:11:11.114486 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 852 | 2025.02.06 05:11:11.121914 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 853 | 2025.02.06 05:11:11.123221 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 854 | 2025.02.06 05:11:11.125704 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 855 | 2025.02.06 05:11:12.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.47 MiB, peak 157.47 MiB, free memory in arenas 0.00 B, will set to 154.55 MiB (RSS), difference: 1.08 MiB | ||
| 856 | 2025.02.06 05:11:12.650516 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 857 | 2025.02.06 05:11:12.650760 [ 3 ] {be4e173f-a5da-413e-902c-0daf7167618e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 858 | 2025.02.06 05:11:12.650868 [ 3 ] {be4e173f-a5da-413e-902c-0daf7167618e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 859 | 2025.02.06 05:11:12.651782 [ 3 ] {be4e173f-a5da-413e-902c-0daf7167618e} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 860 | 2025.02.06 05:11:12.651835 [ 3 ] {be4e173f-a5da-413e-902c-0daf7167618e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 861 | 2025.02.06 05:11:12.652281 [ 3 ] {be4e173f-a5da-413e-902c-0daf7167618e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 862 | 2025.02.06 05:11:12.652548 [ 3 ] {be4e173f-a5da-413e-902c-0daf7167618e} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 863 | 2025.02.06 05:11:12.652792 [ 3 ] {be4e173f-a5da-413e-902c-0daf7167618e} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.002115 sec., 1891.2529550827421 rows/sec., 159.30 KiB/sec. | ||
| 864 | 2025.02.06 05:11:12.652847 [ 3 ] {be4e173f-a5da-413e-902c-0daf7167618e} <Debug> TCPHandler: Processed in 0.002480672 sec. | ||
| 865 | 2025.02.06 05:11:12.653125 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 866 | 2025.02.06 05:11:12.653325 [ 255 ] {82fe8414-88c4-4123-b00c-89c32fc191e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 867 | 2025.02.06 05:11:12.653400 [ 255 ] {82fe8414-88c4-4123-b00c-89c32fc191e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 868 | 2025.02.06 05:11:12.654117 [ 255 ] {82fe8414-88c4-4123-b00c-89c32fc191e2} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 869 | 2025.02.06 05:11:12.654168 [ 255 ] {82fe8414-88c4-4123-b00c-89c32fc191e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 870 | 2025.02.06 05:11:12.654602 [ 255 ] {82fe8414-88c4-4123-b00c-89c32fc191e2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 871 | 2025.02.06 05:11:12.654856 [ 255 ] {82fe8414-88c4-4123-b00c-89c32fc191e2} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 872 | 2025.02.06 05:11:12.655127 [ 255 ] {82fe8414-88c4-4123-b00c-89c32fc191e2} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001853 sec., 4317.3232595790605 rows/sec., 346.78 KiB/sec. | ||
| 873 | 2025.02.06 05:11:12.655267 [ 255 ] {82fe8414-88c4-4123-b00c-89c32fc191e2} <Debug> TCPHandler: Processed in 0.002279525 sec. | ||
| 874 | 2025.02.06 05:11:12.655431 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 875 | 2025.02.06 05:11:12.655552 [ 3 ] {19085747-84a3-446c-b48e-fafbfcc3dff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 876 | 2025.02.06 05:11:12.655608 [ 3 ] {19085747-84a3-446c-b48e-fafbfcc3dff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 877 | 2025.02.06 05:11:12.656164 [ 3 ] {19085747-84a3-446c-b48e-fafbfcc3dff2} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 878 | 2025.02.06 05:11:12.656202 [ 3 ] {19085747-84a3-446c-b48e-fafbfcc3dff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 879 | 2025.02.06 05:11:12.656576 [ 3 ] {19085747-84a3-446c-b48e-fafbfcc3dff2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 880 | 2025.02.06 05:11:12.656813 [ 3 ] {19085747-84a3-446c-b48e-fafbfcc3dff2} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 881 | 2025.02.06 05:11:12.656989 [ 3 ] {19085747-84a3-446c-b48e-fafbfcc3dff2} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001464 sec., 6830.601092896175 rows/sec., 520.30 KiB/sec. | ||
| 882 | 2025.02.06 05:11:12.657037 [ 3 ] {19085747-84a3-446c-b48e-fafbfcc3dff2} <Debug> TCPHandler: Processed in 0.001665975 sec. | ||
| 883 | 2025.02.06 05:11:12.657203 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2025.02.06 05:11:12.657343 [ 255 ] {f8987b78-ea94-44e0-8576-7cdff3667c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 885 | 2025.02.06 05:11:12.657403 [ 255 ] {f8987b78-ea94-44e0-8576-7cdff3667c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 886 | 2025.02.06 05:11:12.657976 [ 255 ] {f8987b78-ea94-44e0-8576-7cdff3667c88} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 887 | 2025.02.06 05:11:12.658022 [ 255 ] {f8987b78-ea94-44e0-8576-7cdff3667c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 888 | 2025.02.06 05:11:12.658427 [ 255 ] {f8987b78-ea94-44e0-8576-7cdff3667c88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 889 | 2025.02.06 05:11:12.658660 [ 255 ] {f8987b78-ea94-44e0-8576-7cdff3667c88} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 890 | 2025.02.06 05:11:12.658914 [ 255 ] {f8987b78-ea94-44e0-8576-7cdff3667c88} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001589 sec., 6293.266205160478 rows/sec., 396.40 KiB/sec. | ||
| 891 | 2025.02.06 05:11:12.659046 [ 255 ] {f8987b78-ea94-44e0-8576-7cdff3667c88} <Debug> TCPHandler: Processed in 0.001905873 sec. | ||
| 892 | 2025.02.06 05:11:16.021344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 124 | ||
| 893 | 2025.02.06 05:11:16.024527 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.02.06 05:11:16.024566 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 895 | 2025.02.06 05:11:16.026111 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 896 | 2025.02.06 05:11:16.026651 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.02.06 05:11:16.027344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 124 | ||
| 898 | 2025.02.06 05:11:17.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.58 MiB, peak 157.47 MiB, free memory in arenas 0.00 B, will set to 154.59 MiB (RSS), difference: 4.01 MiB | ||
| 899 | 2025.02.06 05:11:17.649948 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.02.06 05:11:17.650176 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 901 | 2025.02.06 05:11:17.652548 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 902 | 2025.02.06 05:11:17.652671 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 903 | 2025.02.06 05:11:17.653123 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 904 | 2025.02.06 05:11:17.655240 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 905 | 2025.02.06 05:11:17.655685 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 906 | 2025.02.06 05:11:17.659032 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 907 | 2025.02.06 05:11:17.659086 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 908 | 2025.02.06 05:11:17.659106 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 909 | 2025.02.06 05:11:17.659213 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 910 | 2025.02.06 05:11:17.659238 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 911 | 2025.02.06 05:11:17.663010 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.012924 sec., 309.50170225936245 rows/sec., 12.77 KiB/sec. | ||
| 912 | 2025.02.06 05:11:17.663133 [ 3 ] {1a298344-a12d-409f-8504-ff3dadb2cad6} <Debug> TCPHandler: Processed in 0.013314836 sec. | ||
| 913 | 2025.02.06 05:11:17.663536 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 914 | 2025.02.06 05:11:17.663764 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 915 | 2025.02.06 05:11:17.664136 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 916 | 2025.02.06 05:11:17.664173 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 917 | 2025.02.06 05:11:17.664427 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 918 | 2025.02.06 05:11:17.664512 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 919 | 2025.02.06 05:11:17.664693 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 920 | 2025.02.06 05:11:17.664733 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 921 | 2025.02.06 05:11:17.664760 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 922 | 2025.02.06 05:11:17.664778 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 923 | 2025.02.06 05:11:17.664825 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 924 | 2025.02.06 05:11:17.664849 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 925 | 2025.02.06 05:11:17.665554 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001884 sec., 2123.1422505307855 rows/sec., 87.60 KiB/sec. | ||
| 926 | 2025.02.06 05:11:17.665695 [ 255 ] {b6cf6084-f17a-451b-bc98-e1476ce7415c} <Debug> TCPHandler: Processed in 0.002290345 sec. | ||
| 927 | 2025.02.06 05:11:17.666207 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 928 | 2025.02.06 05:11:17.666469 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 929 | 2025.02.06 05:11:17.666791 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 930 | 2025.02.06 05:11:17.666831 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 931 | 2025.02.06 05:11:17.667084 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 932 | 2025.02.06 05:11:17.667163 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 933 | 2025.02.06 05:11:17.667342 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 934 | 2025.02.06 05:11:17.667377 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 935 | 2025.02.06 05:11:17.667399 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 936 | 2025.02.06 05:11:17.667415 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 937 | 2025.02.06 05:11:17.667458 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 938 | 2025.02.06 05:11:17.667480 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 939 | 2025.02.06 05:11:17.668082 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001707 sec., 2343.2923257176335 rows/sec., 96.68 KiB/sec. | ||
| 940 | 2025.02.06 05:11:17.668197 [ 3 ] {45c13ceb-1d93-46a8-8958-6db5340e1c77} <Debug> TCPHandler: Processed in 0.002098948 sec. | ||
| 941 | 2025.02.06 05:11:17.668459 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 942 | 2025.02.06 05:11:17.668651 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 943 | 2025.02.06 05:11:17.668995 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 944 | 2025.02.06 05:11:17.669038 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 945 | 2025.02.06 05:11:17.669314 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 946 | 2025.02.06 05:11:17.669390 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 947 | 2025.02.06 05:11:17.669539 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 948 | 2025.02.06 05:11:17.669574 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 949 | 2025.02.06 05:11:17.669597 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 950 | 2025.02.06 05:11:17.669616 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 951 | 2025.02.06 05:11:17.669659 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 952 | 2025.02.06 05:11:17.669682 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 953 | 2025.02.06 05:11:17.670272 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001702 sec., 2350.1762632197415 rows/sec., 96.97 KiB/sec. | ||
| 954 | 2025.02.06 05:11:17.670388 [ 255 ] {0d6aac6c-fc6b-4eca-b572-5f95d5e378f5} <Debug> TCPHandler: Processed in 0.001999285 sec. | ||
| 955 | 2025.02.06 05:11:17.670655 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.02.06 05:11:17.670836 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 957 | 2025.02.06 05:11:17.671158 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.02.06 05:11:17.671198 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 959 | 2025.02.06 05:11:17.671441 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.02.06 05:11:17.671506 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.02.06 05:11:17.671648 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 962 | 2025.02.06 05:11:17.671681 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.02.06 05:11:17.671703 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 964 | 2025.02.06 05:11:17.671720 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.02.06 05:11:17.671761 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 966 | 2025.02.06 05:11:17.671782 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 967 | 2025.02.06 05:11:17.672323 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.00156 sec., 2564.102564102564 rows/sec., 105.79 KiB/sec. | ||
| 968 | 2025.02.06 05:11:17.672438 [ 3 ] {76dc3384-7d63-474d-9beb-503e03779768} <Debug> TCPHandler: Processed in 0.00185032 sec. | ||
| 969 | 2025.02.06 05:11:17.672740 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.02.06 05:11:17.673045 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 971 | 2025.02.06 05:11:17.673498 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 972 | 2025.02.06 05:11:17.673533 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 973 | 2025.02.06 05:11:17.673757 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 974 | 2025.02.06 05:11:17.673824 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 975 | 2025.02.06 05:11:17.673974 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 976 | 2025.02.06 05:11:17.674007 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 977 | 2025.02.06 05:11:17.674030 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 978 | 2025.02.06 05:11:17.674048 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 979 | 2025.02.06 05:11:17.674090 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 980 | 2025.02.06 05:11:17.674112 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 981 | 2025.02.06 05:11:17.674709 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.0018 sec., 2222.222222222222 rows/sec., 91.69 KiB/sec. | ||
| 982 | 2025.02.06 05:11:17.674825 [ 255 ] {aa5d0691-256e-4d54-b268-5a83b64b6abc} <Debug> TCPHandler: Processed in 0.002195741 sec. | ||
| 983 | 2025.02.06 05:11:17.675117 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 984 | 2025.02.06 05:11:17.675309 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 985 | 2025.02.06 05:11:17.675641 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 986 | 2025.02.06 05:11:17.675684 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 987 | 2025.02.06 05:11:17.675969 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 988 | 2025.02.06 05:11:17.676051 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 989 | 2025.02.06 05:11:17.676228 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 990 | 2025.02.06 05:11:17.676268 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 991 | 2025.02.06 05:11:17.676297 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 992 | 2025.02.06 05:11:17.676318 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 993 | 2025.02.06 05:11:17.676369 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 994 | 2025.02.06 05:11:17.676391 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 995 | 2025.02.06 05:11:17.676969 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001741 sec., 2297.5301550832855 rows/sec., 94.80 KiB/sec. | ||
| 996 | 2025.02.06 05:11:17.677082 [ 3 ] {198388f0-9952-4907-8bdd-d5dc93cd9f4b} <Debug> TCPHandler: Processed in 0.002032546 sec. | ||
| 997 | 2025.02.06 05:11:17.677373 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2025.02.06 05:11:17.677561 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 999 | 2025.02.06 05:11:17.677899 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1000 | 2025.02.06 05:11:17.677943 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1001 | 2025.02.06 05:11:17.678229 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1002 | 2025.02.06 05:11:17.678309 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1003 | 2025.02.06 05:11:17.678461 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1004 | 2025.02.06 05:11:17.678495 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1005 | 2025.02.06 05:11:17.678518 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1006 | 2025.02.06 05:11:17.678536 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1007 | 2025.02.06 05:11:17.678579 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1008 | 2025.02.06 05:11:17.678601 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1009 | 2025.02.06 05:11:17.679144 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001665 sec., 2402.4024024024025 rows/sec., 99.12 KiB/sec. | ||
| 1010 | 2025.02.06 05:11:17.679259 [ 255 ] {67798019-e405-4849-84ff-67df9a9b50bb} <Debug> TCPHandler: Processed in 0.001946554 sec. | ||
| 1011 | 2025.02.06 05:11:17.679581 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2025.02.06 05:11:17.679886 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1013 | 2025.02.06 05:11:17.680403 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2025.02.06 05:11:17.680439 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1015 | 2025.02.06 05:11:17.680671 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2025.02.06 05:11:17.680737 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2025.02.06 05:11:17.680882 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1018 | 2025.02.06 05:11:17.680916 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2025.02.06 05:11:17.680939 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1020 | 2025.02.06 05:11:17.680956 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1021 | 2025.02.06 05:11:17.680999 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1022 | 2025.02.06 05:11:17.681023 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1023 | 2025.02.06 05:11:17.681653 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001905 sec., 2099.737532808399 rows/sec., 86.63 KiB/sec. | ||
| 1024 | 2025.02.06 05:11:17.681775 [ 3 ] {5217f94c-bd94-4f90-ace3-804036b85abc} <Debug> TCPHandler: Processed in 0.002305335 sec. | ||
| 1025 | 2025.02.06 05:11:17.682109 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2025.02.06 05:11:17.682413 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1027 | 2025.02.06 05:11:17.682704 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1028 | 2025.02.06 05:11:17.682743 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1029 | 2025.02.06 05:11:17.682985 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2025.02.06 05:11:17.683052 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1031 | 2025.02.06 05:11:17.683199 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1032 | 2025.02.06 05:11:17.683232 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1033 | 2025.02.06 05:11:17.683255 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1034 | 2025.02.06 05:11:17.683272 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1035 | 2025.02.06 05:11:17.683315 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1036 | 2025.02.06 05:11:17.683339 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1037 | 2025.02.06 05:11:17.683897 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001618 sec., 2472.187886279357 rows/sec., 102.00 KiB/sec. | ||
| 1038 | 2025.02.06 05:11:17.684015 [ 255 ] {345d4fc6-a348-425e-a6d6-7e58fd8d7774} <Debug> TCPHandler: Processed in 0.002016766 sec. | ||
| 1039 | 2025.02.06 05:11:17.684286 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2025.02.06 05:11:17.684480 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1041 | 2025.02.06 05:11:17.684829 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1042 | 2025.02.06 05:11:17.684875 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1043 | 2025.02.06 05:11:17.685175 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1044 | 2025.02.06 05:11:17.685256 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1045 | 2025.02.06 05:11:17.685417 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1046 | 2025.02.06 05:11:17.685449 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1047 | 2025.02.06 05:11:17.685472 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1048 | 2025.02.06 05:11:17.685488 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1049 | 2025.02.06 05:11:17.685532 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1050 | 2025.02.06 05:11:17.685554 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1051 | 2025.02.06 05:11:17.686137 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001742 sec., 2296.211251435132 rows/sec., 94.74 KiB/sec. | ||
| 1052 | 2025.02.06 05:11:17.686250 [ 3 ] {8a2e744f-f818-47b7-85e3-ee4d0813665b} <Debug> TCPHandler: Processed in 0.002030976 sec. | ||
| 1053 | 2025.02.06 05:11:17.686493 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.02.06 05:11:17.686688 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1055 | 2025.02.06 05:11:17.687042 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2025.02.06 05:11:17.687090 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1057 | 2025.02.06 05:11:17.687390 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2025.02.06 05:11:17.687458 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2025.02.06 05:11:17.687603 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1060 | 2025.02.06 05:11:17.687636 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2025.02.06 05:11:17.687659 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1062 | 2025.02.06 05:11:17.687677 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2025.02.06 05:11:17.687720 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1064 | 2025.02.06 05:11:17.687743 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1065 | 2025.02.06 05:11:17.688300 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001699 sec., 2354.326074161271 rows/sec., 97.14 KiB/sec. | ||
| 1066 | 2025.02.06 05:11:17.688417 [ 255 ] {cafa8ea8-df41-4afa-9166-9a582bed3d8f} <Debug> TCPHandler: Processed in 0.001992585 sec. | ||
| 1067 | 2025.02.06 05:11:17.688682 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2025.02.06 05:11:17.688876 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1069 | 2025.02.06 05:11:17.689227 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1070 | 2025.02.06 05:11:17.689274 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1071 | 2025.02.06 05:11:17.689539 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1072 | 2025.02.06 05:11:17.689605 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1073 | 2025.02.06 05:11:17.689751 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1074 | 2025.02.06 05:11:17.689783 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1075 | 2025.02.06 05:11:17.689806 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1076 | 2025.02.06 05:11:17.689822 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1077 | 2025.02.06 05:11:17.689866 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1078 | 2025.02.06 05:11:17.689888 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1079 | 2025.02.06 05:11:17.690436 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001648 sec., 2427.1844660194174 rows/sec., 100.15 KiB/sec. | ||
| 1080 | 2025.02.06 05:11:17.690550 [ 3 ] {12152c2d-039d-4700-b4c0-296d68ac62eb} <Debug> TCPHandler: Processed in 0.001933403 sec. | ||
| 1081 | 2025.02.06 05:11:17.690837 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1082 | 2025.02.06 05:11:17.691032 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1083 | 2025.02.06 05:11:17.691382 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1084 | 2025.02.06 05:11:17.691422 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1085 | 2025.02.06 05:11:17.691675 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1086 | 2025.02.06 05:11:17.691743 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1087 | 2025.02.06 05:11:17.691888 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1088 | 2025.02.06 05:11:17.691922 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1089 | 2025.02.06 05:11:17.691945 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1090 | 2025.02.06 05:11:17.691962 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1091 | 2025.02.06 05:11:17.692006 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1092 | 2025.02.06 05:11:17.692030 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1093 | 2025.02.06 05:11:17.692588 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001645 sec., 2431.61094224924 rows/sec., 100.33 KiB/sec. | ||
| 1094 | 2025.02.06 05:11:17.692704 [ 255 ] {4e8c76eb-ad7f-42e8-b478-e1956d6e6ce9} <Debug> TCPHandler: Processed in 0.001934204 sec. | ||
| 1095 | 2025.02.06 05:11:17.696034 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.02.06 05:11:17.696185 [ 3 ] {7ab1b466-0549-443d-8814-d8886288552d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1097 | 2025.02.06 05:11:17.696249 [ 3 ] {7ab1b466-0549-443d-8814-d8886288552d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1098 | 2025.02.06 05:11:17.697024 [ 3 ] {7ab1b466-0549-443d-8814-d8886288552d} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1099 | 2025.02.06 05:11:17.697063 [ 3 ] {7ab1b466-0549-443d-8814-d8886288552d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1100 | 2025.02.06 05:11:17.697580 [ 3 ] {7ab1b466-0549-443d-8814-d8886288552d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1101 | 2025.02.06 05:11:17.697801 [ 3 ] {7ab1b466-0549-443d-8814-d8886288552d} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1102 | 2025.02.06 05:11:17.698005 [ 3 ] {7ab1b466-0549-443d-8814-d8886288552d} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 1.06 MiB/sec. | ||
| 1103 | 2025.02.06 05:11:17.698170 [ 3 ] {7ab1b466-0549-443d-8814-d8886288552d} <Debug> TCPHandler: Processed in 0.002202792 sec. | ||
| 1104 | 2025.02.06 05:11:17.698341 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2025.02.06 05:11:17.698474 [ 255 ] {39a99eb0-db85-45d3-9d91-a159015e8505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1106 | 2025.02.06 05:11:17.698523 [ 255 ] {39a99eb0-db85-45d3-9d91-a159015e8505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1107 | 2025.02.06 05:11:17.699197 [ 255 ] {39a99eb0-db85-45d3-9d91-a159015e8505} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1108 | 2025.02.06 05:11:17.699238 [ 255 ] {39a99eb0-db85-45d3-9d91-a159015e8505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1109 | 2025.02.06 05:11:17.699664 [ 255 ] {39a99eb0-db85-45d3-9d91-a159015e8505} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1110 | 2025.02.06 05:11:17.699912 [ 255 ] {39a99eb0-db85-45d3-9d91-a159015e8505} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2025.02.06 05:11:17.700145 [ 255 ] {39a99eb0-db85-45d3-9d91-a159015e8505} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001709 sec., 17554.125219426565 rows/sec., 1.32 MiB/sec. | ||
| 1112 | 2025.02.06 05:11:17.700203 [ 255 ] {39a99eb0-db85-45d3-9d91-a159015e8505} <Debug> TCPHandler: Processed in 0.001929823 sec. | ||
| 1113 | 2025.02.06 05:11:17.700344 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.02.06 05:11:17.700482 [ 3 ] {92be8402-4ec7-432c-87be-76cf4b796364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1115 | 2025.02.06 05:11:17.700539 [ 3 ] {92be8402-4ec7-432c-87be-76cf4b796364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1116 | 2025.02.06 05:11:17.701242 [ 3 ] {92be8402-4ec7-432c-87be-76cf4b796364} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1117 | 2025.02.06 05:11:17.701287 [ 3 ] {92be8402-4ec7-432c-87be-76cf4b796364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1118 | 2025.02.06 05:11:17.701660 [ 3 ] {92be8402-4ec7-432c-87be-76cf4b796364} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1119 | 2025.02.06 05:11:17.701909 [ 3 ] {92be8402-4ec7-432c-87be-76cf4b796364} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1120 | 2025.02.06 05:11:17.702141 [ 3 ] {92be8402-4ec7-432c-87be-76cf4b796364} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001673 sec., 21518.230723251643 rows/sec., 1.68 MiB/sec. | ||
| 1121 | 2025.02.06 05:11:17.702269 [ 3 ] {92be8402-4ec7-432c-87be-76cf4b796364} <Debug> TCPHandler: Processed in 0.001981315 sec. | ||
| 1122 | 2025.02.06 05:11:17.702439 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.02.06 05:11:17.702579 [ 255 ] {a84a1035-b079-4bf0-95b5-aff34e28b6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1124 | 2025.02.06 05:11:17.702642 [ 255 ] {a84a1035-b079-4bf0-95b5-aff34e28b6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1125 | 2025.02.06 05:11:17.703277 [ 255 ] {a84a1035-b079-4bf0-95b5-aff34e28b6c2} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1126 | 2025.02.06 05:11:17.703324 [ 255 ] {a84a1035-b079-4bf0-95b5-aff34e28b6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1127 | 2025.02.06 05:11:17.703724 [ 255 ] {a84a1035-b079-4bf0-95b5-aff34e28b6c2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1128 | 2025.02.06 05:11:17.703969 [ 255 ] {a84a1035-b079-4bf0-95b5-aff34e28b6c2} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1129 | 2025.02.06 05:11:17.704175 [ 255 ] {a84a1035-b079-4bf0-95b5-aff34e28b6c2} <Debug> executeQuery: Read 70 rows, 5.02 KiB in 0.00163 sec., 42944.78527607362 rows/sec., 3.01 MiB/sec. | ||
| 1130 | 2025.02.06 05:11:17.704229 [ 255 ] {a84a1035-b079-4bf0-95b5-aff34e28b6c2} <Debug> TCPHandler: Processed in 0.001861441 sec. | ||
| 1131 | 2025.02.06 05:11:17.704370 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1132 | 2025.02.06 05:11:17.704507 [ 3 ] {3c2f9d72-47be-4510-a978-654b72f1dcef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1133 | 2025.02.06 05:11:17.704567 [ 3 ] {3c2f9d72-47be-4510-a978-654b72f1dcef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1134 | 2025.02.06 05:11:17.705113 [ 3 ] {3c2f9d72-47be-4510-a978-654b72f1dcef} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1135 | 2025.02.06 05:11:17.705157 [ 3 ] {3c2f9d72-47be-4510-a978-654b72f1dcef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1136 | 2025.02.06 05:11:17.705559 [ 3 ] {3c2f9d72-47be-4510-a978-654b72f1dcef} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1137 | 2025.02.06 05:11:17.705786 [ 3 ] {3c2f9d72-47be-4510-a978-654b72f1dcef} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1138 | 2025.02.06 05:11:17.705955 [ 3 ] {3c2f9d72-47be-4510-a978-654b72f1dcef} <Debug> executeQuery: Read 28 rows, 1.89 KiB in 0.00148 sec., 18918.91891891892 rows/sec., 1.25 MiB/sec. | ||
| 1139 | 2025.02.06 05:11:17.706003 [ 3 ] {3c2f9d72-47be-4510-a978-654b72f1dcef} <Debug> TCPHandler: Processed in 0.001691906 sec. | ||
| 1140 | 2025.02.06 05:11:18.529330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 1141 | 2025.02.06 05:11:18.529980 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1142 | 2025.02.06 05:11:18.530025 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1143 | 2025.02.06 05:11:18.530656 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1144 | 2025.02.06 05:11:18.530911 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1145 | 2025.02.06 05:11:18.531202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 1146 | 2025.02.06 05:11:18.626380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 1147 | 2025.02.06 05:11:18.645435 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1148 | 2025.02.06 05:11:18.645492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1149 | 2025.02.06 05:11:18.652198 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1150 | 2025.02.06 05:11:18.652981 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1151 | 2025.02.06 05:11:18.655727 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 1152 | 2025.02.06 05:11:22.657777 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1153 | 2025.02.06 05:11:22.657994 [ 3 ] {5ffee037-c218-41dd-ba3c-421808b65216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1154 | 2025.02.06 05:11:22.658073 [ 3 ] {5ffee037-c218-41dd-ba3c-421808b65216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1155 | 2025.02.06 05:11:22.658824 [ 3 ] {5ffee037-c218-41dd-ba3c-421808b65216} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1156 | 2025.02.06 05:11:22.658870 [ 3 ] {5ffee037-c218-41dd-ba3c-421808b65216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1157 | 2025.02.06 05:11:22.659312 [ 3 ] {5ffee037-c218-41dd-ba3c-421808b65216} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1158 | 2025.02.06 05:11:22.659561 [ 3 ] {5ffee037-c218-41dd-ba3c-421808b65216} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1159 | 2025.02.06 05:11:22.659798 [ 3 ] {5ffee037-c218-41dd-ba3c-421808b65216} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001861 sec., 16120.365394948953 rows/sec., 1.22 MiB/sec. | ||
| 1160 | 2025.02.06 05:11:22.659852 [ 3 ] {5ffee037-c218-41dd-ba3c-421808b65216} <Debug> TCPHandler: Processed in 0.002215543 sec. | ||
| 1161 | 2025.02.06 05:11:22.660132 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1162 | 2025.02.06 05:11:22.660347 [ 255 ] {403980d0-8e7a-4137-aadb-292c0f4bd936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1163 | 2025.02.06 05:11:22.660427 [ 255 ] {403980d0-8e7a-4137-aadb-292c0f4bd936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1164 | 2025.02.06 05:11:22.661271 [ 255 ] {403980d0-8e7a-4137-aadb-292c0f4bd936} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1165 | 2025.02.06 05:11:22.661315 [ 255 ] {403980d0-8e7a-4137-aadb-292c0f4bd936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1166 | 2025.02.06 05:11:22.661756 [ 255 ] {403980d0-8e7a-4137-aadb-292c0f4bd936} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1167 | 2025.02.06 05:11:22.662014 [ 255 ] {403980d0-8e7a-4137-aadb-292c0f4bd936} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1168 | 2025.02.06 05:11:22.662214 [ 255 ] {403980d0-8e7a-4137-aadb-292c0f4bd936} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00193 sec., 18652.84974093264 rows/sec., 1.46 MiB/sec. | ||
| 1169 | 2025.02.06 05:11:22.662280 [ 255 ] {403980d0-8e7a-4137-aadb-292c0f4bd936} <Debug> TCPHandler: Processed in 0.002294765 sec. | ||
| 1170 | 2025.02.06 05:11:22.662502 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1171 | 2025.02.06 05:11:22.662722 [ 3 ] {562d8e14-e8c5-4586-9dc8-43099ffc9651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1172 | 2025.02.06 05:11:22.662820 [ 3 ] {562d8e14-e8c5-4586-9dc8-43099ffc9651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1173 | 2025.02.06 05:11:22.663528 [ 3 ] {562d8e14-e8c5-4586-9dc8-43099ffc9651} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1174 | 2025.02.06 05:11:22.663567 [ 3 ] {562d8e14-e8c5-4586-9dc8-43099ffc9651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1175 | 2025.02.06 05:11:22.663952 [ 3 ] {562d8e14-e8c5-4586-9dc8-43099ffc9651} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1176 | 2025.02.06 05:11:22.664185 [ 3 ] {562d8e14-e8c5-4586-9dc8-43099ffc9651} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1177 | 2025.02.06 05:11:22.664404 [ 3 ] {562d8e14-e8c5-4586-9dc8-43099ffc9651} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001735 sec., 63400.57636887608 rows/sec., 4.42 MiB/sec. | ||
| 1178 | 2025.02.06 05:11:22.664453 [ 3 ] {562d8e14-e8c5-4586-9dc8-43099ffc9651} <Debug> TCPHandler: Processed in 0.002057097 sec. | ||
| 1179 | 2025.02.06 05:11:22.664889 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1180 | 2025.02.06 05:11:22.665037 [ 255 ] {1c00cf73-373d-4934-a15f-7c5314b6d9ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1181 | 2025.02.06 05:11:22.665100 [ 255 ] {1c00cf73-373d-4934-a15f-7c5314b6d9ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1182 | 2025.02.06 05:11:22.665611 [ 255 ] {1c00cf73-373d-4934-a15f-7c5314b6d9ea} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1183 | 2025.02.06 05:11:22.665649 [ 255 ] {1c00cf73-373d-4934-a15f-7c5314b6d9ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1184 | 2025.02.06 05:11:22.666029 [ 255 ] {1c00cf73-373d-4934-a15f-7c5314b6d9ea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1185 | 2025.02.06 05:11:22.666272 [ 255 ] {1c00cf73-373d-4934-a15f-7c5314b6d9ea} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1186 | 2025.02.06 05:11:22.666459 [ 255 ] {1c00cf73-373d-4934-a15f-7c5314b6d9ea} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.00146 sec., 27397.260273972603 rows/sec., 1.83 MiB/sec. | ||
| 1187 | 2025.02.06 05:11:22.666510 [ 255 ] {1c00cf73-373d-4934-a15f-7c5314b6d9ea} <Debug> TCPHandler: Processed in 0.001693555 sec. | ||
| 1188 | 2025.02.06 05:11:25.951617 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1189 | 2025.02.06 05:11:25.951687 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1190 | 2025.02.06 05:11:26.030032 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 170 | ||
| 1191 | 2025.02.06 05:11:26.033499 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 1192 | 2025.02.06 05:11:26.037450 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1193 | 2025.02.06 05:11:26.037526 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1194 | 2025.02.06 05:11:26.038102 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.02.06 05:11:26.038185 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1196 | 2025.02.06 05:11:26.039006 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1197 | 2025.02.06 05:11:26.039837 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.02.06 05:11:26.040453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 1199 | 2025.02.06 05:11:26.041369 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1200 | 2025.02.06 05:11:26.041980 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1201 | 2025.02.06 05:11:26.042597 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 170 | ||
| 1202 | 2025.02.06 05:11:26.157640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 1203 | 2025.02.06 05:11:26.177533 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.02.06 05:11:26.177599 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1205 | 2025.02.06 05:11:26.184357 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1206 | 2025.02.06 05:11:26.185439 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2025.02.06 05:11:26.188407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1208 | 2025.02.06 05:11:27.654428 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2025.02.06 05:11:27.654680 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1210 | 2025.02.06 05:11:27.655075 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1211 | 2025.02.06 05:11:27.655122 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1212 | 2025.02.06 05:11:27.655425 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1213 | 2025.02.06 05:11:27.655510 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1214 | 2025.02.06 05:11:27.655687 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1215 | 2025.02.06 05:11:27.655978 [ 260 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1216 | 2025.02.06 05:11:27.656000 [ 285 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1217 | 2025.02.06 05:11:27.656168 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 1218 | 2025.02.06 05:11:27.656204 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1219 | 2025.02.06 05:11:27.656368 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1220 | 2025.02.06 05:11:27.656393 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1221 | 2025.02.06 05:11:27.656450 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1222 | 2025.02.06 05:11:27.656498 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1223 | 2025.02.06 05:11:27.657901 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003327 sec., 5410.279531109107 rows/sec., 221.32 KiB/sec. | ||
| 1224 | 2025.02.06 05:11:27.658069 [ 3 ] {4f364fec-0ddb-4625-b5f8-eb9a88fb47e1} <Debug> TCPHandler: Processed in 0.003776933 sec. | ||
| 1225 | 2025.02.06 05:11:27.662453 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1226 | 2025.02.06 05:11:27.662636 [ 255 ] {70029666-f436-4bfc-bb5b-ee28f1107621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1227 | 2025.02.06 05:11:27.662718 [ 255 ] {70029666-f436-4bfc-bb5b-ee28f1107621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1228 | 2025.02.06 05:11:27.663641 [ 255 ] {70029666-f436-4bfc-bb5b-ee28f1107621} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1229 | 2025.02.06 05:11:27.663686 [ 255 ] {70029666-f436-4bfc-bb5b-ee28f1107621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1230 | 2025.02.06 05:11:27.664306 [ 255 ] {70029666-f436-4bfc-bb5b-ee28f1107621} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1231 | 2025.02.06 05:11:27.664696 [ 255 ] {70029666-f436-4bfc-bb5b-ee28f1107621} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1232 | 2025.02.06 05:11:27.665016 [ 255 ] {70029666-f436-4bfc-bb5b-ee28f1107621} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002411 sec., 414.765657403567 rows/sec., 61.97 KiB/sec. | ||
| 1233 | 2025.02.06 05:11:27.665115 [ 255 ] {70029666-f436-4bfc-bb5b-ee28f1107621} <Debug> TCPHandler: Processed in 0.002840843 sec. | ||
| 1234 | 2025.02.06 05:11:27.665266 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1235 | 2025.02.06 05:11:27.665404 [ 3 ] {86322df6-55cc-4c09-ac67-83a4da91f35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1236 | 2025.02.06 05:11:27.665460 [ 3 ] {86322df6-55cc-4c09-ac67-83a4da91f35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1237 | 2025.02.06 05:11:27.666137 [ 3 ] {86322df6-55cc-4c09-ac67-83a4da91f35d} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1238 | 2025.02.06 05:11:27.666187 [ 3 ] {86322df6-55cc-4c09-ac67-83a4da91f35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1239 | 2025.02.06 05:11:27.666735 [ 3 ] {86322df6-55cc-4c09-ac67-83a4da91f35d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1240 | 2025.02.06 05:11:27.667234 [ 3 ] {86322df6-55cc-4c09-ac67-83a4da91f35d} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1241 | 2025.02.06 05:11:27.667400 [ 100 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1242 | 2025.02.06 05:11:27.667485 [ 100 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2025.02.06 05:11:27.667508 [ 3 ] {86322df6-55cc-4c09-ac67-83a4da91f35d} <Debug> executeQuery: Read 46 rows, 3.90 KiB in 0.002134 sec., 21555.76382380506 rows/sec., 1.78 MiB/sec. | ||
| 1244 | 2025.02.06 05:11:27.667523 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1245 | 2025.02.06 05:11:27.667665 [ 3 ] {86322df6-55cc-4c09-ac67-83a4da91f35d} <Debug> TCPHandler: Processed in 0.00245627 sec. | ||
| 1246 | 2025.02.06 05:11:27.667958 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2025.02.06 05:11:27.668015 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 1248 | 2025.02.06 05:11:27.668215 [ 255 ] {a42a05db-08dc-477b-ac5a-957d61ace885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1249 | 2025.02.06 05:11:27.668316 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1250 | 2025.02.06 05:11:27.668325 [ 255 ] {a42a05db-08dc-477b-ac5a-957d61ace885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1251 | 2025.02.06 05:11:27.668452 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 1252 | 2025.02.06 05:11:27.668632 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 1253 | 2025.02.06 05:11:27.669007 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 1254 | 2025.02.06 05:11:27.669300 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1255 | 2025.02.06 05:11:27.669621 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 1256 | 2025.02.06 05:11:27.669840 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part | ||
| 1257 | 2025.02.06 05:11:27.670495 [ 255 ] {a42a05db-08dc-477b-ac5a-957d61ace885} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.02.06 05:11:27.670536 [ 255 ] {a42a05db-08dc-477b-ac5a-957d61ace885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1259 | 2025.02.06 05:11:27.671184 [ 255 ] {a42a05db-08dc-477b-ac5a-957d61ace885} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1260 | 2025.02.06 05:11:27.671409 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 5 columns (5 merged, 0 gathered) in 0.003713281 sec., 31777.826671345367 rows/sec., 2.63 MiB/sec. | ||
| 1261 | 2025.02.06 05:11:27.671728 [ 255 ] {a42a05db-08dc-477b-ac5a-957d61ace885} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2025.02.06 05:11:27.671737 [ 187 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1263 | 2025.02.06 05:11:27.672118 [ 255 ] {a42a05db-08dc-477b-ac5a-957d61ace885} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003983 sec., 2008.5362791865425 rows/sec., 151.03 KiB/sec. | ||
| 1264 | 2025.02.06 05:11:27.672231 [ 255 ] {a42a05db-08dc-477b-ac5a-957d61ace885} <Debug> TCPHandler: Processed in 0.004425675 sec. | ||
| 1265 | 2025.02.06 05:11:27.672410 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1266 | 2025.02.06 05:11:27.672562 [ 187 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1267 | 2025.02.06 05:11:27.672563 [ 3 ] {692edf97-6bed-4c6e-bdc3-91a83c9562e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1268 | 2025.02.06 05:11:27.672643 [ 3 ] {692edf97-6bed-4c6e-bdc3-91a83c9562e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1269 | 2025.02.06 05:11:27.672653 [ 187 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_6_1} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1270 | 2025.02.06 05:11:27.672784 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1271 | 2025.02.06 05:11:27.673395 [ 3 ] {692edf97-6bed-4c6e-bdc3-91a83c9562e6} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1272 | 2025.02.06 05:11:27.673438 [ 3 ] {692edf97-6bed-4c6e-bdc3-91a83c9562e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1273 | 2025.02.06 05:11:27.673998 [ 3 ] {692edf97-6bed-4c6e-bdc3-91a83c9562e6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1274 | 2025.02.06 05:11:27.674513 [ 3 ] {692edf97-6bed-4c6e-bdc3-91a83c9562e6} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1275 | 2025.02.06 05:11:27.674669 [ 100 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1276 | 2025.02.06 05:11:27.674724 [ 100 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2025.02.06 05:11:27.674762 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1278 | 2025.02.06 05:11:27.674759 [ 3 ] {692edf97-6bed-4c6e-bdc3-91a83c9562e6} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.002234 sec., 19695.613249776186 rows/sec., 1.54 MiB/sec. | ||
| 1279 | 2025.02.06 05:11:27.674988 [ 3 ] {692edf97-6bed-4c6e-bdc3-91a83c9562e6} <Debug> TCPHandler: Processed in 0.002644967 sec. | ||
| 1280 | 2025.02.06 05:11:27.675049 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 1281 | 2025.02.06 05:11:27.675165 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2025.02.06 05:11:27.675210 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1283 | 2025.02.06 05:11:27.675243 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 1284 | 2025.02.06 05:11:27.675356 [ 255 ] {4aaaed95-da69-4946-a506-57eae55f90a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1285 | 2025.02.06 05:11:27.675419 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 1286 | 2025.02.06 05:11:27.675480 [ 255 ] {4aaaed95-da69-4946-a506-57eae55f90a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1287 | 2025.02.06 05:11:27.675607 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 1288 | 2025.02.06 05:11:27.676002 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 1289 | 2025.02.06 05:11:27.676327 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 1290 | 2025.02.06 05:11:27.676708 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part | ||
| 1291 | 2025.02.06 05:11:27.677437 [ 255 ] {4aaaed95-da69-4946-a506-57eae55f90a2} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1292 | 2025.02.06 05:11:27.677479 [ 255 ] {4aaaed95-da69-4946-a506-57eae55f90a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1293 | 2025.02.06 05:11:27.678157 [ 187 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 5 columns (5 merged, 0 gathered) in 0.003307528 sec., 42327.68399844234 rows/sec., 3.47 MiB/sec. | ||
| 1294 | 2025.02.06 05:11:27.678161 [ 255 ] {4aaaed95-da69-4946-a506-57eae55f90a2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1295 | 2025.02.06 05:11:27.678426 [ 187 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1296 | 2025.02.06 05:11:27.678843 [ 255 ] {4aaaed95-da69-4946-a506-57eae55f90a2} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1297 | 2025.02.06 05:11:27.679078 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1298 | 2025.02.06 05:11:27.679183 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1299 | 2025.02.06 05:11:27.679256 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1300 | 2025.02.06 05:11:27.679288 [ 187 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_6_1} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1301 | 2025.02.06 05:11:27.679301 [ 255 ] {4aaaed95-da69-4946-a506-57eae55f90a2} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.003998 sec., 27513.75687843922 rows/sec., 1.92 MiB/sec. | ||
| 1302 | 2025.02.06 05:11:27.679722 [ 255 ] {4aaaed95-da69-4946-a506-57eae55f90a2} <Debug> TCPHandler: Processed in 0.004627052 sec. | ||
| 1303 | 2025.02.06 05:11:27.679746 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 1304 | 2025.02.06 05:11:27.679774 [ 187 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_6_1} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1305 | 2025.02.06 05:11:27.680032 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1306 | 2025.02.06 05:11:27.680081 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1307 | 2025.02.06 05:11:27.680202 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1308 | 2025.02.06 05:11:27.680279 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 1309 | 2025.02.06 05:11:27.680302 [ 3 ] {f02dc7a4-8395-4f20-93df-63a12494e278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1310 | 2025.02.06 05:11:27.680510 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 1311 | 2025.02.06 05:11:27.680682 [ 3 ] {f02dc7a4-8395-4f20-93df-63a12494e278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1312 | 2025.02.06 05:11:27.680923 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 1313 | 2025.02.06 05:11:27.681395 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 70 rows starting from the beginning of the part | ||
| 1314 | 2025.02.06 05:11:27.681717 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part | ||
| 1315 | 2025.02.06 05:11:27.682080 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part | ||
| 1316 | 2025.02.06 05:11:27.684894 [ 3 ] {f02dc7a4-8395-4f20-93df-63a12494e278} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1317 | 2025.02.06 05:11:27.684953 [ 3 ] {f02dc7a4-8395-4f20-93df-63a12494e278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1318 | 2025.02.06 05:11:27.684997 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.005624084 sec., 56186.92750677266 rows/sec., 3.95 MiB/sec. | ||
| 1319 | 2025.02.06 05:11:27.685314 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1320 | 2025.02.06 05:11:27.686179 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1321 | 2025.02.06 05:11:27.686257 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1322 | 2025.02.06 05:11:27.686329 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1323 | 2025.02.06 05:11:27.688192 [ 3 ] {f02dc7a4-8395-4f20-93df-63a12494e278} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1324 | 2025.02.06 05:11:27.688763 [ 3 ] {f02dc7a4-8395-4f20-93df-63a12494e278} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2025.02.06 05:11:27.689033 [ 3 ] {f02dc7a4-8395-4f20-93df-63a12494e278} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008792 sec., 909.9181073703368 rows/sec., 1.63 MiB/sec. | ||
| 1326 | 2025.02.06 05:11:27.689157 [ 3 ] {f02dc7a4-8395-4f20-93df-63a12494e278} <Debug> TCPHandler: Processed in 0.009316845 sec. | ||
| 1327 | 2025.02.06 05:11:27.689325 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2025.02.06 05:11:27.689543 [ 255 ] {61373bd1-668d-4bf7-9760-ca0937fd7c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1329 | 2025.02.06 05:11:27.689603 [ 255 ] {61373bd1-668d-4bf7-9760-ca0937fd7c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1330 | 2025.02.06 05:11:27.690179 [ 255 ] {61373bd1-668d-4bf7-9760-ca0937fd7c0a} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1331 | 2025.02.06 05:11:27.690226 [ 255 ] {61373bd1-668d-4bf7-9760-ca0937fd7c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1332 | 2025.02.06 05:11:27.690750 [ 255 ] {61373bd1-668d-4bf7-9760-ca0937fd7c0a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1333 | 2025.02.06 05:11:27.691181 [ 255 ] {61373bd1-668d-4bf7-9760-ca0937fd7c0a} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1334 | 2025.02.06 05:11:27.691341 [ 99 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1335 | 2025.02.06 05:11:27.691412 [ 99 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1336 | 2025.02.06 05:11:27.691422 [ 255 ] {61373bd1-668d-4bf7-9760-ca0937fd7c0a} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001898 sec., 21074.81559536354 rows/sec., 1.41 MiB/sec. | ||
| 1337 | 2025.02.06 05:11:27.691537 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1338 | 2025.02.06 05:11:27.691610 [ 255 ] {61373bd1-668d-4bf7-9760-ca0937fd7c0a} <Debug> TCPHandler: Processed in 0.002352277 sec. | ||
| 1339 | 2025.02.06 05:11:27.691965 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 1340 | 2025.02.06 05:11:27.692092 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1341 | 2025.02.06 05:11:27.692131 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 1342 | 2025.02.06 05:11:27.692228 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 1343 | 2025.02.06 05:11:27.692440 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 1344 | 2025.02.06 05:11:27.692621 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1345 | 2025.02.06 05:11:27.692739 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part | ||
| 1346 | 2025.02.06 05:11:27.692934 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 1347 | 2025.02.06 05:11:27.694044 [ 192 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 4 columns (4 merged, 0 gathered) in 0.002391009 sec., 56043.285491606264 rows/sec., 3.68 MiB/sec. | ||
| 1348 | 2025.02.06 05:11:27.694265 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1349 | 2025.02.06 05:11:27.694747 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1350 | 2025.02.06 05:11:27.694822 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_6_1} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1351 | 2025.02.06 05:11:27.694885 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1352 | 2025.02.06 05:11:32.659136 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1353 | 2025.02.06 05:11:32.659343 [ 3 ] {10bd225f-9b2d-4b98-8d07-d20567475288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1354 | 2025.02.06 05:11:32.659421 [ 3 ] {10bd225f-9b2d-4b98-8d07-d20567475288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1355 | 2025.02.06 05:11:32.660270 [ 3 ] {10bd225f-9b2d-4b98-8d07-d20567475288} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1356 | 2025.02.06 05:11:32.660325 [ 3 ] {10bd225f-9b2d-4b98-8d07-d20567475288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1357 | 2025.02.06 05:11:32.660782 [ 3 ] {10bd225f-9b2d-4b98-8d07-d20567475288} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1358 | 2025.02.06 05:11:32.661041 [ 3 ] {10bd225f-9b2d-4b98-8d07-d20567475288} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1359 | 2025.02.06 05:11:32.661291 [ 3 ] {10bd225f-9b2d-4b98-8d07-d20567475288} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.14 MiB/sec. | ||
| 1360 | 2025.02.06 05:11:32.661496 [ 3 ] {10bd225f-9b2d-4b98-8d07-d20567475288} <Debug> TCPHandler: Processed in 0.002491961 sec. | ||
| 1361 | 2025.02.06 05:11:32.661796 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1362 | 2025.02.06 05:11:32.661994 [ 255 ] {ac676d75-0688-4c1d-96e2-2f356f445968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1363 | 2025.02.06 05:11:32.662069 [ 255 ] {ac676d75-0688-4c1d-96e2-2f356f445968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1364 | 2025.02.06 05:11:32.662850 [ 255 ] {ac676d75-0688-4c1d-96e2-2f356f445968} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1365 | 2025.02.06 05:11:32.662900 [ 255 ] {ac676d75-0688-4c1d-96e2-2f356f445968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1366 | 2025.02.06 05:11:32.663347 [ 255 ] {ac676d75-0688-4c1d-96e2-2f356f445968} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1367 | 2025.02.06 05:11:32.663598 [ 255 ] {ac676d75-0688-4c1d-96e2-2f356f445968} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1368 | 2025.02.06 05:11:32.663849 [ 255 ] {ac676d75-0688-4c1d-96e2-2f356f445968} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001903 sec., 33631.108775617446 rows/sec., 2.62 MiB/sec. | ||
| 1369 | 2025.02.06 05:11:32.663935 [ 255 ] {ac676d75-0688-4c1d-96e2-2f356f445968} <Debug> TCPHandler: Processed in 0.002277634 sec. | ||
| 1370 | 2025.02.06 05:11:32.664356 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1371 | 2025.02.06 05:11:32.664484 [ 3 ] {ff485781-f375-4928-bc02-02942742cb37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1372 | 2025.02.06 05:11:32.664545 [ 3 ] {ff485781-f375-4928-bc02-02942742cb37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1373 | 2025.02.06 05:11:32.665164 [ 3 ] {ff485781-f375-4928-bc02-02942742cb37} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1374 | 2025.02.06 05:11:32.665205 [ 3 ] {ff485781-f375-4928-bc02-02942742cb37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1375 | 2025.02.06 05:11:32.665610 [ 3 ] {ff485781-f375-4928-bc02-02942742cb37} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1376 | 2025.02.06 05:11:32.665870 [ 3 ] {ff485781-f375-4928-bc02-02942742cb37} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1377 | 2025.02.06 05:11:32.666090 [ 3 ] {ff485781-f375-4928-bc02-02942742cb37} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001636 sec., 85574.57212713936 rows/sec., 5.96 MiB/sec. | ||
| 1378 | 2025.02.06 05:11:32.666142 [ 3 ] {ff485781-f375-4928-bc02-02942742cb37} <Debug> TCPHandler: Processed in 0.001843911 sec. | ||
| 1379 | 2025.02.06 05:11:32.666308 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1380 | 2025.02.06 05:11:32.666434 [ 255 ] {ca21bc96-94cc-4f4f-9e47-43a23861aa01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1381 | 2025.02.06 05:11:32.666493 [ 255 ] {ca21bc96-94cc-4f4f-9e47-43a23861aa01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1382 | 2025.02.06 05:11:32.667095 [ 255 ] {ca21bc96-94cc-4f4f-9e47-43a23861aa01} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1383 | 2025.02.06 05:11:32.667145 [ 255 ] {ca21bc96-94cc-4f4f-9e47-43a23861aa01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1384 | 2025.02.06 05:11:32.667593 [ 255 ] {ca21bc96-94cc-4f4f-9e47-43a23861aa01} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1385 | 2025.02.06 05:11:32.667826 [ 255 ] {ca21bc96-94cc-4f4f-9e47-43a23861aa01} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1386 | 2025.02.06 05:11:32.668044 [ 255 ] {ca21bc96-94cc-4f4f-9e47-43a23861aa01} <Debug> executeQuery: Read 52 rows, 3.58 KiB in 0.001636 sec., 31784.84107579462 rows/sec., 2.14 MiB/sec. | ||
| 1387 | 2025.02.06 05:11:32.668119 [ 255 ] {ca21bc96-94cc-4f4f-9e47-43a23861aa01} <Debug> TCPHandler: Processed in 0.001871911 sec. | ||
| 1388 | 2025.02.06 05:11:33.541540 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1389 | 2025.02.06 05:11:33.542489 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1390 | 2025.02.06 05:11:33.542555 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1391 | 2025.02.06 05:11:33.543290 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1392 | 2025.02.06 05:11:33.543663 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1393 | 2025.02.06 05:11:33.543908 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1394 | 2025.02.06 05:11:33.689409 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1395 | 2025.02.06 05:11:33.709629 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1396 | 2025.02.06 05:11:33.709687 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1397 | 2025.02.06 05:11:33.717227 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1398 | 2025.02.06 05:11:33.718012 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1399 | 2025.02.06 05:11:33.721035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1400 | 2025.02.06 05:11:34.001256 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.65 MiB, peak 162.65 MiB, free memory in arenas 0.00 B, will set to 159.80 MiB (RSS), difference: 1.16 MiB | ||
| 1401 | 2025.02.06 05:11:36.043721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 194 | ||
| 1402 | 2025.02.06 05:11:36.046513 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.02.06 05:11:36.046567 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1404 | 2025.02.06 05:11:36.048059 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1405 | 2025.02.06 05:11:36.048373 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.02.06 05:11:36.049000 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 194 | ||
| 1407 | 2025.02.06 05:11:37.661046 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1408 | 2025.02.06 05:11:37.661280 [ 3 ] {452789a5-1d4b-4767-bfaa-a5dba8889e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1409 | 2025.02.06 05:11:37.661365 [ 3 ] {452789a5-1d4b-4767-bfaa-a5dba8889e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1410 | 2025.02.06 05:11:37.662216 [ 3 ] {452789a5-1d4b-4767-bfaa-a5dba8889e64} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1411 | 2025.02.06 05:11:37.662270 [ 3 ] {452789a5-1d4b-4767-bfaa-a5dba8889e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1412 | 2025.02.06 05:11:37.662725 [ 3 ] {452789a5-1d4b-4767-bfaa-a5dba8889e64} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1413 | 2025.02.06 05:11:37.662979 [ 3 ] {452789a5-1d4b-4767-bfaa-a5dba8889e64} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1414 | 2025.02.06 05:11:37.663233 [ 3 ] {452789a5-1d4b-4767-bfaa-a5dba8889e64} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002004 sec., 35928.14371257485 rows/sec., 2.91 MiB/sec. | ||
| 1415 | 2025.02.06 05:11:37.663436 [ 3 ] {452789a5-1d4b-4767-bfaa-a5dba8889e64} <Debug> TCPHandler: Processed in 0.002529933 sec. | ||
| 1416 | 2025.02.06 05:11:37.664572 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1417 | 2025.02.06 05:11:37.664789 [ 255 ] {ce021e34-dddb-433e-ac1e-24f6f243d4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1418 | 2025.02.06 05:11:37.664872 [ 255 ] {ce021e34-dddb-433e-ac1e-24f6f243d4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1419 | 2025.02.06 05:11:37.665694 [ 255 ] {ce021e34-dddb-433e-ac1e-24f6f243d4ef} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1420 | 2025.02.06 05:11:37.665751 [ 255 ] {ce021e34-dddb-433e-ac1e-24f6f243d4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1421 | 2025.02.06 05:11:37.666178 [ 255 ] {ce021e34-dddb-433e-ac1e-24f6f243d4ef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1422 | 2025.02.06 05:11:37.666441 [ 255 ] {ce021e34-dddb-433e-ac1e-24f6f243d4ef} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1423 | 2025.02.06 05:11:37.666656 [ 255 ] {ce021e34-dddb-433e-ac1e-24f6f243d4ef} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001928 sec., 4149.377593360996 rows/sec., 312.01 KiB/sec. | ||
| 1424 | 2025.02.06 05:11:37.666715 [ 255 ] {ce021e34-dddb-433e-ac1e-24f6f243d4ef} <Debug> TCPHandler: Processed in 0.002289555 sec. | ||
| 1425 | 2025.02.06 05:11:37.666936 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1426 | 2025.02.06 05:11:37.667171 [ 3 ] {e63220b2-615e-4ef4-8063-c5115b92bbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1427 | 2025.02.06 05:11:37.667267 [ 3 ] {e63220b2-615e-4ef4-8063-c5115b92bbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1428 | 2025.02.06 05:11:37.668110 [ 3 ] {e63220b2-615e-4ef4-8063-c5115b92bbf4} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2025.02.06 05:11:37.668153 [ 3 ] {e63220b2-615e-4ef4-8063-c5115b92bbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1430 | 2025.02.06 05:11:37.668534 [ 3 ] {e63220b2-615e-4ef4-8063-c5115b92bbf4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1431 | 2025.02.06 05:11:37.668776 [ 3 ] {e63220b2-615e-4ef4-8063-c5115b92bbf4} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1432 | 2025.02.06 05:11:37.669001 [ 3 ] {e63220b2-615e-4ef4-8063-c5115b92bbf4} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00189 sec., 38095.2380952381 rows/sec., 2.97 MiB/sec. | ||
| 1433 | 2025.02.06 05:11:37.669057 [ 3 ] {e63220b2-615e-4ef4-8063-c5115b92bbf4} <Debug> TCPHandler: Processed in 0.002238683 sec. | ||
| 1434 | 2025.02.06 05:11:37.669197 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1435 | 2025.02.06 05:11:37.669337 [ 255 ] {d9a951d9-3552-40b8-9324-eedda507e765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1436 | 2025.02.06 05:11:37.669400 [ 255 ] {d9a951d9-3552-40b8-9324-eedda507e765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1437 | 2025.02.06 05:11:37.670032 [ 255 ] {d9a951d9-3552-40b8-9324-eedda507e765} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1438 | 2025.02.06 05:11:37.670072 [ 255 ] {d9a951d9-3552-40b8-9324-eedda507e765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1439 | 2025.02.06 05:11:37.670468 [ 255 ] {d9a951d9-3552-40b8-9324-eedda507e765} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1440 | 2025.02.06 05:11:37.670702 [ 255 ] {d9a951d9-3552-40b8-9324-eedda507e765} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1441 | 2025.02.06 05:11:37.670931 [ 255 ] {d9a951d9-3552-40b8-9324-eedda507e765} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
| 1442 | 2025.02.06 05:11:37.671015 [ 255 ] {d9a951d9-3552-40b8-9324-eedda507e765} <Debug> TCPHandler: Processed in 0.001881422 sec. | ||
| 1443 | 2025.02.06 05:11:37.671241 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1444 | 2025.02.06 05:11:37.671466 [ 3 ] {39c7d528-6d06-403c-8696-78cfc2e6d086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1445 | 2025.02.06 05:11:37.671608 [ 3 ] {39c7d528-6d06-403c-8696-78cfc2e6d086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1446 | 2025.02.06 05:11:37.672782 [ 3 ] {39c7d528-6d06-403c-8696-78cfc2e6d086} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1447 | 2025.02.06 05:11:37.672822 [ 3 ] {39c7d528-6d06-403c-8696-78cfc2e6d086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1448 | 2025.02.06 05:11:37.673461 [ 3 ] {39c7d528-6d06-403c-8696-78cfc2e6d086} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1449 | 2025.02.06 05:11:37.673741 [ 3 ] {39c7d528-6d06-403c-8696-78cfc2e6d086} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1450 | 2025.02.06 05:11:37.673997 [ 3 ] {39c7d528-6d06-403c-8696-78cfc2e6d086} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002582 sec., 3098.3733539891555 rows/sec., 5.55 MiB/sec. | ||
| 1451 | 2025.02.06 05:11:37.674252 [ 3 ] {39c7d528-6d06-403c-8696-78cfc2e6d086} <Debug> TCPHandler: Processed in 0.003122562 sec. | ||
| 1452 | 2025.02.06 05:11:37.674393 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1453 | 2025.02.06 05:11:37.674514 [ 255 ] {43fb4eaf-d150-4cae-8bcd-6aefc9aac50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1454 | 2025.02.06 05:11:37.674566 [ 255 ] {43fb4eaf-d150-4cae-8bcd-6aefc9aac50d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1455 | 2025.02.06 05:11:37.675057 [ 255 ] {43fb4eaf-d150-4cae-8bcd-6aefc9aac50d} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1456 | 2025.02.06 05:11:37.675098 [ 255 ] {43fb4eaf-d150-4cae-8bcd-6aefc9aac50d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1457 | 2025.02.06 05:11:37.675476 [ 255 ] {43fb4eaf-d150-4cae-8bcd-6aefc9aac50d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1458 | 2025.02.06 05:11:37.675711 [ 255 ] {43fb4eaf-d150-4cae-8bcd-6aefc9aac50d} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1459 | 2025.02.06 05:11:37.675929 [ 255 ] {43fb4eaf-d150-4cae-8bcd-6aefc9aac50d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 1460 | 2025.02.06 05:11:37.675980 [ 255 ] {43fb4eaf-d150-4cae-8bcd-6aefc9aac50d} <Debug> TCPHandler: Processed in 0.001643814 sec. | ||
| 1461 | 2025.02.06 05:11:40.951750 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1462 | 2025.02.06 05:11:40.951862 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1463 | 2025.02.06 05:11:41.044919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1464 | 2025.02.06 05:11:41.045584 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1465 | 2025.02.06 05:11:41.045631 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1466 | 2025.02.06 05:11:41.046175 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1467 | 2025.02.06 05:11:41.046429 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1468 | 2025.02.06 05:11:41.046614 [ 80 ] {} <Debug> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1469 | 2025.02.06 05:11:41.046672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1470 | 2025.02.06 05:11:41.046702 [ 80 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2025.02.06 05:11:41.046736 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1472 | 2025.02.06 05:11:41.046919 [ 202 ] {b98d5e79-4a35-451a-aa01-4df717829edd::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 | ||
| 1473 | 2025.02.06 05:11:41.047161 [ 202 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1474 | 2025.02.06 05:11:41.047230 [ 202 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1475 | 2025.02.06 05:11:41.047361 [ 202 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1476 | 2025.02.06 05:11:41.047739 [ 202 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1477 | 2025.02.06 05:11:41.047972 [ 202 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1478 | 2025.02.06 05:11:41.048154 [ 202 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1479 | 2025.02.06 05:11:41.048292 [ 202 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1480 | 2025.02.06 05:11:41.076297 [ 192 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.029481085 sec., 95179.67198290022 rows/sec., 1.36 MiB/sec. | ||
| 1481 | 2025.02.06 05:11:41.076994 [ 193 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1482 | 2025.02.06 05:11:41.077398 [ 193 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1483 | 2025.02.06 05:11:41.077494 [ 193 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_6_1} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1484 | 2025.02.06 05:11:41.077613 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1485 | 2025.02.06 05:11:41.221999 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1486 | 2025.02.06 05:11:41.241412 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1487 | 2025.02.06 05:11:41.241468 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1488 | 2025.02.06 05:11:41.248499 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1489 | 2025.02.06 05:11:41.249643 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2025.02.06 05:11:41.250020 [ 80 ] {} <Debug> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1491 | 2025.02.06 05:11:41.250166 [ 80 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1492 | 2025.02.06 05:11:41.250266 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1493 | 2025.02.06 05:11:41.250591 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 1494 | 2025.02.06 05:11:41.259425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1495 | 2025.02.06 05:11:41.260585 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1496 | 2025.02.06 05:11:41.261464 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 1497 | 2025.02.06 05:11:41.266066 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 1498 | 2025.02.06 05:11:41.270529 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 1499 | 2025.02.06 05:11:41.275185 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 1500 | 2025.02.06 05:11:41.287892 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 1501 | 2025.02.06 05:11:41.292379 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 1502 | 2025.02.06 05:11:41.350693 [ 192 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.100309984 sec., 458.57848008429545 rows/sec., 2.37 MiB/sec. | ||
| 1503 | 2025.02.06 05:11:41.353219 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1504 | 2025.02.06 05:11:41.356067 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_6_1} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1505 | 2025.02.06 05:11:41.356180 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_6_1} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1506 | 2025.02.06 05:11:41.358367 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1507 | 2025.02.06 05:11:42.000233 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.96 MiB, peak 170.50 MiB, free memory in arenas 0.00 B, will set to 163.94 MiB (RSS), difference: 2.98 MiB | ||
| 1508 | 2025.02.06 05:11:42.656836 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2025.02.06 05:11:42.657130 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1510 | 2025.02.06 05:11:42.657595 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1511 | 2025.02.06 05:11:42.657652 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1512 | 2025.02.06 05:11:42.658003 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1513 | 2025.02.06 05:11:42.658091 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1514 | 2025.02.06 05:11:42.658272 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1515 | 2025.02.06 05:11:42.658539 [ 260 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1516 | 2025.02.06 05:11:42.658588 [ 288 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1517 | 2025.02.06 05:11:42.658573 [ 287 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1518 | 2025.02.06 05:11:42.658747 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1519 | 2025.02.06 05:11:42.658783 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1520 | 2025.02.06 05:11:42.658882 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1521 | 2025.02.06 05:11:42.658906 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1522 | 2025.02.06 05:11:42.658951 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1523 | 2025.02.06 05:11:42.658999 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1524 | 2025.02.06 05:11:42.660079 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003079 sec., 5846.053913608314 rows/sec., 239.15 KiB/sec. | ||
| 1525 | 2025.02.06 05:11:42.660271 [ 3 ] {dce3528e-f08b-48dc-91c2-643d21c093f8} <Debug> TCPHandler: Processed in 0.003572847 sec. | ||
| 1526 | 2025.02.06 05:11:42.660741 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1527 | 2025.02.06 05:11:42.660990 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1528 | 2025.02.06 05:11:42.661413 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1529 | 2025.02.06 05:11:42.661461 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1530 | 2025.02.06 05:11:42.661788 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1531 | 2025.02.06 05:11:42.661876 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1532 | 2025.02.06 05:11:42.662061 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1533 | 2025.02.06 05:11:42.662217 [ 287 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1534 | 2025.02.06 05:11:42.662248 [ 260 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1535 | 2025.02.06 05:11:42.662234 [ 288 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1536 | 2025.02.06 05:11:42.662404 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1537 | 2025.02.06 05:11:42.662437 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1538 | 2025.02.06 05:11:42.662533 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1539 | 2025.02.06 05:11:42.662557 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1540 | 2025.02.06 05:11:42.662604 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1541 | 2025.02.06 05:11:42.662651 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1542 | 2025.02.06 05:11:42.663749 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002876 sec., 6258.692628650904 rows/sec., 256.03 KiB/sec. | ||
| 1543 | 2025.02.06 05:11:42.663919 [ 255 ] {5acd263f-ac53-4162-9474-bc610d6410c6} <Debug> TCPHandler: Processed in 0.003305338 sec. | ||
| 1544 | 2025.02.06 05:11:42.664222 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1545 | 2025.02.06 05:11:42.664444 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1546 | 2025.02.06 05:11:42.664837 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1547 | 2025.02.06 05:11:42.664886 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1548 | 2025.02.06 05:11:42.665170 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1549 | 2025.02.06 05:11:42.665242 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1550 | 2025.02.06 05:11:42.665399 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1551 | 2025.02.06 05:11:42.665529 [ 287 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1552 | 2025.02.06 05:11:42.665554 [ 260 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1553 | 2025.02.06 05:11:42.665559 [ 288 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1554 | 2025.02.06 05:11:42.665681 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1555 | 2025.02.06 05:11:42.665710 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1556 | 2025.02.06 05:11:42.665799 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1557 | 2025.02.06 05:11:42.665821 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1558 | 2025.02.06 05:11:42.665865 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1559 | 2025.02.06 05:11:42.665912 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1560 | 2025.02.06 05:11:42.666968 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002628 sec., 6849.315068493151 rows/sec., 280.19 KiB/sec. | ||
| 1561 | 2025.02.06 05:11:42.667136 [ 3 ] {1e250f9c-2052-4387-b68f-3ca0fc53db46} <Debug> TCPHandler: Processed in 0.002984317 sec. | ||
| 1562 | 2025.02.06 05:11:42.668027 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2025.02.06 05:11:42.668215 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1564 | 2025.02.06 05:11:42.668546 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1565 | 2025.02.06 05:11:42.668593 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1566 | 2025.02.06 05:11:42.668873 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1567 | 2025.02.06 05:11:42.668942 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1568 | 2025.02.06 05:11:42.669097 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1569 | 2025.02.06 05:11:42.669235 [ 287 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1570 | 2025.02.06 05:11:42.669260 [ 260 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1571 | 2025.02.06 05:11:42.669250 [ 288 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1572 | 2025.02.06 05:11:42.669401 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1573 | 2025.02.06 05:11:42.669429 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1574 | 2025.02.06 05:11:42.669515 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1575 | 2025.02.06 05:11:42.669537 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1576 | 2025.02.06 05:11:42.669578 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1577 | 2025.02.06 05:11:42.669624 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1578 | 2025.02.06 05:11:42.670680 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002553 sec., 7050.5287896592245 rows/sec., 288.42 KiB/sec. | ||
| 1579 | 2025.02.06 05:11:42.670834 [ 255 ] {27d323e3-0366-4ca7-b3ad-98f290dcf1ca} <Debug> TCPHandler: Processed in 0.002867585 sec. | ||
| 1580 | 2025.02.06 05:11:42.671246 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1581 | 2025.02.06 05:11:42.671581 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1582 | 2025.02.06 05:11:42.672048 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1583 | 2025.02.06 05:11:42.672092 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1584 | 2025.02.06 05:11:42.672376 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1585 | 2025.02.06 05:11:42.672444 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1586 | 2025.02.06 05:11:42.672598 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1587 | 2025.02.06 05:11:42.672699 [ 287 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1588 | 2025.02.06 05:11:42.672741 [ 260 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1589 | 2025.02.06 05:11:42.672750 [ 288 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1590 | 2025.02.06 05:11:42.672868 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1591 | 2025.02.06 05:11:42.672896 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1592 | 2025.02.06 05:11:42.672980 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1593 | 2025.02.06 05:11:42.673001 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1594 | 2025.02.06 05:11:42.673043 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1595 | 2025.02.06 05:11:42.673091 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1596 | 2025.02.06 05:11:42.674175 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002759 sec., 6524.102935846321 rows/sec., 266.88 KiB/sec. | ||
| 1597 | 2025.02.06 05:11:42.674336 [ 3 ] {bea3d061-6565-4cc8-8e5e-049dd0170153} <Debug> TCPHandler: Processed in 0.003201795 sec. | ||
| 1598 | 2025.02.06 05:11:42.674657 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1599 | 2025.02.06 05:11:42.674871 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1600 | 2025.02.06 05:11:42.675201 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1601 | 2025.02.06 05:11:42.675247 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1602 | 2025.02.06 05:11:42.675535 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1603 | 2025.02.06 05:11:42.675605 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1604 | 2025.02.06 05:11:42.675759 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1605 | 2025.02.06 05:11:42.675891 [ 287 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1606 | 2025.02.06 05:11:42.675910 [ 260 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1607 | 2025.02.06 05:11:42.675915 [ 288 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1608 | 2025.02.06 05:11:42.676034 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1609 | 2025.02.06 05:11:42.676063 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1610 | 2025.02.06 05:11:42.676148 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1611 | 2025.02.06 05:11:42.676169 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1612 | 2025.02.06 05:11:42.676209 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1613 | 2025.02.06 05:11:42.676258 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1614 | 2025.02.06 05:11:42.677306 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002538 sec., 7092.198581560284 rows/sec., 290.12 KiB/sec. | ||
| 1615 | 2025.02.06 05:11:42.677460 [ 255 ] {5b1d16c3-97a0-424f-a254-d4f389f84cff} <Debug> TCPHandler: Processed in 0.002872084 sec. | ||
| 1616 | 2025.02.06 05:11:42.678070 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1617 | 2025.02.06 05:11:42.678254 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1618 | 2025.02.06 05:11:42.678578 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1619 | 2025.02.06 05:11:42.678622 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1620 | 2025.02.06 05:11:42.678913 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1621 | 2025.02.06 05:11:42.678981 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1622 | 2025.02.06 05:11:42.679131 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1623 | 2025.02.06 05:11:42.679270 [ 287 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1624 | 2025.02.06 05:11:42.679296 [ 288 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1625 | 2025.02.06 05:11:42.679294 [ 260 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1626 | 2025.02.06 05:11:42.679441 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1627 | 2025.02.06 05:11:42.679470 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1628 | 2025.02.06 05:11:42.679554 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1629 | 2025.02.06 05:11:42.679575 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1630 | 2025.02.06 05:11:42.679616 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1631 | 2025.02.06 05:11:42.679663 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1632 | 2025.02.06 05:11:42.680788 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002622 sec., 6864.988558352402 rows/sec., 280.83 KiB/sec. | ||
| 1633 | 2025.02.06 05:11:42.680942 [ 3 ] {9bc64864-028d-41f5-a3e4-3ea4562e0d49} <Debug> TCPHandler: Processed in 0.002932746 sec. | ||
| 1634 | 2025.02.06 05:11:42.681209 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1635 | 2025.02.06 05:11:42.681395 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1636 | 2025.02.06 05:11:42.681725 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1637 | 2025.02.06 05:11:42.681770 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1638 | 2025.02.06 05:11:42.682063 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1639 | 2025.02.06 05:11:42.682132 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1640 | 2025.02.06 05:11:42.682284 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1641 | 2025.02.06 05:11:42.682400 [ 260 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1642 | 2025.02.06 05:11:42.682423 [ 287 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1643 | 2025.02.06 05:11:42.682445 [ 288 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1644 | 2025.02.06 05:11:42.682546 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1645 | 2025.02.06 05:11:42.682574 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1646 | 2025.02.06 05:11:42.682657 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1647 | 2025.02.06 05:11:42.682678 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1648 | 2025.02.06 05:11:42.682719 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1649 | 2025.02.06 05:11:42.682768 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1650 | 2025.02.06 05:11:42.683824 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00252 sec., 7142.857142857142 rows/sec., 292.19 KiB/sec. | ||
| 1651 | 2025.02.06 05:11:42.683979 [ 255 ] {a86d493a-ed33-4922-ad8e-18430dd7c4c4} <Debug> TCPHandler: Processed in 0.002828763 sec. | ||
| 1652 | 2025.02.06 05:11:42.684270 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1653 | 2025.02.06 05:11:42.684606 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1654 | 2025.02.06 05:11:42.685055 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1655 | 2025.02.06 05:11:42.685100 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1656 | 2025.02.06 05:11:42.685392 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1657 | 2025.02.06 05:11:42.685459 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1658 | 2025.02.06 05:11:42.685611 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1659 | 2025.02.06 05:11:42.685750 [ 287 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1660 | 2025.02.06 05:11:42.685760 [ 260 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1661 | 2025.02.06 05:11:42.685774 [ 288 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1662 | 2025.02.06 05:11:42.685887 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1663 | 2025.02.06 05:11:42.685915 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1664 | 2025.02.06 05:11:42.686000 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1665 | 2025.02.06 05:11:42.686021 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1666 | 2025.02.06 05:11:42.686061 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1667 | 2025.02.06 05:11:42.686109 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1668 | 2025.02.06 05:11:42.687212 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002773 sec., 6491.164803461955 rows/sec., 265.53 KiB/sec. | ||
| 1669 | 2025.02.06 05:11:42.687368 [ 3 ] {3164c087-3f05-4055-9eb7-d78fb9326f49} <Debug> TCPHandler: Processed in 0.003210065 sec. | ||
| 1670 | 2025.02.06 05:11:42.687683 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2025.02.06 05:11:42.687965 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1672 | 2025.02.06 05:11:42.688300 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1673 | 2025.02.06 05:11:42.688348 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1674 | 2025.02.06 05:11:42.688646 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1675 | 2025.02.06 05:11:42.688713 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1676 | 2025.02.06 05:11:42.688864 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1677 | 2025.02.06 05:11:42.689018 [ 260 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1678 | 2025.02.06 05:11:42.689015 [ 287 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1679 | 2025.02.06 05:11:42.689032 [ 288 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1680 | 2025.02.06 05:11:42.689176 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1681 | 2025.02.06 05:11:42.689204 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1682 | 2025.02.06 05:11:42.689287 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1683 | 2025.02.06 05:11:42.689308 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1684 | 2025.02.06 05:11:42.689348 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1685 | 2025.02.06 05:11:42.689396 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1686 | 2025.02.06 05:11:42.690436 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002583 sec., 6968.641114982579 rows/sec., 285.07 KiB/sec. | ||
| 1687 | 2025.02.06 05:11:42.690589 [ 255 ] {7fa13fd8-80b6-45ff-859d-2e78069ebb2b} <Debug> TCPHandler: Processed in 0.003017679 sec. | ||
| 1688 | 2025.02.06 05:11:42.690906 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1689 | 2025.02.06 05:11:42.691124 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1690 | 2025.02.06 05:11:42.691524 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1691 | 2025.02.06 05:11:42.691581 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1692 | 2025.02.06 05:11:42.691934 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1693 | 2025.02.06 05:11:42.691999 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1694 | 2025.02.06 05:11:42.692149 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1695 | 2025.02.06 05:11:42.692289 [ 260 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1696 | 2025.02.06 05:11:42.692289 [ 287 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1697 | 2025.02.06 05:11:42.692324 [ 288 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1698 | 2025.02.06 05:11:42.692455 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1699 | 2025.02.06 05:11:42.692483 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1700 | 2025.02.06 05:11:42.692566 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1701 | 2025.02.06 05:11:42.692587 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1702 | 2025.02.06 05:11:42.692628 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1703 | 2025.02.06 05:11:42.692675 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1704 | 2025.02.06 05:11:42.693757 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002739 sec., 6571.741511500547 rows/sec., 268.83 KiB/sec. | ||
| 1705 | 2025.02.06 05:11:42.693912 [ 3 ] {528942fe-dbc9-4fe6-b629-6301ab634184} <Debug> TCPHandler: Processed in 0.003075521 sec. | ||
| 1706 | 2025.02.06 05:11:42.694160 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1707 | 2025.02.06 05:11:42.694346 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1708 | 2025.02.06 05:11:42.694681 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1709 | 2025.02.06 05:11:42.694728 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1710 | 2025.02.06 05:11:42.695032 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1711 | 2025.02.06 05:11:42.695099 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1712 | 2025.02.06 05:11:42.695250 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1713 | 2025.02.06 05:11:42.695366 [ 287 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1714 | 2025.02.06 05:11:42.695402 [ 260 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1715 | 2025.02.06 05:11:42.695416 [ 288 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1716 | 2025.02.06 05:11:42.695524 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1717 | 2025.02.06 05:11:42.695552 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1718 | 2025.02.06 05:11:42.695636 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1719 | 2025.02.06 05:11:42.695656 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1720 | 2025.02.06 05:11:42.695697 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1721 | 2025.02.06 05:11:42.695745 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1722 | 2025.02.06 05:11:42.696797 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002541 sec., 7083.825265643448 rows/sec., 289.78 KiB/sec. | ||
| 1723 | 2025.02.06 05:11:42.696946 [ 255 ] {624fe3b6-ca95-4ec1-a0e0-1a1f0acc3f16} <Debug> TCPHandler: Processed in 0.002844923 sec. | ||
| 1724 | 2025.02.06 05:11:42.697210 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1725 | 2025.02.06 05:11:42.697428 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1726 | 2025.02.06 05:11:42.697824 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1727 | 2025.02.06 05:11:42.697878 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1728 | 2025.02.06 05:11:42.698182 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1729 | 2025.02.06 05:11:42.698250 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1730 | 2025.02.06 05:11:42.698399 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1731 | 2025.02.06 05:11:42.698517 [ 287 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1732 | 2025.02.06 05:11:42.698543 [ 260 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1733 | 2025.02.06 05:11:42.698548 [ 288 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1734 | 2025.02.06 05:11:42.698674 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1735 | 2025.02.06 05:11:42.698702 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1736 | 2025.02.06 05:11:42.698784 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1737 | 2025.02.06 05:11:42.698805 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1738 | 2025.02.06 05:11:42.698847 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1739 | 2025.02.06 05:11:42.698896 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1740 | 2025.02.06 05:11:42.699952 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00263 sec., 6844.106463878327 rows/sec., 279.97 KiB/sec. | ||
| 1741 | 2025.02.06 05:11:42.700103 [ 3 ] {1f5346ff-c18a-475d-9f0c-b88a33a8381f} <Debug> TCPHandler: Processed in 0.002961837 sec. | ||
| 1742 | 2025.02.06 05:11:42.700366 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1743 | 2025.02.06 05:11:42.700555 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1744 | 2025.02.06 05:11:42.700893 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1745 | 2025.02.06 05:11:42.700942 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1746 | 2025.02.06 05:11:42.701285 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1747 | 2025.02.06 05:11:42.701353 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1748 | 2025.02.06 05:11:42.701502 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1749 | 2025.02.06 05:11:42.701644 [ 260 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1750 | 2025.02.06 05:11:42.701657 [ 287 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1751 | 2025.02.06 05:11:42.701671 [ 288 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1752 | 2025.02.06 05:11:42.701806 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1753 | 2025.02.06 05:11:42.701861 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1754 | 2025.02.06 05:11:42.701946 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1755 | 2025.02.06 05:11:42.701967 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1756 | 2025.02.06 05:11:42.702008 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1757 | 2025.02.06 05:11:42.702057 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1758 | 2025.02.06 05:11:42.703127 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002664 sec., 6756.756756756757 rows/sec., 276.40 KiB/sec. | ||
| 1759 | 2025.02.06 05:11:42.703282 [ 255 ] {c707cb56-de99-4acf-9cb4-8b4ac1ea6795} <Debug> TCPHandler: Processed in 0.002978718 sec. | ||
| 1760 | 2025.02.06 05:11:42.703528 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1761 | 2025.02.06 05:11:42.703752 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1762 | 2025.02.06 05:11:42.704102 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1763 | 2025.02.06 05:11:42.704149 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1764 | 2025.02.06 05:11:42.704461 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1765 | 2025.02.06 05:11:42.704527 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1766 | 2025.02.06 05:11:42.704676 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1767 | 2025.02.06 05:11:42.704803 [ 287 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1768 | 2025.02.06 05:11:42.704811 [ 260 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1769 | 2025.02.06 05:11:42.704832 [ 288 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1770 | 2025.02.06 05:11:42.704965 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1771 | 2025.02.06 05:11:42.704994 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1772 | 2025.02.06 05:11:42.705081 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1773 | 2025.02.06 05:11:42.705102 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1774 | 2025.02.06 05:11:42.705144 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1775 | 2025.02.06 05:11:42.705194 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1776 | 2025.02.06 05:11:42.706349 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002708 sec., 6646.971935007386 rows/sec., 271.91 KiB/sec. | ||
| 1777 | 2025.02.06 05:11:42.706502 [ 3 ] {4999163c-d6c6-42f2-afbf-7921e2553d62} <Debug> TCPHandler: Processed in 0.00304078 sec. | ||
| 1778 | 2025.02.06 05:11:42.710575 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1779 | 2025.02.06 05:11:42.710928 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1780 | 2025.02.06 05:11:42.711270 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1781 | 2025.02.06 05:11:42.711320 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1782 | 2025.02.06 05:11:42.711640 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1783 | 2025.02.06 05:11:42.711707 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1784 | 2025.02.06 05:11:42.711858 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1785 | 2025.02.06 05:11:42.711994 [ 287 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1786 | 2025.02.06 05:11:42.712018 [ 260 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1787 | 2025.02.06 05:11:42.712023 [ 288 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1788 | 2025.02.06 05:11:42.712150 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1789 | 2025.02.06 05:11:42.712178 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1790 | 2025.02.06 05:11:42.712261 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1791 | 2025.02.06 05:11:42.712281 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1792 | 2025.02.06 05:11:42.712323 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1793 | 2025.02.06 05:11:42.712375 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1794 | 2025.02.06 05:11:42.713437 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002692 sec., 6686.478454680535 rows/sec., 273.52 KiB/sec. | ||
| 1795 | 2025.02.06 05:11:42.713588 [ 255 ] {a142786a-7c92-4981-846a-b1fa56b2f338} <Debug> TCPHandler: Processed in 0.003122922 sec. | ||
| 1796 | 2025.02.06 05:11:42.719585 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1797 | 2025.02.06 05:11:42.719738 [ 3 ] {78375e77-19ba-4a09-97e4-b76abe87cc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1798 | 2025.02.06 05:11:42.719802 [ 3 ] {78375e77-19ba-4a09-97e4-b76abe87cc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1799 | 2025.02.06 05:11:42.720584 [ 3 ] {78375e77-19ba-4a09-97e4-b76abe87cc24} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2025.02.06 05:11:42.720631 [ 3 ] {78375e77-19ba-4a09-97e4-b76abe87cc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1801 | 2025.02.06 05:11:42.721172 [ 3 ] {78375e77-19ba-4a09-97e4-b76abe87cc24} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1802 | 2025.02.06 05:11:42.721401 [ 3 ] {78375e77-19ba-4a09-97e4-b76abe87cc24} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2025.02.06 05:11:42.721616 [ 3 ] {78375e77-19ba-4a09-97e4-b76abe87cc24} <Debug> executeQuery: Read 16 rows, 2.86 KiB in 0.001924 sec., 8316.008316008316 rows/sec., 1.45 MiB/sec. | ||
| 1804 | 2025.02.06 05:11:42.721677 [ 3 ] {78375e77-19ba-4a09-97e4-b76abe87cc24} <Debug> TCPHandler: Processed in 0.00216107 sec. | ||
| 1805 | 2025.02.06 05:11:42.721828 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1806 | 2025.02.06 05:11:42.721958 [ 255 ] {6686ac8f-f3eb-4f0c-93d5-a6fda7137cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1807 | 2025.02.06 05:11:42.722011 [ 255 ] {6686ac8f-f3eb-4f0c-93d5-a6fda7137cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1808 | 2025.02.06 05:11:42.723257 [ 255 ] {6686ac8f-f3eb-4f0c-93d5-a6fda7137cf3} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1809 | 2025.02.06 05:11:42.723300 [ 255 ] {6686ac8f-f3eb-4f0c-93d5-a6fda7137cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1810 | 2025.02.06 05:11:42.723736 [ 255 ] {6686ac8f-f3eb-4f0c-93d5-a6fda7137cf3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1811 | 2025.02.06 05:11:42.724001 [ 255 ] {6686ac8f-f3eb-4f0c-93d5-a6fda7137cf3} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1812 | 2025.02.06 05:11:42.724270 [ 255 ] {6686ac8f-f3eb-4f0c-93d5-a6fda7137cf3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002344 sec., 5972.696245733788 rows/sec., 429.95 KiB/sec. | ||
| 1813 | 2025.02.06 05:11:42.724463 [ 255 ] {6686ac8f-f3eb-4f0c-93d5-a6fda7137cf3} <Debug> TCPHandler: Processed in 0.002687248 sec. | ||
| 1814 | 2025.02.06 05:11:42.724728 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1815 | 2025.02.06 05:11:42.724936 [ 3 ] {8740a3ba-3bc1-4ded-8a32-3b4c65161cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1816 | 2025.02.06 05:11:42.724988 [ 3 ] {8740a3ba-3bc1-4ded-8a32-3b4c65161cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1817 | 2025.02.06 05:11:42.725708 [ 3 ] {8740a3ba-3bc1-4ded-8a32-3b4c65161cd7} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1818 | 2025.02.06 05:11:42.725748 [ 3 ] {8740a3ba-3bc1-4ded-8a32-3b4c65161cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1819 | 2025.02.06 05:11:42.726136 [ 3 ] {8740a3ba-3bc1-4ded-8a32-3b4c65161cd7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1820 | 2025.02.06 05:11:42.726378 [ 3 ] {8740a3ba-3bc1-4ded-8a32-3b4c65161cd7} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1821 | 2025.02.06 05:11:42.726590 [ 3 ] {8740a3ba-3bc1-4ded-8a32-3b4c65161cd7} <Debug> executeQuery: Read 256 rows, 22.91 KiB in 0.001698 sec., 150765.60659599528 rows/sec., 13.18 MiB/sec. | ||
| 1822 | 2025.02.06 05:11:42.726642 [ 3 ] {8740a3ba-3bc1-4ded-8a32-3b4c65161cd7} <Debug> TCPHandler: Processed in 0.002027086 sec. | ||
| 1823 | 2025.02.06 05:11:42.726787 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1824 | 2025.02.06 05:11:42.726916 [ 255 ] {283591bf-7c00-4949-9175-9af5bee47bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1825 | 2025.02.06 05:11:42.726975 [ 255 ] {283591bf-7c00-4949-9175-9af5bee47bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1826 | 2025.02.06 05:11:42.727690 [ 255 ] {283591bf-7c00-4949-9175-9af5bee47bc6} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1827 | 2025.02.06 05:11:42.727739 [ 255 ] {283591bf-7c00-4949-9175-9af5bee47bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1828 | 2025.02.06 05:11:42.728120 [ 255 ] {283591bf-7c00-4949-9175-9af5bee47bc6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1829 | 2025.02.06 05:11:42.728362 [ 255 ] {283591bf-7c00-4949-9175-9af5bee47bc6} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1830 | 2025.02.06 05:11:42.728633 [ 255 ] {283591bf-7c00-4949-9175-9af5bee47bc6} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001732 sec., 19053.11778290993 rows/sec., 1.36 MiB/sec. | ||
| 1831 | 2025.02.06 05:11:42.728708 [ 255 ] {283591bf-7c00-4949-9175-9af5bee47bc6} <Debug> TCPHandler: Processed in 0.001975535 sec. | ||
| 1832 | 2025.02.06 05:11:42.728851 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1833 | 2025.02.06 05:11:42.729068 [ 3 ] {1e362ef0-1bf0-4400-bdcc-df7eff1666f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1834 | 2025.02.06 05:11:42.729161 [ 3 ] {1e362ef0-1bf0-4400-bdcc-df7eff1666f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1835 | 2025.02.06 05:11:42.730094 [ 3 ] {1e362ef0-1bf0-4400-bdcc-df7eff1666f9} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1836 | 2025.02.06 05:11:42.730133 [ 3 ] {1e362ef0-1bf0-4400-bdcc-df7eff1666f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1837 | 2025.02.06 05:11:42.730494 [ 3 ] {1e362ef0-1bf0-4400-bdcc-df7eff1666f9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1838 | 2025.02.06 05:11:42.730729 [ 3 ] {1e362ef0-1bf0-4400-bdcc-df7eff1666f9} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1839 | 2025.02.06 05:11:42.730946 [ 3 ] {1e362ef0-1bf0-4400-bdcc-df7eff1666f9} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.00193 sec., 7772.020725388601 rows/sec., 542.42 KiB/sec. | ||
| 1840 | 2025.02.06 05:11:42.731000 [ 3 ] {1e362ef0-1bf0-4400-bdcc-df7eff1666f9} <Debug> TCPHandler: Processed in 0.002206843 sec. | ||
| 1841 | 2025.02.06 05:11:42.731150 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1842 | 2025.02.06 05:11:42.731287 [ 255 ] {97d27f75-ea07-44b2-aee4-cf32da0d1055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1843 | 2025.02.06 05:11:42.731345 [ 255 ] {97d27f75-ea07-44b2-aee4-cf32da0d1055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1844 | 2025.02.06 05:11:42.732013 [ 255 ] {97d27f75-ea07-44b2-aee4-cf32da0d1055} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2025.02.06 05:11:42.732053 [ 255 ] {97d27f75-ea07-44b2-aee4-cf32da0d1055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1846 | 2025.02.06 05:11:42.732417 [ 255 ] {97d27f75-ea07-44b2-aee4-cf32da0d1055} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1847 | 2025.02.06 05:11:42.732651 [ 255 ] {97d27f75-ea07-44b2-aee4-cf32da0d1055} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2025.02.06 05:11:42.732943 [ 255 ] {97d27f75-ea07-44b2-aee4-cf32da0d1055} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001677 sec., 7751.937984496123 rows/sec., 483.33 KiB/sec. | ||
| 1849 | 2025.02.06 05:11:42.733008 [ 255 ] {97d27f75-ea07-44b2-aee4-cf32da0d1055} <Debug> TCPHandler: Processed in 0.001926433 sec. | ||
| 1850 | 2025.02.06 05:11:42.733237 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1851 | 2025.02.06 05:11:42.733454 [ 3 ] {3318dd3a-e401-4515-bd16-531e3bacff74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1852 | 2025.02.06 05:11:42.733544 [ 3 ] {3318dd3a-e401-4515-bd16-531e3bacff74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1853 | 2025.02.06 05:11:42.734493 [ 3 ] {3318dd3a-e401-4515-bd16-531e3bacff74} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1854 | 2025.02.06 05:11:42.734533 [ 3 ] {3318dd3a-e401-4515-bd16-531e3bacff74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1855 | 2025.02.06 05:11:42.734923 [ 3 ] {3318dd3a-e401-4515-bd16-531e3bacff74} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1856 | 2025.02.06 05:11:42.735163 [ 3 ] {3318dd3a-e401-4515-bd16-531e3bacff74} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1857 | 2025.02.06 05:11:42.735396 [ 3 ] {3318dd3a-e401-4515-bd16-531e3bacff74} <Debug> executeQuery: Read 418 rows, 30.58 KiB in 0.001994 sec., 209628.88665997994 rows/sec., 14.98 MiB/sec. | ||
| 1858 | 2025.02.06 05:11:42.735483 [ 3 ] {3318dd3a-e401-4515-bd16-531e3bacff74} <Debug> TCPHandler: Processed in 0.002355087 sec. | ||
| 1859 | 2025.02.06 05:11:42.735636 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1860 | 2025.02.06 05:11:42.735772 [ 255 ] {3c88548d-70f8-46c4-bbc6-56d2b2af8808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1861 | 2025.02.06 05:11:42.735833 [ 255 ] {3c88548d-70f8-46c4-bbc6-56d2b2af8808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1862 | 2025.02.06 05:11:42.736391 [ 255 ] {3c88548d-70f8-46c4-bbc6-56d2b2af8808} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1863 | 2025.02.06 05:11:42.736438 [ 255 ] {3c88548d-70f8-46c4-bbc6-56d2b2af8808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1864 | 2025.02.06 05:11:42.736881 [ 255 ] {3c88548d-70f8-46c4-bbc6-56d2b2af8808} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1865 | 2025.02.06 05:11:42.737127 [ 255 ] {3c88548d-70f8-46c4-bbc6-56d2b2af8808} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1866 | 2025.02.06 05:11:42.737416 [ 255 ] {3c88548d-70f8-46c4-bbc6-56d2b2af8808} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001658 sec., 3618.8178528347407 rows/sec., 189.07 KiB/sec. | ||
| 1867 | 2025.02.06 05:11:42.737471 [ 255 ] {3c88548d-70f8-46c4-bbc6-56d2b2af8808} <Debug> TCPHandler: Processed in 0.001900642 sec. | ||
| 1868 | 2025.02.06 05:11:42.737602 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2025.02.06 05:11:42.737718 [ 3 ] {a642b1d4-abba-4f42-aa00-46115c9626ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1870 | 2025.02.06 05:11:42.737773 [ 3 ] {a642b1d4-abba-4f42-aa00-46115c9626ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1871 | 2025.02.06 05:11:42.738442 [ 3 ] {a642b1d4-abba-4f42-aa00-46115c9626ca} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1872 | 2025.02.06 05:11:42.738488 [ 3 ] {a642b1d4-abba-4f42-aa00-46115c9626ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1873 | 2025.02.06 05:11:42.738937 [ 3 ] {a642b1d4-abba-4f42-aa00-46115c9626ca} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1874 | 2025.02.06 05:11:42.739178 [ 3 ] {a642b1d4-abba-4f42-aa00-46115c9626ca} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1875 | 2025.02.06 05:11:42.739413 [ 3 ] {a642b1d4-abba-4f42-aa00-46115c9626ca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001714 sec., 138273.04550758458 rows/sec., 9.27 MiB/sec. | ||
| 1876 | 2025.02.06 05:11:42.739486 [ 3 ] {a642b1d4-abba-4f42-aa00-46115c9626ca} <Debug> TCPHandler: Processed in 0.001940663 sec. | ||
| 1877 | 2025.02.06 05:11:42.739631 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1878 | 2025.02.06 05:11:42.739746 [ 255 ] {3f9831e8-5cb9-449f-99e1-a66de970e016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1879 | 2025.02.06 05:11:42.739798 [ 255 ] {3f9831e8-5cb9-449f-99e1-a66de970e016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1880 | 2025.02.06 05:11:42.740336 [ 255 ] {3f9831e8-5cb9-449f-99e1-a66de970e016} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1881 | 2025.02.06 05:11:42.740409 [ 255 ] {3f9831e8-5cb9-449f-99e1-a66de970e016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1882 | 2025.02.06 05:11:42.740878 [ 255 ] {3f9831e8-5cb9-449f-99e1-a66de970e016} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1883 | 2025.02.06 05:11:42.741115 [ 255 ] {3f9831e8-5cb9-449f-99e1-a66de970e016} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2025.02.06 05:11:42.741381 [ 255 ] {3f9831e8-5cb9-449f-99e1-a66de970e016} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001648 sec., 1213.5922330097087 rows/sec., 79.40 KiB/sec. | ||
| 1885 | 2025.02.06 05:11:42.741439 [ 255 ] {3f9831e8-5cb9-449f-99e1-a66de970e016} <Debug> TCPHandler: Processed in 0.001861891 sec. | ||
| 1886 | 2025.02.06 05:11:42.741576 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1887 | 2025.02.06 05:11:42.741693 [ 3 ] {6d2b86fa-ee18-4853-89ac-2e3e6a9c0f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1888 | 2025.02.06 05:11:42.741774 [ 3 ] {6d2b86fa-ee18-4853-89ac-2e3e6a9c0f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1889 | 2025.02.06 05:11:42.742960 [ 3 ] {6d2b86fa-ee18-4853-89ac-2e3e6a9c0f97} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1890 | 2025.02.06 05:11:42.742999 [ 3 ] {6d2b86fa-ee18-4853-89ac-2e3e6a9c0f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1891 | 2025.02.06 05:11:42.743621 [ 3 ] {6d2b86fa-ee18-4853-89ac-2e3e6a9c0f97} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1892 | 2025.02.06 05:11:42.743875 [ 3 ] {6d2b86fa-ee18-4853-89ac-2e3e6a9c0f97} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1893 | 2025.02.06 05:11:42.744214 [ 3 ] {6d2b86fa-ee18-4853-89ac-2e3e6a9c0f97} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002524 sec., 10301.109350237717 rows/sec., 18.46 MiB/sec. | ||
| 1894 | 2025.02.06 05:11:42.744354 [ 3 ] {6d2b86fa-ee18-4853-89ac-2e3e6a9c0f97} <Debug> TCPHandler: Processed in 0.002831743 sec. | ||
| 1895 | 2025.02.06 05:11:42.744500 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2025.02.06 05:11:42.744636 [ 255 ] {892b4d51-eeb4-4845-b8c2-dd9d7af4b1a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1897 | 2025.02.06 05:11:42.744697 [ 255 ] {892b4d51-eeb4-4845-b8c2-dd9d7af4b1a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1898 | 2025.02.06 05:11:42.745199 [ 255 ] {892b4d51-eeb4-4845-b8c2-dd9d7af4b1a7} <Trace> oximeter.measurements_i64 (2f51c625-1057-45b8-a13d-c8b7acb97194): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1899 | 2025.02.06 05:11:42.745238 [ 255 ] {892b4d51-eeb4-4845-b8c2-dd9d7af4b1a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1900 | 2025.02.06 05:11:42.745617 [ 255 ] {892b4d51-eeb4-4845-b8c2-dd9d7af4b1a7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1901 | 2025.02.06 05:11:42.745851 [ 255 ] {892b4d51-eeb4-4845-b8c2-dd9d7af4b1a7} <Trace> oximeter.measurements_i64 (2f51c625-1057-45b8-a13d-c8b7acb97194): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1902 | 2025.02.06 05:11:42.746051 [ 255 ] {892b4d51-eeb4-4845-b8c2-dd9d7af4b1a7} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001445 sec., 12456.74740484429 rows/sec., 938.72 KiB/sec. | ||
| 1903 | 2025.02.06 05:11:42.746104 [ 255 ] {892b4d51-eeb4-4845-b8c2-dd9d7af4b1a7} <Debug> TCPHandler: Processed in 0.001669765 sec. | ||
| 1904 | 2025.02.06 05:11:42.746258 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1905 | 2025.02.06 05:11:42.746397 [ 3 ] {653382ab-7196-43c5-b6ca-521429dfd685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1906 | 2025.02.06 05:11:42.746457 [ 3 ] {653382ab-7196-43c5-b6ca-521429dfd685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1907 | 2025.02.06 05:11:42.747015 [ 3 ] {653382ab-7196-43c5-b6ca-521429dfd685} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1908 | 2025.02.06 05:11:42.747055 [ 3 ] {653382ab-7196-43c5-b6ca-521429dfd685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1909 | 2025.02.06 05:11:42.747416 [ 3 ] {653382ab-7196-43c5-b6ca-521429dfd685} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1910 | 2025.02.06 05:11:42.747657 [ 3 ] {653382ab-7196-43c5-b6ca-521429dfd685} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1911 | 2025.02.06 05:11:42.747865 [ 3 ] {653382ab-7196-43c5-b6ca-521429dfd685} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0015 sec., 54666.666666666664 rows/sec., 3.47 MiB/sec. | ||
| 1912 | 2025.02.06 05:11:42.747916 [ 3 ] {653382ab-7196-43c5-b6ca-521429dfd685} <Debug> TCPHandler: Processed in 0.001724446 sec. | ||
| 1913 | 2025.02.06 05:11:43.001240 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.76 MiB, peak 170.50 MiB, free memory in arenas 0.00 B, will set to 164.09 MiB (RSS), difference: -1.67 MiB | ||
| 1914 | 2025.02.06 05:11:43.801253 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1915 | 2025.02.06 05:11:43.801558 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 1916 | 2025.02.06 05:11:43.802016 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1917 | 2025.02.06 05:11:43.802067 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 1918 | 2025.02.06 05:11:43.802420 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1919 | 2025.02.06 05:11:43.802502 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1920 | 2025.02.06 05:11:43.802677 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1921 | 2025.02.06 05:11:43.802976 [ 260 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1922 | 2025.02.06 05:11:43.803031 [ 287 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1923 | 2025.02.06 05:11:43.803036 [ 288 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1924 | 2025.02.06 05:11:43.803007 [ 290 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1925 | 2025.02.06 05:11:43.803220 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 1926 | 2025.02.06 05:11:43.803253 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1927 | 2025.02.06 05:11:43.803375 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1928 | 2025.02.06 05:11:43.803399 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1929 | 2025.02.06 05:11:43.803442 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1930 | 2025.02.06 05:11:43.803490 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1931 | 2025.02.06 05:11:43.803533 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1932 | 2025.02.06 05:11:43.805281 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003865 sec., 8796.895213454076 rows/sec., 336.81 KiB/sec. | ||
| 1933 | 2025.02.06 05:11:43.805478 [ 3 ] {b3b26c51-f960-4589-b5aa-f2cb93456e7d} <Debug> TCPHandler: Processed in 0.004370463 sec. | ||
| 1934 | 2025.02.06 05:11:43.805996 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1935 | 2025.02.06 05:11:43.806366 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1936 | 2025.02.06 05:11:43.806961 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1937 | 2025.02.06 05:11:43.807026 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1938 | 2025.02.06 05:11:43.807513 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1939 | 2025.02.06 05:11:43.807615 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1940 | 2025.02.06 05:11:43.807847 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1941 | 2025.02.06 05:11:43.808015 [ 287 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1942 | 2025.02.06 05:11:43.808044 [ 290 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1943 | 2025.02.06 05:11:43.808015 [ 260 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1944 | 2025.02.06 05:11:43.808135 [ 287 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1945 | 2025.02.06 05:11:43.808268 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 1946 | 2025.02.06 05:11:43.808306 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1947 | 2025.02.06 05:11:43.808464 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1948 | 2025.02.06 05:11:43.808495 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1949 | 2025.02.06 05:11:43.808553 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1950 | 2025.02.06 05:11:43.808617 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1951 | 2025.02.06 05:11:43.808680 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1952 | 2025.02.06 05:11:43.810164 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003984 sec., 8534.13654618474 rows/sec., 326.75 KiB/sec. | ||
| 1953 | 2025.02.06 05:11:43.810367 [ 255 ] {4de69c44-87d5-48bd-9318-8dfa6892add4} <Debug> TCPHandler: Processed in 0.004558689 sec. | ||
| 1954 | 2025.02.06 05:11:43.810700 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1955 | 2025.02.06 05:11:43.810916 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1956 | 2025.02.06 05:11:43.811344 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1957 | 2025.02.06 05:11:43.811406 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1958 | 2025.02.06 05:11:43.811826 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1959 | 2025.02.06 05:11:43.811905 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1960 | 2025.02.06 05:11:43.812059 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1961 | 2025.02.06 05:11:43.812210 [ 260 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1962 | 2025.02.06 05:11:43.812210 [ 287 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1963 | 2025.02.06 05:11:43.812282 [ 288 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1964 | 2025.02.06 05:11:43.812283 [ 290 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1965 | 2025.02.06 05:11:43.812434 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 1966 | 2025.02.06 05:11:43.812464 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1967 | 2025.02.06 05:11:43.812574 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1968 | 2025.02.06 05:11:43.812599 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1969 | 2025.02.06 05:11:43.812643 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1970 | 2025.02.06 05:11:43.812690 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1971 | 2025.02.06 05:11:43.812736 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1972 | 2025.02.06 05:11:43.814180 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003376 sec., 10071.090047393365 rows/sec., 385.59 KiB/sec. | ||
| 1973 | 2025.02.06 05:11:43.814378 [ 3 ] {13cb3e30-660b-4e48-94d2-44fbe88f66c3} <Debug> TCPHandler: Processed in 0.003740922 sec. | ||
| 1974 | 2025.02.06 05:11:43.814749 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1975 | 2025.02.06 05:11:43.814986 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1976 | 2025.02.06 05:11:43.815408 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1977 | 2025.02.06 05:11:43.815469 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1978 | 2025.02.06 05:11:43.815880 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1979 | 2025.02.06 05:11:43.815947 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1980 | 2025.02.06 05:11:43.816100 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1981 | 2025.02.06 05:11:43.816304 [ 260 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1982 | 2025.02.06 05:11:43.816323 [ 287 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1983 | 2025.02.06 05:11:43.816343 [ 290 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1984 | 2025.02.06 05:11:43.816329 [ 288 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1985 | 2025.02.06 05:11:43.816487 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 1986 | 2025.02.06 05:11:43.816517 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1987 | 2025.02.06 05:11:43.816628 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1988 | 2025.02.06 05:11:43.816649 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1989 | 2025.02.06 05:11:43.816691 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1990 | 2025.02.06 05:11:43.816739 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1991 | 2025.02.06 05:11:43.816783 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1992 | 2025.02.06 05:11:43.818237 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003376 sec., 10071.090047393365 rows/sec., 385.59 KiB/sec. | ||
| 1993 | 2025.02.06 05:11:43.818425 [ 255 ] {bc7e0fa3-3024-4982-934d-3d26b54c01aa} <Debug> TCPHandler: Processed in 0.003747213 sec. | ||
| 1994 | 2025.02.06 05:11:43.818693 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1995 | 2025.02.06 05:11:43.818921 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1996 | 2025.02.06 05:11:43.819335 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1997 | 2025.02.06 05:11:43.819397 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1998 | 2025.02.06 05:11:43.819812 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1999 | 2025.02.06 05:11:43.819891 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2000 | 2025.02.06 05:11:43.820040 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2001 | 2025.02.06 05:11:43.820200 [ 260 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2002 | 2025.02.06 05:11:43.820250 [ 287 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2003 | 2025.02.06 05:11:43.820285 [ 288 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2004 | 2025.02.06 05:11:43.820296 [ 290 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2005 | 2025.02.06 05:11:43.820423 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 2006 | 2025.02.06 05:11:43.820459 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2007 | 2025.02.06 05:11:43.820567 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2008 | 2025.02.06 05:11:43.820589 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2009 | 2025.02.06 05:11:43.820631 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2010 | 2025.02.06 05:11:43.820680 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2011 | 2025.02.06 05:11:43.820726 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2012 | 2025.02.06 05:11:43.822166 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003364 sec., 10107.015457788348 rows/sec., 386.97 KiB/sec. | ||
| 2013 | 2025.02.06 05:11:43.822362 [ 3 ] {31ccf92a-6c3a-45fa-af04-d6f26f7e4db5} <Debug> TCPHandler: Processed in 0.003736593 sec. | ||
| 2014 | 2025.02.06 05:11:43.822662 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2015 | 2025.02.06 05:11:43.822923 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2016 | 2025.02.06 05:11:43.823425 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2017 | 2025.02.06 05:11:43.823498 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2018 | 2025.02.06 05:11:43.823917 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2019 | 2025.02.06 05:11:43.823986 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2020 | 2025.02.06 05:11:43.824139 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2021 | 2025.02.06 05:11:43.824301 [ 260 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2022 | 2025.02.06 05:11:43.824363 [ 287 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2023 | 2025.02.06 05:11:43.824385 [ 288 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2024 | 2025.02.06 05:11:43.824379 [ 290 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2025 | 2025.02.06 05:11:43.824529 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 2026 | 2025.02.06 05:11:43.824558 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2027 | 2025.02.06 05:11:43.824668 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2028 | 2025.02.06 05:11:43.824690 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2029 | 2025.02.06 05:11:43.824733 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2030 | 2025.02.06 05:11:43.824782 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2031 | 2025.02.06 05:11:43.824828 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2032 | 2025.02.06 05:11:43.826189 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.00341 sec., 9970.67448680352 rows/sec., 381.75 KiB/sec. | ||
| 2033 | 2025.02.06 05:11:43.826379 [ 255 ] {459ed475-8bd3-4d22-b09c-5ea2e47d27e4} <Debug> TCPHandler: Processed in 0.003788424 sec. | ||
| 2034 | 2025.02.06 05:11:43.912039 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2035 | 2025.02.06 05:11:43.912184 [ 3 ] {fe786550-2b23-425f-b9c0-31277d540b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2036 | 2025.02.06 05:11:43.912252 [ 3 ] {fe786550-2b23-425f-b9c0-31277d540b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2037 | 2025.02.06 05:11:43.913036 [ 3 ] {fe786550-2b23-425f-b9c0-31277d540b4a} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2025.02.06 05:11:43.913076 [ 3 ] {fe786550-2b23-425f-b9c0-31277d540b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2039 | 2025.02.06 05:11:43.913588 [ 3 ] {fe786550-2b23-425f-b9c0-31277d540b4a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2040 | 2025.02.06 05:11:43.913822 [ 3 ] {fe786550-2b23-425f-b9c0-31277d540b4a} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2041 | 2025.02.06 05:11:43.914021 [ 3 ] {fe786550-2b23-425f-b9c0-31277d540b4a} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001883 sec., 3186.404673393521 rows/sec., 709.47 KiB/sec. | ||
| 2042 | 2025.02.06 05:11:43.914075 [ 3 ] {fe786550-2b23-425f-b9c0-31277d540b4a} <Debug> TCPHandler: Processed in 0.002094559 sec. | ||
| 2043 | 2025.02.06 05:11:43.914244 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2025.02.06 05:11:43.914404 [ 255 ] {998b6f1f-3b7c-4161-ba1e-6708a385bc06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2045 | 2025.02.06 05:11:43.914464 [ 255 ] {998b6f1f-3b7c-4161-ba1e-6708a385bc06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2046 | 2025.02.06 05:11:43.915872 [ 255 ] {998b6f1f-3b7c-4161-ba1e-6708a385bc06} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2025.02.06 05:11:43.915917 [ 255 ] {998b6f1f-3b7c-4161-ba1e-6708a385bc06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2048 | 2025.02.06 05:11:43.916415 [ 255 ] {998b6f1f-3b7c-4161-ba1e-6708a385bc06} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2049 | 2025.02.06 05:11:43.916666 [ 255 ] {998b6f1f-3b7c-4161-ba1e-6708a385bc06} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2025.02.06 05:11:43.916854 [ 255 ] {998b6f1f-3b7c-4161-ba1e-6708a385bc06} <Debug> executeQuery: Read 1212 rows, 102.08 KiB in 0.002497 sec., 485382.45895074087 rows/sec., 39.92 MiB/sec. | ||
| 2051 | 2025.02.06 05:11:43.916907 [ 255 ] {998b6f1f-3b7c-4161-ba1e-6708a385bc06} <Debug> TCPHandler: Processed in 0.002732929 sec. | ||
| 2052 | 2025.02.06 05:11:43.917063 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2053 | 2025.02.06 05:11:43.917203 [ 3 ] {a3891cc9-ebe9-4e85-97e3-03d2af8f076b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2054 | 2025.02.06 05:11:43.917263 [ 3 ] {a3891cc9-ebe9-4e85-97e3-03d2af8f076b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2055 | 2025.02.06 05:11:43.917975 [ 3 ] {a3891cc9-ebe9-4e85-97e3-03d2af8f076b} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2056 | 2025.02.06 05:11:43.918016 [ 3 ] {a3891cc9-ebe9-4e85-97e3-03d2af8f076b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2057 | 2025.02.06 05:11:43.918375 [ 3 ] {a3891cc9-ebe9-4e85-97e3-03d2af8f076b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2058 | 2025.02.06 05:11:43.918617 [ 3 ] {a3891cc9-ebe9-4e85-97e3-03d2af8f076b} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2059 | 2025.02.06 05:11:43.918831 [ 3 ] {a3891cc9-ebe9-4e85-97e3-03d2af8f076b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001658 sec., 4825.090470446321 rows/sec., 362.82 KiB/sec. | ||
| 2060 | 2025.02.06 05:11:43.918884 [ 3 ] {a3891cc9-ebe9-4e85-97e3-03d2af8f076b} <Debug> TCPHandler: Processed in 0.001887692 sec. | ||
| 2061 | 2025.02.06 05:11:43.919074 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2062 | 2025.02.06 05:11:43.919212 [ 255 ] {ecdb2764-824d-404d-b7c6-c7bfb6e7413e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2063 | 2025.02.06 05:11:43.919269 [ 255 ] {ecdb2764-824d-404d-b7c6-c7bfb6e7413e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2064 | 2025.02.06 05:11:43.920049 [ 255 ] {ecdb2764-824d-404d-b7c6-c7bfb6e7413e} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2065 | 2025.02.06 05:11:43.920087 [ 255 ] {ecdb2764-824d-404d-b7c6-c7bfb6e7413e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2066 | 2025.02.06 05:11:43.920438 [ 255 ] {ecdb2764-824d-404d-b7c6-c7bfb6e7413e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2067 | 2025.02.06 05:11:43.920672 [ 255 ] {ecdb2764-824d-404d-b7c6-c7bfb6e7413e} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2068 | 2025.02.06 05:11:43.920910 [ 255 ] {ecdb2764-824d-404d-b7c6-c7bfb6e7413e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001717 sec., 132789.7495631916 rows/sec., 8.99 MiB/sec. | ||
| 2069 | 2025.02.06 05:11:43.920984 [ 255 ] {ecdb2764-824d-404d-b7c6-c7bfb6e7413e} <Debug> TCPHandler: Processed in 0.001979335 sec. | ||
| 2070 | 2025.02.06 05:11:43.921154 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2071 | 2025.02.06 05:11:43.921295 [ 3 ] {983743e4-d907-4ac2-b217-493a256d1e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2072 | 2025.02.06 05:11:43.921356 [ 3 ] {983743e4-d907-4ac2-b217-493a256d1e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2073 | 2025.02.06 05:11:43.922218 [ 3 ] {983743e4-d907-4ac2-b217-493a256d1e30} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2074 | 2025.02.06 05:11:43.922257 [ 3 ] {983743e4-d907-4ac2-b217-493a256d1e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2075 | 2025.02.06 05:11:43.922645 [ 3 ] {983743e4-d907-4ac2-b217-493a256d1e30} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2076 | 2025.02.06 05:11:43.922896 [ 3 ] {983743e4-d907-4ac2-b217-493a256d1e30} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2077 | 2025.02.06 05:11:43.923162 [ 3 ] {983743e4-d907-4ac2-b217-493a256d1e30} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.001888 sec., 279661.0169491526 rows/sec., 20.71 MiB/sec. | ||
| 2078 | 2025.02.06 05:11:43.923303 [ 3 ] {983743e4-d907-4ac2-b217-493a256d1e30} <Debug> TCPHandler: Processed in 0.002213172 sec. | ||
| 2079 | 2025.02.06 05:11:43.923481 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2080 | 2025.02.06 05:11:43.923603 [ 255 ] {a64f77f1-e6e6-412e-9356-a6b4cafcf331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2081 | 2025.02.06 05:11:43.923656 [ 255 ] {a64f77f1-e6e6-412e-9356-a6b4cafcf331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2082 | 2025.02.06 05:11:43.925038 [ 255 ] {a64f77f1-e6e6-412e-9356-a6b4cafcf331} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2083 | 2025.02.06 05:11:43.925074 [ 255 ] {a64f77f1-e6e6-412e-9356-a6b4cafcf331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2084 | 2025.02.06 05:11:43.925641 [ 255 ] {a64f77f1-e6e6-412e-9356-a6b4cafcf331} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2085 | 2025.02.06 05:11:43.925885 [ 255 ] {a64f77f1-e6e6-412e-9356-a6b4cafcf331} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2086 | 2025.02.06 05:11:43.926139 [ 255 ] {a64f77f1-e6e6-412e-9356-a6b4cafcf331} <Debug> executeQuery: Read 2408 rows, 164.78 KiB in 0.002539 sec., 948404.8838125246 rows/sec., 63.38 MiB/sec. | ||
| 2087 | 2025.02.06 05:11:43.926278 [ 255 ] {a64f77f1-e6e6-412e-9356-a6b4cafcf331} <Debug> TCPHandler: Processed in 0.002856694 sec. | ||
| 2088 | 2025.02.06 05:11:43.926440 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2089 | 2025.02.06 05:11:43.926579 [ 3 ] {9152c43c-bb62-47ce-a19e-218fdd497915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2090 | 2025.02.06 05:11:43.926673 [ 3 ] {9152c43c-bb62-47ce-a19e-218fdd497915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2091 | 2025.02.06 05:11:43.927787 [ 3 ] {9152c43c-bb62-47ce-a19e-218fdd497915} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2025.02.06 05:11:43.927827 [ 3 ] {9152c43c-bb62-47ce-a19e-218fdd497915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2093 | 2025.02.06 05:11:43.928437 [ 3 ] {9152c43c-bb62-47ce-a19e-218fdd497915} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2094 | 2025.02.06 05:11:43.928700 [ 3 ] {9152c43c-bb62-47ce-a19e-218fdd497915} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2025.02.06 05:11:43.928935 [ 3 ] {9152c43c-bb62-47ce-a19e-218fdd497915} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002386 sec., 3352.891869237217 rows/sec., 6.01 MiB/sec. | ||
| 2096 | 2025.02.06 05:11:43.929025 [ 3 ] {9152c43c-bb62-47ce-a19e-218fdd497915} <Debug> TCPHandler: Processed in 0.002651607 sec. | ||
| 2097 | 2025.02.06 05:11:43.929196 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2098 | 2025.02.06 05:11:43.929343 [ 255 ] {31e9cd47-28cd-4f74-ab82-52cc81a1fc80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2099 | 2025.02.06 05:11:43.929405 [ 255 ] {31e9cd47-28cd-4f74-ab82-52cc81a1fc80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2100 | 2025.02.06 05:11:43.929975 [ 255 ] {31e9cd47-28cd-4f74-ab82-52cc81a1fc80} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2101 | 2025.02.06 05:11:43.930014 [ 255 ] {31e9cd47-28cd-4f74-ab82-52cc81a1fc80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2102 | 2025.02.06 05:11:43.930406 [ 255 ] {31e9cd47-28cd-4f74-ab82-52cc81a1fc80} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2103 | 2025.02.06 05:11:43.930645 [ 255 ] {31e9cd47-28cd-4f74-ab82-52cc81a1fc80} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2104 | 2025.02.06 05:11:43.930823 [ 255 ] {31e9cd47-28cd-4f74-ab82-52cc81a1fc80} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001512 sec., 14550.26455026455 rows/sec., 1012.09 KiB/sec. | ||
| 2105 | 2025.02.06 05:11:43.930873 [ 255 ] {31e9cd47-28cd-4f74-ab82-52cc81a1fc80} <Debug> TCPHandler: Processed in 0.001751127 sec. | ||
| 2106 | 2025.02.06 05:11:46.050054 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 98 entries to flush up to offset 292 | ||
| 2107 | 2025.02.06 05:11:46.054789 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2108 | 2025.02.06 05:11:46.054840 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2109 | 2025.02.06 05:11:46.056440 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2110 | 2025.02.06 05:11:46.056754 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2111 | 2025.02.06 05:11:46.057406 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 292 | ||
| 2112 | 2025.02.06 05:11:47.656973 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2113 | 2025.02.06 05:11:47.657192 [ 3 ] {ba513d9e-2274-4ca4-92db-7eeb635d85a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2114 | 2025.02.06 05:11:47.657273 [ 3 ] {ba513d9e-2274-4ca4-92db-7eeb635d85a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2115 | 2025.02.06 05:11:47.658147 [ 3 ] {ba513d9e-2274-4ca4-92db-7eeb635d85a7} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2116 | 2025.02.06 05:11:47.658192 [ 3 ] {ba513d9e-2274-4ca4-92db-7eeb635d85a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2117 | 2025.02.06 05:11:47.658628 [ 3 ] {ba513d9e-2274-4ca4-92db-7eeb635d85a7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2118 | 2025.02.06 05:11:47.658881 [ 3 ] {ba513d9e-2274-4ca4-92db-7eeb635d85a7} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2119 | 2025.02.06 05:11:47.659081 [ 64 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2120 | 2025.02.06 05:11:47.659146 [ 3 ] {ba513d9e-2274-4ca4-92db-7eeb635d85a7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.14 MiB/sec. | ||
| 2121 | 2025.02.06 05:11:47.659177 [ 64 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2025.02.06 05:11:47.659246 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2123 | 2025.02.06 05:11:47.659263 [ 3 ] {ba513d9e-2274-4ca4-92db-7eeb635d85a7} <Debug> TCPHandler: Processed in 0.002424009 sec. | ||
| 2124 | 2025.02.06 05:11:47.659431 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2125 | 2025.02.06 05:11:47.659573 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2126 | 2025.02.06 05:11:47.659599 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2127 | 2025.02.06 05:11:47.659672 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 2128 | 2025.02.06 05:11:47.659883 [ 255 ] {f8c04978-ceb9-4dfa-8d05-ddc0e6558626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2129 | 2025.02.06 05:11:47.659963 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
| 2130 | 2025.02.06 05:11:47.660076 [ 255 ] {f8c04978-ceb9-4dfa-8d05-ddc0e6558626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2131 | 2025.02.06 05:11:47.660449 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part | ||
| 2132 | 2025.02.06 05:11:47.660730 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 256 rows starting from the beginning of the part | ||
| 2133 | 2025.02.06 05:11:47.661150 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1212 rows starting from the beginning of the part | ||
| 2134 | 2025.02.06 05:11:47.661569 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 2135 | 2025.02.06 05:11:47.663228 [ 255 ] {f8c04978-ceb9-4dfa-8d05-ddc0e6558626} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2136 | 2025.02.06 05:11:47.663320 [ 255 ] {f8c04978-ceb9-4dfa-8d05-ddc0e6558626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2137 | 2025.02.06 05:11:47.664437 [ 255 ] {f8c04978-ceb9-4dfa-8d05-ddc0e6558626} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2138 | 2025.02.06 05:11:47.664931 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1698 rows, containing 5 columns (5 merged, 0 gathered) in 0.005565392 sec., 305099.8024936968 rows/sec., 26.36 MiB/sec. | ||
| 2139 | 2025.02.06 05:11:47.665055 [ 255 ] {f8c04978-ceb9-4dfa-8d05-ddc0e6558626} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2140 | 2025.02.06 05:11:47.665256 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2141 | 2025.02.06 05:11:47.665325 [ 64 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2142 | 2025.02.06 05:11:47.665492 [ 64 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2143 | 2025.02.06 05:11:47.665595 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2144 | 2025.02.06 05:11:47.665653 [ 255 ] {f8c04978-ceb9-4dfa-8d05-ddc0e6558626} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005891 sec., 10864.029876082159 rows/sec., 868.31 KiB/sec. | ||
| 2145 | 2025.02.06 05:11:47.666147 [ 255 ] {f8c04978-ceb9-4dfa-8d05-ddc0e6558626} <Debug> TCPHandler: Processed in 0.00672993 sec. | ||
| 2146 | 2025.02.06 05:11:47.666317 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 2147 | 2025.02.06 05:11:47.666444 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2148 | 2025.02.06 05:11:47.666684 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2149 | 2025.02.06 05:11:47.666826 [ 3 ] {29c7c07c-abf2-42f2-8ebb-126d7c40aecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2150 | 2025.02.06 05:11:47.666927 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2151 | 2025.02.06 05:11:47.666971 [ 3 ] {29c7c07c-abf2-42f2-8ebb-126d7c40aecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2152 | 2025.02.06 05:11:47.666990 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_11_2} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2153 | 2025.02.06 05:11:47.667062 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 44 rows starting from the beginning of the part | ||
| 2154 | 2025.02.06 05:11:47.667186 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 2155 | 2025.02.06 05:11:47.667556 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
| 2156 | 2025.02.06 05:11:47.667916 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 72 rows starting from the beginning of the part | ||
| 2157 | 2025.02.06 05:11:47.668268 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 418 rows starting from the beginning of the part | ||
| 2158 | 2025.02.06 05:11:47.668445 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 528 rows starting from the beginning of the part | ||
| 2159 | 2025.02.06 05:11:47.668806 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 2160 | 2025.02.06 05:11:47.669576 [ 3 ] {29c7c07c-abf2-42f2-8ebb-126d7c40aecf} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2025.02.06 05:11:47.669637 [ 3 ] {29c7c07c-abf2-42f2-8ebb-126d7c40aecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2162 | 2025.02.06 05:11:47.670795 [ 3 ] {29c7c07c-abf2-42f2-8ebb-126d7c40aecf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2163 | 2025.02.06 05:11:47.671249 [ 3 ] {29c7c07c-abf2-42f2-8ebb-126d7c40aecf} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2164 | 2025.02.06 05:11:47.671641 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2165 | 2025.02.06 05:11:47.671756 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2166 | 2025.02.06 05:11:47.671799 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1190 rows, containing 5 columns (5 merged, 0 gathered) in 0.006044028 sec., 196888.56504304745 rows/sec., 15.31 MiB/sec. | ||
| 2167 | 2025.02.06 05:11:47.671822 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2168 | 2025.02.06 05:11:47.671964 [ 3 ] {29c7c07c-abf2-42f2-8ebb-126d7c40aecf} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.00526 sec., 18631.178707224335 rows/sec., 1.30 MiB/sec. | ||
| 2169 | 2025.02.06 05:11:47.672185 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2170 | 2025.02.06 05:11:47.672261 [ 3 ] {29c7c07c-abf2-42f2-8ebb-126d7c40aecf} <Debug> TCPHandler: Processed in 0.005993456 sec. | ||
| 2171 | 2025.02.06 05:11:47.672257 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 2172 | 2025.02.06 05:11:47.672626 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2173 | 2025.02.06 05:11:47.672722 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2174 | 2025.02.06 05:11:47.672851 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 2175 | 2025.02.06 05:11:47.672990 [ 255 ] {e8b52134-44d0-479e-bb8b-91f228fb6853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2176 | 2025.02.06 05:11:47.672995 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2177 | 2025.02.06 05:11:47.673206 [ 255 ] {e8b52134-44d0-479e-bb8b-91f228fb6853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2178 | 2025.02.06 05:11:47.673356 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 140 rows starting from the beginning of the part | ||
| 2179 | 2025.02.06 05:11:47.673636 [ 192 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_11_2} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2180 | 2025.02.06 05:11:47.674036 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2181 | 2025.02.06 05:11:47.674075 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2182 | 2025.02.06 05:11:47.674509 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2183 | 2025.02.06 05:11:47.674755 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2408 rows starting from the beginning of the part | ||
| 2184 | 2025.02.06 05:11:47.675141 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 98 rows starting from the beginning of the part | ||
| 2185 | 2025.02.06 05:11:47.675865 [ 255 ] {e8b52134-44d0-479e-bb8b-91f228fb6853} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2186 | 2025.02.06 05:11:47.675935 [ 255 ] {e8b52134-44d0-479e-bb8b-91f228fb6853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2187 | 2025.02.06 05:11:47.676935 [ 255 ] {e8b52134-44d0-479e-bb8b-91f228fb6853} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2188 | 2025.02.06 05:11:47.677507 [ 255 ] {e8b52134-44d0-479e-bb8b-91f228fb6853} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2189 | 2025.02.06 05:11:47.677792 [ 64 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2190 | 2025.02.06 05:11:47.677872 [ 64 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2191 | 2025.02.06 05:11:47.677932 [ 255 ] {e8b52134-44d0-479e-bb8b-91f228fb6853} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.005046 sec., 7530.717399920729 rows/sec., 517.31 KiB/sec. | ||
| 2192 | 2025.02.06 05:11:47.677932 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2193 | 2025.02.06 05:11:47.678279 [ 255 ] {e8b52134-44d0-479e-bb8b-91f228fb6853} <Debug> TCPHandler: Processed in 0.005843241 sec. | ||
| 2194 | 2025.02.06 05:11:47.678954 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 2195 | 2025.02.06 05:11:47.679104 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3359 rows, containing 5 columns (5 merged, 0 gathered) in 0.007147624 sec., 469946.3765861215 rows/sec., 31.72 MiB/sec. | ||
| 2196 | 2025.02.06 05:11:47.679214 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2197 | 2025.02.06 05:11:47.679259 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 134 rows starting from the beginning of the part | ||
| 2198 | 2025.02.06 05:11:47.679416 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
| 2199 | 2025.02.06 05:11:47.679570 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2200 | 2025.02.06 05:11:47.679721 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2201 | 2025.02.06 05:11:47.680010 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2202 | 2025.02.06 05:11:47.680264 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 2203 | 2025.02.06 05:11:47.680472 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part | ||
| 2204 | 2025.02.06 05:11:47.681006 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2205 | 2025.02.06 05:11:47.681210 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2206 | 2025.02.06 05:11:47.681362 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 2207 | 2025.02.06 05:11:47.681987 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 388 rows, containing 4 columns (4 merged, 0 gathered) in 0.003868687 sec., 100292.4247942519 rows/sec., 6.61 MiB/sec. | ||
| 2208 | 2025.02.06 05:11:47.682189 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2209 | 2025.02.06 05:11:47.682510 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2210 | 2025.02.06 05:11:47.682598 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_11_2} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2211 | 2025.02.06 05:11:47.682685 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2212 | 2025.02.06 05:11:48.547685 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 2213 | 2025.02.06 05:11:48.548327 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2214 | 2025.02.06 05:11:48.548375 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2215 | 2025.02.06 05:11:48.548917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2216 | 2025.02.06 05:11:48.549177 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2217 | 2025.02.06 05:11:48.549436 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 2218 | 2025.02.06 05:11:48.760388 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 2219 | 2025.02.06 05:11:48.779916 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2220 | 2025.02.06 05:11:48.779987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2221 | 2025.02.06 05:11:48.787263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2222 | 2025.02.06 05:11:48.788036 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2223 | 2025.02.06 05:11:48.791167 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 2224 | 2025.02.06 05:11:49.001165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.11 MiB, peak 171.02 MiB, free memory in arenas 0.00 B, will set to 166.82 MiB (RSS), difference: 1.70 MiB | ||
| 2225 | 2025.02.06 05:11:52.666365 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2226 | 2025.02.06 05:11:52.666583 [ 3 ] {e248ab0f-a2e5-45f1-a4e0-fac2c7070e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2227 | 2025.02.06 05:11:52.666661 [ 3 ] {e248ab0f-a2e5-45f1-a4e0-fac2c7070e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2228 | 2025.02.06 05:11:52.667482 [ 3 ] {e248ab0f-a2e5-45f1-a4e0-fac2c7070e0e} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2025.02.06 05:11:52.667528 [ 3 ] {e248ab0f-a2e5-45f1-a4e0-fac2c7070e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2230 | 2025.02.06 05:11:52.667955 [ 3 ] {e248ab0f-a2e5-45f1-a4e0-fac2c7070e0e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2231 | 2025.02.06 05:11:52.668200 [ 3 ] {e248ab0f-a2e5-45f1-a4e0-fac2c7070e0e} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2232 | 2025.02.06 05:11:52.668414 [ 3 ] {e248ab0f-a2e5-45f1-a4e0-fac2c7070e0e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec. | ||
| 2233 | 2025.02.06 05:11:52.668469 [ 3 ] {e248ab0f-a2e5-45f1-a4e0-fac2c7070e0e} <Debug> TCPHandler: Processed in 0.002241674 sec. | ||
| 2234 | 2025.02.06 05:11:52.668744 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2235 | 2025.02.06 05:11:52.668961 [ 255 ] {b719afee-0a4c-4bfa-b4f0-d93e040b4645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2236 | 2025.02.06 05:11:52.669042 [ 255 ] {b719afee-0a4c-4bfa-b4f0-d93e040b4645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2237 | 2025.02.06 05:11:52.669934 [ 255 ] {b719afee-0a4c-4bfa-b4f0-d93e040b4645} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2238 | 2025.02.06 05:11:52.669981 [ 255 ] {b719afee-0a4c-4bfa-b4f0-d93e040b4645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2239 | 2025.02.06 05:11:52.670443 [ 255 ] {b719afee-0a4c-4bfa-b4f0-d93e040b4645} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2240 | 2025.02.06 05:11:52.670700 [ 255 ] {b719afee-0a4c-4bfa-b4f0-d93e040b4645} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2241 | 2025.02.06 05:11:52.670937 [ 255 ] {b719afee-0a4c-4bfa-b4f0-d93e040b4645} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.002039 sec., 125061.30456105934 rows/sec., 10.93 MiB/sec. | ||
| 2242 | 2025.02.06 05:11:52.671007 [ 255 ] {b719afee-0a4c-4bfa-b4f0-d93e040b4645} <Debug> TCPHandler: Processed in 0.002404299 sec. | ||
| 2243 | 2025.02.06 05:11:52.671204 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2244 | 2025.02.06 05:11:52.671322 [ 3 ] {5c3d08bc-c99c-4a34-9d8c-eb9bd5871824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2245 | 2025.02.06 05:11:52.671374 [ 3 ] {5c3d08bc-c99c-4a34-9d8c-eb9bd5871824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2246 | 2025.02.06 05:11:52.671969 [ 3 ] {5c3d08bc-c99c-4a34-9d8c-eb9bd5871824} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2247 | 2025.02.06 05:11:52.672008 [ 3 ] {5c3d08bc-c99c-4a34-9d8c-eb9bd5871824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2248 | 2025.02.06 05:11:52.672367 [ 3 ] {5c3d08bc-c99c-4a34-9d8c-eb9bd5871824} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2249 | 2025.02.06 05:11:52.672603 [ 3 ] {5c3d08bc-c99c-4a34-9d8c-eb9bd5871824} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2250 | 2025.02.06 05:11:52.672841 [ 3 ] {5c3d08bc-c99c-4a34-9d8c-eb9bd5871824} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001532 sec., 21540.46997389034 rows/sec., 1.54 MiB/sec. | ||
| 2251 | 2025.02.06 05:11:52.673013 [ 3 ] {5c3d08bc-c99c-4a34-9d8c-eb9bd5871824} <Debug> TCPHandler: Processed in 0.001906613 sec. | ||
| 2252 | 2025.02.06 05:11:52.673164 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2253 | 2025.02.06 05:11:52.673315 [ 255 ] {0a9eaea8-336a-4f9b-b09f-881326a99c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2254 | 2025.02.06 05:11:52.673379 [ 255 ] {0a9eaea8-336a-4f9b-b09f-881326a99c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2255 | 2025.02.06 05:11:52.674074 [ 255 ] {0a9eaea8-336a-4f9b-b09f-881326a99c8f} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2025.02.06 05:11:52.674121 [ 255 ] {0a9eaea8-336a-4f9b-b09f-881326a99c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2257 | 2025.02.06 05:11:52.674484 [ 255 ] {0a9eaea8-336a-4f9b-b09f-881326a99c8f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2258 | 2025.02.06 05:11:52.674719 [ 255 ] {0a9eaea8-336a-4f9b-b09f-881326a99c8f} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2259 | 2025.02.06 05:11:52.674929 [ 255 ] {0a9eaea8-336a-4f9b-b09f-881326a99c8f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 593.86 KiB/sec. | ||
| 2260 | 2025.02.06 05:11:52.674985 [ 255 ] {0a9eaea8-336a-4f9b-b09f-881326a99c8f} <Debug> TCPHandler: Processed in 0.001883592 sec. | ||
| 2261 | 2025.02.06 05:11:52.675151 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2262 | 2025.02.06 05:11:52.675268 [ 3 ] {6b01b502-abf0-4fb2-a7b9-f84f8ee6bd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2263 | 2025.02.06 05:11:52.675316 [ 3 ] {6b01b502-abf0-4fb2-a7b9-f84f8ee6bd68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2264 | 2025.02.06 05:11:52.675894 [ 3 ] {6b01b502-abf0-4fb2-a7b9-f84f8ee6bd68} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2265 | 2025.02.06 05:11:52.675933 [ 3 ] {6b01b502-abf0-4fb2-a7b9-f84f8ee6bd68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2266 | 2025.02.06 05:11:52.676280 [ 3 ] {6b01b502-abf0-4fb2-a7b9-f84f8ee6bd68} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2267 | 2025.02.06 05:11:52.676511 [ 3 ] {6b01b502-abf0-4fb2-a7b9-f84f8ee6bd68} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2268 | 2025.02.06 05:11:52.676708 [ 3 ] {6b01b502-abf0-4fb2-a7b9-f84f8ee6bd68} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001465 sec., 8873.720136518772 rows/sec., 553.27 KiB/sec. | ||
| 2269 | 2025.02.06 05:11:52.676759 [ 3 ] {6b01b502-abf0-4fb2-a7b9-f84f8ee6bd68} <Debug> TCPHandler: Processed in 0.001667124 sec. | ||
| 2270 | 2025.02.06 05:11:52.676905 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2271 | 2025.02.06 05:11:52.677024 [ 255 ] {081f141a-5b46-49fc-af37-8cdb87b2d6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2272 | 2025.02.06 05:11:52.677073 [ 255 ] {081f141a-5b46-49fc-af37-8cdb87b2d6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2273 | 2025.02.06 05:11:52.677943 [ 255 ] {081f141a-5b46-49fc-af37-8cdb87b2d6c0} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2274 | 2025.02.06 05:11:52.677992 [ 255 ] {081f141a-5b46-49fc-af37-8cdb87b2d6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2275 | 2025.02.06 05:11:52.678394 [ 255 ] {081f141a-5b46-49fc-af37-8cdb87b2d6c0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2276 | 2025.02.06 05:11:52.678627 [ 255 ] {081f141a-5b46-49fc-af37-8cdb87b2d6c0} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2025.02.06 05:11:52.678826 [ 255 ] {081f141a-5b46-49fc-af37-8cdb87b2d6c0} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001829 sec., 223072.71733187535 rows/sec., 15.89 MiB/sec. | ||
| 2278 | 2025.02.06 05:11:52.678877 [ 255 ] {081f141a-5b46-49fc-af37-8cdb87b2d6c0} <Debug> TCPHandler: Processed in 0.002026556 sec. | ||
| 2279 | 2025.02.06 05:11:52.679021 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2280 | 2025.02.06 05:11:52.679139 [ 3 ] {933ce2fd-b0da-4609-b37f-5db20f0b74f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2281 | 2025.02.06 05:11:52.679199 [ 3 ] {933ce2fd-b0da-4609-b37f-5db20f0b74f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2282 | 2025.02.06 05:11:52.679759 [ 3 ] {933ce2fd-b0da-4609-b37f-5db20f0b74f3} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2283 | 2025.02.06 05:11:52.679805 [ 3 ] {933ce2fd-b0da-4609-b37f-5db20f0b74f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2284 | 2025.02.06 05:11:52.680218 [ 3 ] {933ce2fd-b0da-4609-b37f-5db20f0b74f3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2285 | 2025.02.06 05:11:52.680447 [ 3 ] {933ce2fd-b0da-4609-b37f-5db20f0b74f3} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2286 | 2025.02.06 05:11:52.680673 [ 3 ] {933ce2fd-b0da-4609-b37f-5db20f0b74f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 201.20 KiB/sec. | ||
| 2287 | 2025.02.06 05:11:52.680725 [ 3 ] {933ce2fd-b0da-4609-b37f-5db20f0b74f3} <Debug> TCPHandler: Processed in 0.001757338 sec. | ||
| 2288 | 2025.02.06 05:11:52.680871 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2289 | 2025.02.06 05:11:52.680994 [ 255 ] {f8e5ae91-de0e-478f-a4d1-1e41d54aa524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2290 | 2025.02.06 05:11:52.681049 [ 255 ] {f8e5ae91-de0e-478f-a4d1-1e41d54aa524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2291 | 2025.02.06 05:11:52.681654 [ 255 ] {f8e5ae91-de0e-478f-a4d1-1e41d54aa524} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2292 | 2025.02.06 05:11:52.681693 [ 255 ] {f8e5ae91-de0e-478f-a4d1-1e41d54aa524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2293 | 2025.02.06 05:11:52.682112 [ 255 ] {f8e5ae91-de0e-478f-a4d1-1e41d54aa524} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2294 | 2025.02.06 05:11:52.682352 [ 255 ] {f8e5ae91-de0e-478f-a4d1-1e41d54aa524} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2295 | 2025.02.06 05:11:52.682585 [ 255 ] {f8e5ae91-de0e-478f-a4d1-1e41d54aa524} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec. | ||
| 2296 | 2025.02.06 05:11:52.682688 [ 255 ] {f8e5ae91-de0e-478f-a4d1-1e41d54aa524} <Debug> TCPHandler: Processed in 0.001874351 sec. | ||
| 2297 | 2025.02.06 05:11:52.682844 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2298 | 2025.02.06 05:11:52.682960 [ 3 ] {2cdac2a8-f5da-424a-991c-251acd37d44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2299 | 2025.02.06 05:11:52.683012 [ 3 ] {2cdac2a8-f5da-424a-991c-251acd37d44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2300 | 2025.02.06 05:11:52.683485 [ 3 ] {2cdac2a8-f5da-424a-991c-251acd37d44f} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2301 | 2025.02.06 05:11:52.683524 [ 3 ] {2cdac2a8-f5da-424a-991c-251acd37d44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2302 | 2025.02.06 05:11:52.683870 [ 3 ] {2cdac2a8-f5da-424a-991c-251acd37d44f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2303 | 2025.02.06 05:11:52.684111 [ 3 ] {2cdac2a8-f5da-424a-991c-251acd37d44f} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2304 | 2025.02.06 05:11:52.684314 [ 3 ] {2cdac2a8-f5da-424a-991c-251acd37d44f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001379 sec., 725.1631617113851 rows/sec., 48.86 KiB/sec. | ||
| 2305 | 2025.02.06 05:11:52.684363 [ 3 ] {2cdac2a8-f5da-424a-991c-251acd37d44f} <Debug> TCPHandler: Processed in 0.001577042 sec. | ||
| 2306 | 2025.02.06 05:11:52.684516 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2307 | 2025.02.06 05:11:52.684636 [ 255 ] {32854866-1f00-46a2-871c-6708b723b9cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2308 | 2025.02.06 05:11:52.684719 [ 255 ] {32854866-1f00-46a2-871c-6708b723b9cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2309 | 2025.02.06 05:11:52.685914 [ 255 ] {32854866-1f00-46a2-871c-6708b723b9cf} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2310 | 2025.02.06 05:11:52.685953 [ 255 ] {32854866-1f00-46a2-871c-6708b723b9cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2311 | 2025.02.06 05:11:52.686585 [ 255 ] {32854866-1f00-46a2-871c-6708b723b9cf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2312 | 2025.02.06 05:11:52.686840 [ 255 ] {32854866-1f00-46a2-871c-6708b723b9cf} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2313 | 2025.02.06 05:11:52.687094 [ 255 ] {32854866-1f00-46a2-871c-6708b723b9cf} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002481 sec., 10479.645304312777 rows/sec., 18.78 MiB/sec. | ||
| 2314 | 2025.02.06 05:11:52.687227 [ 255 ] {32854866-1f00-46a2-871c-6708b723b9cf} <Debug> TCPHandler: Processed in 0.002768221 sec. | ||
| 2315 | 2025.02.06 05:11:52.687393 [ 3 ] {} <Trace> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2316 | 2025.02.06 05:11:52.687529 [ 3 ] {16cf47c4-86ec-4350-95c0-f9270fd907ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49527) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2317 | 2025.02.06 05:11:52.687587 [ 3 ] {16cf47c4-86ec-4350-95c0-f9270fd907ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2318 | 2025.02.06 05:11:52.688161 [ 3 ] {16cf47c4-86ec-4350-95c0-f9270fd907ff} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.02.06 05:11:52.688200 [ 3 ] {16cf47c4-86ec-4350-95c0-f9270fd907ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2320 | 2025.02.06 05:11:52.688564 [ 3 ] {16cf47c4-86ec-4350-95c0-f9270fd907ff} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2321 | 2025.02.06 05:11:52.688793 [ 3 ] {16cf47c4-86ec-4350-95c0-f9270fd907ff} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.02.06 05:11:52.689007 [ 3 ] {16cf47c4-86ec-4350-95c0-f9270fd907ff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001509 sec., 54340.62292909212 rows/sec., 3.45 MiB/sec. | ||
| 2323 | 2025.02.06 05:11:52.689057 [ 3 ] {16cf47c4-86ec-4350-95c0-f9270fd907ff} <Debug> TCPHandler: Processed in 0.001732227 sec. | ||
| 2324 | 2025.02.06 05:11:54.566218 [ 53 ] {} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2325 | 2025.02.06 05:11:54.566281 [ 53 ] {} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2025.02.06 05:11:54.566302 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2327 | 2025.02.06 05:11:54.566455 [ 198 ] {737988ee-d188-4aff-b110-6c79f62f4f62::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 | ||
| 2328 | 2025.02.06 05:11:54.566773 [ 198 ] {737988ee-d188-4aff-b110-6c79f62f4f62::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2329 | 2025.02.06 05:11:54.566816 [ 198 ] {737988ee-d188-4aff-b110-6c79f62f4f62::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 2330 | 2025.02.06 05:11:54.566910 [ 198 ] {737988ee-d188-4aff-b110-6c79f62f4f62::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 | ||
| 2331 | 2025.02.06 05:11:54.567057 [ 198 ] {737988ee-d188-4aff-b110-6c79f62f4f62::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 | ||
| 2332 | 2025.02.06 05:11:54.567127 [ 198 ] {737988ee-d188-4aff-b110-6c79f62f4f62::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part | ||
| 2333 | 2025.02.06 05:11:54.567290 [ 198 ] {737988ee-d188-4aff-b110-6c79f62f4f62::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2334 | 2025.02.06 05:11:54.569347 [ 195 ] {737988ee-d188-4aff-b110-6c79f62f4f62::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.002967037 sec., 13818.499735594803 rows/sec., 2.26 MiB/sec. | ||
| 2335 | 2025.02.06 05:11:54.569585 [ 195 ] {737988ee-d188-4aff-b110-6c79f62f4f62::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2336 | 2025.02.06 05:11:54.570156 [ 195 ] {737988ee-d188-4aff-b110-6c79f62f4f62::all_1_5_1} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2337 | 2025.02.06 05:11:54.570259 [ 195 ] {737988ee-d188-4aff-b110-6c79f62f4f62::all_1_5_1} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2338 | 2025.02.06 05:11:54.570365 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2339 | 2025.02.06 05:11:55.952119 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2340 | 2025.02.06 05:11:55.952174 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2341 | 2025.02.06 05:11:56.050477 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 2342 | 2025.02.06 05:11:56.051226 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2343 | 2025.02.06 05:11:56.051281 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2344 | 2025.02.06 05:11:56.051877 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2345 | 2025.02.06 05:11:56.052141 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2346 | 2025.02.06 05:11:56.052391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 2347 | 2025.02.06 05:11:56.058697 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 322 | ||
| 2348 | 2025.02.06 05:11:56.061691 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2025.02.06 05:11:56.061735 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2350 | 2025.02.06 05:11:56.063248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2351 | 2025.02.06 05:11:56.063564 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2025.02.06 05:11:56.063723 [ 50 ] {} <Debug> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2353 | 2025.02.06 05:11:56.063795 [ 50 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2354 | 2025.02.06 05:11:56.063839 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2355 | 2025.02.06 05:11:56.064587 [ 199 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::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 | ||
| 2356 | 2025.02.06 05:11:56.065495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322 | ||
| 2357 | 2025.02.06 05:11:56.065900 [ 199 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2358 | 2025.02.06 05:11:56.066068 [ 199 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 108 rows starting from the beginning of the part | ||
| 2359 | 2025.02.06 05:11:56.066712 [ 199 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part | ||
| 2360 | 2025.02.06 05:11:56.067362 [ 199 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part | ||
| 2361 | 2025.02.06 05:11:56.068008 [ 199 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 2362 | 2025.02.06 05:11:56.068650 [ 199 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 98 rows starting from the beginning of the part | ||
| 2363 | 2025.02.06 05:11:56.069226 [ 199 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2364 | 2025.02.06 05:11:56.077188 [ 198 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 72 columns (72 merged, 0 gathered) in 0.013188542 sec., 24415.13246877479 rows/sec., 25.23 MiB/sec. | ||
| 2365 | 2025.02.06 05:11:56.078223 [ 198 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2366 | 2025.02.06 05:11:56.079008 [ 198 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2025.02.06 05:11:56.079087 [ 198 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_6_1} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2368 | 2025.02.06 05:11:56.079519 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
| 2369 | 2025.02.06 05:11:56.292129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 2370 | 2025.02.06 05:11:56.312512 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2371 | 2025.02.06 05:11:56.312561 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2372 | 2025.02.06 05:11:56.319547 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2373 | 2025.02.06 05:11:56.320315 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2374 | 2025.02.06 05:11:56.322913 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 2375 | 2025.02.06 05:11:57.076530 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 2376 | 2025.02.06 05:11:57.076624 [ 3 ] {} <Debug> TCP-Session: be2ea9ae-b7df-4a85-aa91-34e95421a13f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2377 | 2025.02.06 05:11:57.661042 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2378 | 2025.02.06 05:11:57.661235 [ 255 ] {1c42e9d8-707f-414f-9fb1-fd68e4b72dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2379 | 2025.02.06 05:11:57.661308 [ 255 ] {1c42e9d8-707f-414f-9fb1-fd68e4b72dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2380 | 2025.02.06 05:11:57.662175 [ 255 ] {1c42e9d8-707f-414f-9fb1-fd68e4b72dee} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2381 | 2025.02.06 05:11:57.662224 [ 255 ] {1c42e9d8-707f-414f-9fb1-fd68e4b72dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2382 | 2025.02.06 05:11:57.662678 [ 255 ] {1c42e9d8-707f-414f-9fb1-fd68e4b72dee} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2383 | 2025.02.06 05:11:57.662950 [ 255 ] {1c42e9d8-707f-414f-9fb1-fd68e4b72dee} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2384 | 2025.02.06 05:11:57.663211 [ 255 ] {1c42e9d8-707f-414f-9fb1-fd68e4b72dee} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002023 sec., 35590.70687098369 rows/sec., 2.88 MiB/sec. | ||
| 2385 | 2025.02.06 05:11:57.663474 [ 255 ] {1c42e9d8-707f-414f-9fb1-fd68e4b72dee} <Debug> TCPHandler: Processed in 0.002559903 sec. | ||
| 2386 | 2025.02.06 05:11:57.664399 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2387 | 2025.02.06 05:11:57.664596 [ 5 ] {1e4abd22-fe04-48d1-81b7-d96ef46aff5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2388 | 2025.02.06 05:11:57.664696 [ 5 ] {1e4abd22-fe04-48d1-81b7-d96ef46aff5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2389 | 2025.02.06 05:11:57.665464 [ 5 ] {1e4abd22-fe04-48d1-81b7-d96ef46aff5c} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2390 | 2025.02.06 05:11:57.665512 [ 5 ] {1e4abd22-fe04-48d1-81b7-d96ef46aff5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2391 | 2025.02.06 05:11:57.665954 [ 5 ] {1e4abd22-fe04-48d1-81b7-d96ef46aff5c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2392 | 2025.02.06 05:11:57.666212 [ 5 ] {1e4abd22-fe04-48d1-81b7-d96ef46aff5c} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2393 | 2025.02.06 05:11:57.666396 [ 47 ] {} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2394 | 2025.02.06 05:11:57.666469 [ 5 ] {1e4abd22-fe04-48d1-81b7-d96ef46aff5c} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001922 sec., 4162.3309053069715 rows/sec., 312.99 KiB/sec. | ||
| 2395 | 2025.02.06 05:11:57.666487 [ 47 ] {} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2396 | 2025.02.06 05:11:57.666569 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2397 | 2025.02.06 05:11:57.666616 [ 5 ] {1e4abd22-fe04-48d1-81b7-d96ef46aff5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2398 | 2025.02.06 05:11:57.666658 [ 5 ] {1e4abd22-fe04-48d1-81b7-d96ef46aff5c} <Debug> TCPHandler: Processed in 0.00241744 sec. | ||
| 2399 | 2025.02.06 05:11:57.667091 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2400 | 2025.02.06 05:11:57.667298 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 2401 | 2025.02.06 05:11:57.667377 [ 255 ] {cf32e42c-5df0-4840-8e03-fe9a7d93cd4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2402 | 2025.02.06 05:11:57.667444 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2403 | 2025.02.06 05:11:57.667450 [ 255 ] {cf32e42c-5df0-4840-8e03-fe9a7d93cd4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2404 | 2025.02.06 05:11:57.667483 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 2405 | 2025.02.06 05:11:57.667648 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 2406 | 2025.02.06 05:11:57.667929 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 33 rows starting from the beginning of the part | ||
| 2407 | 2025.02.06 05:11:57.668143 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 2408 | 2025.02.06 05:11:57.668377 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part | ||
| 2409 | 2025.02.06 05:11:57.668688 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 2410 | 2025.02.06 05:11:57.669451 [ 255 ] {cf32e42c-5df0-4840-8e03-fe9a7d93cd4d} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2411 | 2025.02.06 05:11:57.669512 [ 255 ] {cf32e42c-5df0-4840-8e03-fe9a7d93cd4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2412 | 2025.02.06 05:11:57.670255 [ 255 ] {cf32e42c-5df0-4840-8e03-fe9a7d93cd4d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2413 | 2025.02.06 05:11:57.670329 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 98 rows, containing 5 columns (5 merged, 0 gathered) in 0.003648039 sec., 26863.7478930461 rows/sec., 2.04 MiB/sec. | ||
| 2414 | 2025.02.06 05:11:57.670576 [ 199 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2415 | 2025.02.06 05:11:57.670872 [ 255 ] {cf32e42c-5df0-4840-8e03-fe9a7d93cd4d} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2416 | 2025.02.06 05:11:57.671248 [ 190 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_6_1} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2417 | 2025.02.06 05:11:57.671393 [ 255 ] {cf32e42c-5df0-4840-8e03-fe9a7d93cd4d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.004038 sec., 17830.609212481428 rows/sec., 1.39 MiB/sec. | ||
| 2418 | 2025.02.06 05:11:57.671459 [ 190 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_6_1} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2419 | 2025.02.06 05:11:57.671517 [ 255 ] {cf32e42c-5df0-4840-8e03-fe9a7d93cd4d} <Debug> TCPHandler: Processed in 0.004711774 sec. | ||
| 2420 | 2025.02.06 05:11:57.671573 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2421 | 2025.02.06 05:11:57.671727 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2422 | 2025.02.06 05:11:57.671854 [ 5 ] {41540da1-640c-4165-8857-e213a9911ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2423 | 2025.02.06 05:11:57.671911 [ 5 ] {41540da1-640c-4165-8857-e213a9911ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2424 | 2025.02.06 05:11:57.672546 [ 5 ] {41540da1-640c-4165-8857-e213a9911ac1} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2425 | 2025.02.06 05:11:57.672587 [ 5 ] {41540da1-640c-4165-8857-e213a9911ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2426 | 2025.02.06 05:11:57.672997 [ 5 ] {41540da1-640c-4165-8857-e213a9911ac1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2427 | 2025.02.06 05:11:57.673242 [ 5 ] {41540da1-640c-4165-8857-e213a9911ac1} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2428 | 2025.02.06 05:11:57.673464 [ 5 ] {41540da1-640c-4165-8857-e213a9911ac1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. | ||
| 2429 | 2025.02.06 05:11:57.673518 [ 5 ] {41540da1-640c-4165-8857-e213a9911ac1} <Debug> TCPHandler: Processed in 0.00185162 sec. | ||
| 2430 | 2025.02.06 05:11:57.673703 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2431 | 2025.02.06 05:11:57.673852 [ 255 ] {f0105844-2faf-41db-a927-60795d87da6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2432 | 2025.02.06 05:11:57.673953 [ 255 ] {f0105844-2faf-41db-a927-60795d87da6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2433 | 2025.02.06 05:11:57.675115 [ 255 ] {f0105844-2faf-41db-a927-60795d87da6d} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2434 | 2025.02.06 05:11:57.675157 [ 255 ] {f0105844-2faf-41db-a927-60795d87da6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2435 | 2025.02.06 05:11:57.675796 [ 255 ] {f0105844-2faf-41db-a927-60795d87da6d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2436 | 2025.02.06 05:11:57.676084 [ 255 ] {f0105844-2faf-41db-a927-60795d87da6d} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2437 | 2025.02.06 05:11:57.676326 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2438 | 2025.02.06 05:11:57.676517 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2439 | 2025.02.06 05:11:57.676649 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2440 | 2025.02.06 05:11:57.676732 [ 255 ] {f0105844-2faf-41db-a927-60795d87da6d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002908 sec., 2751.031636863824 rows/sec., 4.93 MiB/sec. | ||
| 2441 | 2025.02.06 05:11:57.676958 [ 199 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2442 | 2025.02.06 05:11:57.677064 [ 255 ] {f0105844-2faf-41db-a927-60795d87da6d} <Debug> TCPHandler: Processed in 0.003427272 sec. | ||
| 2443 | 2025.02.06 05:11:57.677300 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2444 | 2025.02.06 05:11:57.677582 [ 5 ] {7c544fa8-8fe9-47f4-a103-6ba3b3849205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2445 | 2025.02.06 05:11:57.677601 [ 199 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2446 | 2025.02.06 05:11:57.677721 [ 5 ] {7c544fa8-8fe9-47f4-a103-6ba3b3849205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2447 | 2025.02.06 05:11:57.677768 [ 199 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 2448 | 2025.02.06 05:11:57.678687 [ 199 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 2449 | 2025.02.06 05:11:57.679299 [ 199 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 2450 | 2025.02.06 05:11:57.680024 [ 199 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 2451 | 2025.02.06 05:11:57.680093 [ 5 ] {7c544fa8-8fe9-47f4-a103-6ba3b3849205} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2452 | 2025.02.06 05:11:57.680169 [ 5 ] {7c544fa8-8fe9-47f4-a103-6ba3b3849205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2453 | 2025.02.06 05:11:57.680650 [ 199 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 2454 | 2025.02.06 05:11:57.681338 [ 199 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 2455 | 2025.02.06 05:11:57.681657 [ 5 ] {7c544fa8-8fe9-47f4-a103-6ba3b3849205} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2456 | 2025.02.06 05:11:57.682451 [ 5 ] {7c544fa8-8fe9-47f4-a103-6ba3b3849205} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2457 | 2025.02.06 05:11:57.682891 [ 5 ] {7c544fa8-8fe9-47f4-a103-6ba3b3849205} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005383 sec., 11146.20100315809 rows/sec., 769.20 KiB/sec. | ||
| 2458 | 2025.02.06 05:11:57.683083 [ 5 ] {7c544fa8-8fe9-47f4-a103-6ba3b3849205} <Debug> TCPHandler: Processed in 0.005883412 sec. | ||
| 2459 | 2025.02.06 05:11:57.684976 [ 190 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 19 columns (19 merged, 0 gathered) in 0.008211008 sec., 10230.169060850994 rows/sec., 18.33 MiB/sec. | ||
| 2460 | 2025.02.06 05:11:57.685302 [ 198 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2461 | 2025.02.06 05:11:57.685785 [ 198 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2462 | 2025.02.06 05:11:57.685875 [ 198 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2463 | 2025.02.06 05:11:57.686030 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 2464 | 2025.02.06 05:12:02.661155 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2465 | 2025.02.06 05:12:02.661438 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2466 | 2025.02.06 05:12:02.661873 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2467 | 2025.02.06 05:12:02.661929 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2468 | 2025.02.06 05:12:02.662314 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2469 | 2025.02.06 05:12:02.662400 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2470 | 2025.02.06 05:12:02.662580 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2471 | 2025.02.06 05:12:02.662621 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2472 | 2025.02.06 05:12:02.662648 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Debug> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (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 | ||
| 2473 | 2025.02.06 05:12:02.662666 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2474 | 2025.02.06 05:12:02.662715 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2475 | 2025.02.06 05:12:02.662740 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 2476 | 2025.02.06 05:12:02.663843 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002533 sec., 16186.340307935254 rows/sec., 617.63 KiB/sec. | ||
| 2477 | 2025.02.06 05:12:02.663978 [ 255 ] {249bbd78-c2cb-4b1d-ac6a-6a706bec53dc} <Debug> TCPHandler: Processed in 0.002950777 sec. | ||
| 2478 | 2025.02.06 05:12:02.670041 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2479 | 2025.02.06 05:12:02.670194 [ 255 ] {4eed413a-f4e2-45cd-9065-aa26979e41e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2480 | 2025.02.06 05:12:02.670258 [ 255 ] {4eed413a-f4e2-45cd-9065-aa26979e41e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2481 | 2025.02.06 05:12:02.670989 [ 255 ] {4eed413a-f4e2-45cd-9065-aa26979e41e0} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2482 | 2025.02.06 05:12:02.671032 [ 255 ] {4eed413a-f4e2-45cd-9065-aa26979e41e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2483 | 2025.02.06 05:12:02.671538 [ 255 ] {4eed413a-f4e2-45cd-9065-aa26979e41e0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2484 | 2025.02.06 05:12:02.671767 [ 255 ] {4eed413a-f4e2-45cd-9065-aa26979e41e0} <Trace> oximeter.timeseries_schema (737988ee-d188-4aff-b110-6c79f62f4f62): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2485 | 2025.02.06 05:12:02.671962 [ 255 ] {4eed413a-f4e2-45cd-9065-aa26979e41e0} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001813 sec., 551.5719801434087 rows/sec., 124.97 KiB/sec. | ||
| 2486 | 2025.02.06 05:12:02.672018 [ 255 ] {4eed413a-f4e2-45cd-9065-aa26979e41e0} <Debug> TCPHandler: Processed in 0.002043267 sec. | ||
| 2487 | 2025.02.06 05:12:02.672323 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2488 | 2025.02.06 05:12:02.672567 [ 5 ] {9cfebf91-d235-4ca0-a6df-261aad0af120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2489 | 2025.02.06 05:12:02.672637 [ 5 ] {9cfebf91-d235-4ca0-a6df-261aad0af120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2490 | 2025.02.06 05:12:02.673349 [ 5 ] {9cfebf91-d235-4ca0-a6df-261aad0af120} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2491 | 2025.02.06 05:12:02.673391 [ 5 ] {9cfebf91-d235-4ca0-a6df-261aad0af120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2492 | 2025.02.06 05:12:02.673831 [ 5 ] {9cfebf91-d235-4ca0-a6df-261aad0af120} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2493 | 2025.02.06 05:12:02.674081 [ 5 ] {9cfebf91-d235-4ca0-a6df-261aad0af120} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2494 | 2025.02.06 05:12:02.674391 [ 5 ] {9cfebf91-d235-4ca0-a6df-261aad0af120} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001858 sec., 7534.983853606028 rows/sec., 542.42 KiB/sec. | ||
| 2495 | 2025.02.06 05:12:02.674463 [ 5 ] {9cfebf91-d235-4ca0-a6df-261aad0af120} <Debug> TCPHandler: Processed in 0.002328966 sec. | ||
| 2496 | 2025.02.06 05:12:02.674650 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2497 | 2025.02.06 05:12:02.674793 [ 255 ] {3ded9a69-741d-4128-b1ea-e1240fcfdc58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2498 | 2025.02.06 05:12:02.674853 [ 255 ] {3ded9a69-741d-4128-b1ea-e1240fcfdc58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2499 | 2025.02.06 05:12:02.675556 [ 255 ] {3ded9a69-741d-4128-b1ea-e1240fcfdc58} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2025.02.06 05:12:02.675595 [ 255 ] {3ded9a69-741d-4128-b1ea-e1240fcfdc58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2501 | 2025.02.06 05:12:02.675956 [ 255 ] {3ded9a69-741d-4128-b1ea-e1240fcfdc58} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2502 | 2025.02.06 05:12:02.676200 [ 255 ] {3ded9a69-741d-4128-b1ea-e1240fcfdc58} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2025.02.06 05:12:02.676446 [ 255 ] {3ded9a69-741d-4128-b1ea-e1240fcfdc58} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001667 sec., 1199.760047990402 rows/sec., 97.83 KiB/sec. | ||
| 2504 | 2025.02.06 05:12:02.676515 [ 255 ] {3ded9a69-741d-4128-b1ea-e1240fcfdc58} <Debug> TCPHandler: Processed in 0.001933533 sec. | ||
| 2505 | 2025.02.06 05:12:02.676731 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2506 | 2025.02.06 05:12:02.676958 [ 5 ] {38b47a5b-10d1-477f-8a25-0d8976f6112d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2507 | 2025.02.06 05:12:02.677052 [ 5 ] {38b47a5b-10d1-477f-8a25-0d8976f6112d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2508 | 2025.02.06 05:12:02.677961 [ 5 ] {38b47a5b-10d1-477f-8a25-0d8976f6112d} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.02.06 05:12:02.678001 [ 5 ] {38b47a5b-10d1-477f-8a25-0d8976f6112d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2510 | 2025.02.06 05:12:02.678382 [ 5 ] {38b47a5b-10d1-477f-8a25-0d8976f6112d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2511 | 2025.02.06 05:12:02.678619 [ 5 ] {38b47a5b-10d1-477f-8a25-0d8976f6112d} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.02.06 05:12:02.678874 [ 5 ] {38b47a5b-10d1-477f-8a25-0d8976f6112d} <Debug> executeQuery: Read 256 rows, 22.89 KiB in 0.001971 sec., 129883.30796549974 rows/sec., 11.34 MiB/sec. | ||
| 2513 | 2025.02.06 05:12:02.679084 [ 5 ] {38b47a5b-10d1-477f-8a25-0d8976f6112d} <Debug> TCPHandler: Processed in 0.00246329 sec. | ||
| 2514 | 2025.02.06 05:12:02.679258 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2515 | 2025.02.06 05:12:02.679405 [ 255 ] {59fa9d7a-4360-492b-aa11-4ae37016c2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2516 | 2025.02.06 05:12:02.679464 [ 255 ] {59fa9d7a-4360-492b-aa11-4ae37016c2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2517 | 2025.02.06 05:12:02.680175 [ 255 ] {59fa9d7a-4360-492b-aa11-4ae37016c2ef} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2518 | 2025.02.06 05:12:02.680221 [ 255 ] {59fa9d7a-4360-492b-aa11-4ae37016c2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2519 | 2025.02.06 05:12:02.680627 [ 255 ] {59fa9d7a-4360-492b-aa11-4ae37016c2ef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2520 | 2025.02.06 05:12:02.680876 [ 255 ] {59fa9d7a-4360-492b-aa11-4ae37016c2ef} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2521 | 2025.02.06 05:12:02.681053 [ 255 ] {59fa9d7a-4360-492b-aa11-4ae37016c2ef} <Debug> executeQuery: Read 35 rows, 2.55 KiB in 0.001679 sec., 20845.74151280524 rows/sec., 1.48 MiB/sec. | ||
| 2522 | 2025.02.06 05:12:02.681104 [ 255 ] {59fa9d7a-4360-492b-aa11-4ae37016c2ef} <Debug> TCPHandler: Processed in 0.001918123 sec. | ||
| 2523 | 2025.02.06 05:12:02.681255 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2524 | 2025.02.06 05:12:02.681373 [ 5 ] {f2ec621a-88a2-42a6-9ed3-eff18c2cb158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2525 | 2025.02.06 05:12:02.681421 [ 5 ] {f2ec621a-88a2-42a6-9ed3-eff18c2cb158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2526 | 2025.02.06 05:12:02.682476 [ 5 ] {f2ec621a-88a2-42a6-9ed3-eff18c2cb158} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2527 | 2025.02.06 05:12:02.682518 [ 5 ] {f2ec621a-88a2-42a6-9ed3-eff18c2cb158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2528 | 2025.02.06 05:12:02.682866 [ 5 ] {f2ec621a-88a2-42a6-9ed3-eff18c2cb158} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2529 | 2025.02.06 05:12:02.683102 [ 5 ] {f2ec621a-88a2-42a6-9ed3-eff18c2cb158} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2025.02.06 05:12:02.683308 [ 5 ] {f2ec621a-88a2-42a6-9ed3-eff18c2cb158} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001961 sec., 7139.214686384497 rows/sec., 499.98 KiB/sec. | ||
| 2531 | 2025.02.06 05:12:02.683361 [ 5 ] {f2ec621a-88a2-42a6-9ed3-eff18c2cb158} <Debug> TCPHandler: Processed in 0.002167262 sec. | ||
| 2532 | 2025.02.06 05:12:02.683532 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2533 | 2025.02.06 05:12:02.683670 [ 255 ] {95ad2012-0c81-4e9d-90e0-8588d93dcdb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2534 | 2025.02.06 05:12:02.683726 [ 255 ] {95ad2012-0c81-4e9d-90e0-8588d93dcdb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2535 | 2025.02.06 05:12:02.684385 [ 255 ] {95ad2012-0c81-4e9d-90e0-8588d93dcdb3} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2536 | 2025.02.06 05:12:02.684429 [ 255 ] {95ad2012-0c81-4e9d-90e0-8588d93dcdb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2537 | 2025.02.06 05:12:02.684785 [ 255 ] {95ad2012-0c81-4e9d-90e0-8588d93dcdb3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2538 | 2025.02.06 05:12:02.685025 [ 255 ] {95ad2012-0c81-4e9d-90e0-8588d93dcdb3} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2025.02.06 05:12:02.685279 [ 255 ] {95ad2012-0c81-4e9d-90e0-8588d93dcdb3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec. | ||
| 2540 | 2025.02.06 05:12:02.685348 [ 255 ] {95ad2012-0c81-4e9d-90e0-8588d93dcdb3} <Debug> TCPHandler: Processed in 0.001885702 sec. | ||
| 2541 | 2025.02.06 05:12:02.685494 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2542 | 2025.02.06 05:12:02.685632 [ 5 ] {fbd421af-ddf8-443e-b828-46c50f1a51f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2543 | 2025.02.06 05:12:02.685688 [ 5 ] {fbd421af-ddf8-443e-b828-46c50f1a51f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2544 | 2025.02.06 05:12:02.686525 [ 5 ] {fbd421af-ddf8-443e-b828-46c50f1a51f1} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2025.02.06 05:12:02.686565 [ 5 ] {fbd421af-ddf8-443e-b828-46c50f1a51f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2546 | 2025.02.06 05:12:02.686937 [ 5 ] {fbd421af-ddf8-443e-b828-46c50f1a51f1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2547 | 2025.02.06 05:12:02.687178 [ 5 ] {fbd421af-ddf8-443e-b828-46c50f1a51f1} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2025.02.06 05:12:02.687431 [ 5 ] {fbd421af-ddf8-443e-b828-46c50f1a51f1} <Debug> executeQuery: Read 410 rows, 29.93 KiB in 0.001828 sec., 224288.84026258206 rows/sec., 15.99 MiB/sec. | ||
| 2549 | 2025.02.06 05:12:02.687626 [ 5 ] {fbd421af-ddf8-443e-b828-46c50f1a51f1} <Debug> TCPHandler: Processed in 0.002198592 sec. | ||
| 2550 | 2025.02.06 05:12:02.687794 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2551 | 2025.02.06 05:12:02.687934 [ 255 ] {85995633-989f-4f2d-9b15-0d17a6b06caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2552 | 2025.02.06 05:12:02.687994 [ 255 ] {85995633-989f-4f2d-9b15-0d17a6b06caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2553 | 2025.02.06 05:12:02.688520 [ 255 ] {85995633-989f-4f2d-9b15-0d17a6b06caf} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2554 | 2025.02.06 05:12:02.688558 [ 255 ] {85995633-989f-4f2d-9b15-0d17a6b06caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2555 | 2025.02.06 05:12:02.688913 [ 255 ] {85995633-989f-4f2d-9b15-0d17a6b06caf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2556 | 2025.02.06 05:12:02.689151 [ 255 ] {85995633-989f-4f2d-9b15-0d17a6b06caf} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2557 | 2025.02.06 05:12:02.689393 [ 255 ] {85995633-989f-4f2d-9b15-0d17a6b06caf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 2558 | 2025.02.06 05:12:02.689448 [ 255 ] {85995633-989f-4f2d-9b15-0d17a6b06caf} <Debug> TCPHandler: Processed in 0.001721306 sec. | ||
| 2559 | 2025.02.06 05:12:02.689651 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2560 | 2025.02.06 05:12:02.689876 [ 5 ] {80a1d032-5547-4604-a692-5b31210731d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2561 | 2025.02.06 05:12:02.689974 [ 5 ] {80a1d032-5547-4604-a692-5b31210731d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2562 | 2025.02.06 05:12:02.690762 [ 5 ] {80a1d032-5547-4604-a692-5b31210731d0} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2025.02.06 05:12:02.690800 [ 5 ] {80a1d032-5547-4604-a692-5b31210731d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2564 | 2025.02.06 05:12:02.691181 [ 5 ] {80a1d032-5547-4604-a692-5b31210731d0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2565 | 2025.02.06 05:12:02.691407 [ 5 ] {80a1d032-5547-4604-a692-5b31210731d0} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2025.02.06 05:12:02.691613 [ 5 ] {80a1d032-5547-4604-a692-5b31210731d0} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001793 sec., 132738.42721695482 rows/sec., 8.90 MiB/sec. | ||
| 2567 | 2025.02.06 05:12:02.691664 [ 5 ] {80a1d032-5547-4604-a692-5b31210731d0} <Debug> TCPHandler: Processed in 0.002126539 sec. | ||
| 2568 | 2025.02.06 05:12:02.691815 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2569 | 2025.02.06 05:12:02.691952 [ 255 ] {0772e8ab-a566-4678-afd8-93599c8c746e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2570 | 2025.02.06 05:12:02.692013 [ 255 ] {0772e8ab-a566-4678-afd8-93599c8c746e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2571 | 2025.02.06 05:12:02.692531 [ 255 ] {0772e8ab-a566-4678-afd8-93599c8c746e} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2572 | 2025.02.06 05:12:02.692569 [ 255 ] {0772e8ab-a566-4678-afd8-93599c8c746e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2573 | 2025.02.06 05:12:02.692921 [ 255 ] {0772e8ab-a566-4678-afd8-93599c8c746e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2574 | 2025.02.06 05:12:02.693156 [ 255 ] {0772e8ab-a566-4678-afd8-93599c8c746e} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2025.02.06 05:12:02.693403 [ 255 ] {0772e8ab-a566-4678-afd8-93599c8c746e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 2576 | 2025.02.06 05:12:02.693486 [ 255 ] {0772e8ab-a566-4678-afd8-93599c8c746e} <Debug> TCPHandler: Processed in 0.001736577 sec. | ||
| 2577 | 2025.02.06 05:12:02.693650 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2578 | 2025.02.06 05:12:02.693790 [ 5 ] {078efa0a-0b24-4334-92a4-b9d6502e43cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2579 | 2025.02.06 05:12:02.693889 [ 5 ] {078efa0a-0b24-4334-92a4-b9d6502e43cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2580 | 2025.02.06 05:12:02.695126 [ 5 ] {078efa0a-0b24-4334-92a4-b9d6502e43cd} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2581 | 2025.02.06 05:12:02.695164 [ 5 ] {078efa0a-0b24-4334-92a4-b9d6502e43cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2582 | 2025.02.06 05:12:02.695789 [ 5 ] {078efa0a-0b24-4334-92a4-b9d6502e43cd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2583 | 2025.02.06 05:12:02.696047 [ 5 ] {078efa0a-0b24-4334-92a4-b9d6502e43cd} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2584 | 2025.02.06 05:12:02.696395 [ 5 ] {078efa0a-0b24-4334-92a4-b9d6502e43cd} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002611 sec., 9957.87054768288 rows/sec., 17.84 MiB/sec. | ||
| 2585 | 2025.02.06 05:12:02.696567 [ 5 ] {078efa0a-0b24-4334-92a4-b9d6502e43cd} <Debug> TCPHandler: Processed in 0.002984488 sec. | ||
| 2586 | 2025.02.06 05:12:02.696739 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2587 | 2025.02.06 05:12:02.696876 [ 255 ] {13ce2968-d974-409e-8fa1-fa5e6db7d2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2588 | 2025.02.06 05:12:02.696936 [ 255 ] {13ce2968-d974-409e-8fa1-fa5e6db7d2dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2589 | 2025.02.06 05:12:02.697493 [ 255 ] {13ce2968-d974-409e-8fa1-fa5e6db7d2dc} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2590 | 2025.02.06 05:12:02.697529 [ 255 ] {13ce2968-d974-409e-8fa1-fa5e6db7d2dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2591 | 2025.02.06 05:12:02.697906 [ 255 ] {13ce2968-d974-409e-8fa1-fa5e6db7d2dc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2592 | 2025.02.06 05:12:02.698147 [ 255 ] {13ce2968-d974-409e-8fa1-fa5e6db7d2dc} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2593 | 2025.02.06 05:12:02.698316 [ 255 ] {13ce2968-d974-409e-8fa1-fa5e6db7d2dc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001469 sec., 55820.28590878148 rows/sec., 3.55 MiB/sec. | ||
| 2594 | 2025.02.06 05:12:02.698362 [ 255 ] {13ce2968-d974-409e-8fa1-fa5e6db7d2dc} <Debug> TCPHandler: Processed in 0.001693505 sec. | ||
| 2595 | 2025.02.06 05:12:03.553453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2596 | 2025.02.06 05:12:03.554429 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2025.02.06 05:12:03.554499 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2598 | 2025.02.06 05:12:03.555261 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2599 | 2025.02.06 05:12:03.555640 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2600 | 2025.02.06 05:12:03.555950 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2601 | 2025.02.06 05:12:03.823896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2602 | 2025.02.06 05:12:03.858677 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2603 | 2025.02.06 05:12:03.858781 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2604 | 2025.02.06 05:12:03.870865 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2605 | 2025.02.06 05:12:03.872901 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2606 | 2025.02.06 05:12:03.882196 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2607 | 2025.02.06 05:12:06.066534 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 362 | ||
| 2608 | 2025.02.06 05:12:06.069660 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2609 | 2025.02.06 05:12:06.069706 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2610 | 2025.02.06 05:12:06.071394 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2611 | 2025.02.06 05:12:06.071774 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2612 | 2025.02.06 05:12:06.072749 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 362 | ||
| 2613 | 2025.02.06 05:12:07.660691 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2614 | 2025.02.06 05:12:07.660899 [ 255 ] {23b22641-3ed4-4618-9395-cf0dc1592531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2615 | 2025.02.06 05:12:07.660973 [ 255 ] {23b22641-3ed4-4618-9395-cf0dc1592531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2616 | 2025.02.06 05:12:07.661818 [ 255 ] {23b22641-3ed4-4618-9395-cf0dc1592531} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2025.02.06 05:12:07.661867 [ 255 ] {23b22641-3ed4-4618-9395-cf0dc1592531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2618 | 2025.02.06 05:12:07.662322 [ 255 ] {23b22641-3ed4-4618-9395-cf0dc1592531} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2619 | 2025.02.06 05:12:07.662591 [ 255 ] {23b22641-3ed4-4618-9395-cf0dc1592531} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2025.02.06 05:12:07.662832 [ 255 ] {23b22641-3ed4-4618-9395-cf0dc1592531} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001988 sec., 36217.303822937625 rows/sec., 2.93 MiB/sec. | ||
| 2621 | 2025.02.06 05:12:07.662889 [ 255 ] {23b22641-3ed4-4618-9395-cf0dc1592531} <Debug> TCPHandler: Processed in 0.002331667 sec. | ||
| 2622 | 2025.02.06 05:12:07.663914 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2623 | 2025.02.06 05:12:07.664114 [ 5 ] {63857334-ec47-4e56-8afe-1215b11f67cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2624 | 2025.02.06 05:12:07.664189 [ 5 ] {63857334-ec47-4e56-8afe-1215b11f67cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2625 | 2025.02.06 05:12:07.664951 [ 5 ] {63857334-ec47-4e56-8afe-1215b11f67cc} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2025.02.06 05:12:07.665003 [ 5 ] {63857334-ec47-4e56-8afe-1215b11f67cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2627 | 2025.02.06 05:12:07.665444 [ 5 ] {63857334-ec47-4e56-8afe-1215b11f67cc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2628 | 2025.02.06 05:12:07.665701 [ 5 ] {63857334-ec47-4e56-8afe-1215b11f67cc} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2629 | 2025.02.06 05:12:07.665942 [ 5 ] {63857334-ec47-4e56-8afe-1215b11f67cc} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001882 sec., 4250.797024442083 rows/sec., 319.64 KiB/sec. | ||
| 2630 | 2025.02.06 05:12:07.666015 [ 5 ] {63857334-ec47-4e56-8afe-1215b11f67cc} <Debug> TCPHandler: Processed in 0.002236263 sec. | ||
| 2631 | 2025.02.06 05:12:07.666199 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2632 | 2025.02.06 05:12:07.666343 [ 255 ] {cc75815b-5ebd-4d04-9610-bbe342b888c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2633 | 2025.02.06 05:12:07.666402 [ 255 ] {cc75815b-5ebd-4d04-9610-bbe342b888c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2634 | 2025.02.06 05:12:07.667070 [ 255 ] {cc75815b-5ebd-4d04-9610-bbe342b888c5} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2635 | 2025.02.06 05:12:07.667113 [ 255 ] {cc75815b-5ebd-4d04-9610-bbe342b888c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2636 | 2025.02.06 05:12:07.667506 [ 255 ] {cc75815b-5ebd-4d04-9610-bbe342b888c5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2637 | 2025.02.06 05:12:07.667771 [ 255 ] {cc75815b-5ebd-4d04-9610-bbe342b888c5} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2025.02.06 05:12:07.667993 [ 255 ] {cc75815b-5ebd-4d04-9610-bbe342b888c5} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001681 sec., 42831.647828673405 rows/sec., 3.34 MiB/sec. | ||
| 2639 | 2025.02.06 05:12:07.668046 [ 255 ] {cc75815b-5ebd-4d04-9610-bbe342b888c5} <Debug> TCPHandler: Processed in 0.001924892 sec. | ||
| 2640 | 2025.02.06 05:12:07.668235 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2025.02.06 05:12:07.668384 [ 5 ] {f2116630-593b-458f-b5d9-4cc0cfdc4ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2642 | 2025.02.06 05:12:07.668452 [ 5 ] {f2116630-593b-458f-b5d9-4cc0cfdc4ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2643 | 2025.02.06 05:12:07.669083 [ 5 ] {f2116630-593b-458f-b5d9-4cc0cfdc4ec8} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2644 | 2025.02.06 05:12:07.669125 [ 5 ] {f2116630-593b-458f-b5d9-4cc0cfdc4ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2645 | 2025.02.06 05:12:07.669537 [ 5 ] {f2116630-593b-458f-b5d9-4cc0cfdc4ec8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2646 | 2025.02.06 05:12:07.669777 [ 5 ] {f2116630-593b-458f-b5d9-4cc0cfdc4ec8} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2647 | 2025.02.06 05:12:07.670049 [ 5 ] {f2116630-593b-458f-b5d9-4cc0cfdc4ec8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001696 sec., 94339.62264150943 rows/sec., 6.57 MiB/sec. | ||
| 2648 | 2025.02.06 05:12:07.670255 [ 5 ] {f2116630-593b-458f-b5d9-4cc0cfdc4ec8} <Debug> TCPHandler: Processed in 0.002089549 sec. | ||
| 2649 | 2025.02.06 05:12:07.670443 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2650 | 2025.02.06 05:12:07.670579 [ 255 ] {e9a09733-a85a-4e43-b248-3365d8ec3447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2651 | 2025.02.06 05:12:07.670673 [ 255 ] {e9a09733-a85a-4e43-b248-3365d8ec3447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2652 | 2025.02.06 05:12:07.671891 [ 255 ] {e9a09733-a85a-4e43-b248-3365d8ec3447} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2653 | 2025.02.06 05:12:07.671930 [ 255 ] {e9a09733-a85a-4e43-b248-3365d8ec3447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2654 | 2025.02.06 05:12:07.672601 [ 255 ] {e9a09733-a85a-4e43-b248-3365d8ec3447} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2655 | 2025.02.06 05:12:07.672865 [ 255 ] {e9a09733-a85a-4e43-b248-3365d8ec3447} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2656 | 2025.02.06 05:12:07.673191 [ 255 ] {e9a09733-a85a-4e43-b248-3365d8ec3447} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002623 sec., 3049.9428135722455 rows/sec., 5.47 MiB/sec. | ||
| 2657 | 2025.02.06 05:12:07.673370 [ 255 ] {e9a09733-a85a-4e43-b248-3365d8ec3447} <Debug> TCPHandler: Processed in 0.002992688 sec. | ||
| 2658 | 2025.02.06 05:12:07.673537 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2659 | 2025.02.06 05:12:07.673680 [ 5 ] {650496eb-a53a-4a9b-9797-c8758cd3c284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2660 | 2025.02.06 05:12:07.673740 [ 5 ] {650496eb-a53a-4a9b-9797-c8758cd3c284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2661 | 2025.02.06 05:12:07.674318 [ 5 ] {650496eb-a53a-4a9b-9797-c8758cd3c284} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2025.02.06 05:12:07.674365 [ 5 ] {650496eb-a53a-4a9b-9797-c8758cd3c284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2663 | 2025.02.06 05:12:07.674781 [ 5 ] {650496eb-a53a-4a9b-9797-c8758cd3c284} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2664 | 2025.02.06 05:12:07.675021 [ 5 ] {650496eb-a53a-4a9b-9797-c8758cd3c284} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2025.02.06 05:12:07.675268 [ 5 ] {650496eb-a53a-4a9b-9797-c8758cd3c284} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec. | ||
| 2666 | 2025.02.06 05:12:07.675355 [ 5 ] {650496eb-a53a-4a9b-9797-c8758cd3c284} <Debug> TCPHandler: Processed in 0.001886792 sec. | ||
| 2667 | 2025.02.06 05:12:10.952229 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2668 | 2025.02.06 05:12:10.952281 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2669 | 2025.02.06 05:12:11.057004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2670 | 2025.02.06 05:12:11.057702 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2025.02.06 05:12:11.057749 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2672 | 2025.02.06 05:12:11.058285 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2673 | 2025.02.06 05:12:11.058542 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2025.02.06 05:12:11.058783 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2675 | 2025.02.06 05:12:11.383197 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2676 | 2025.02.06 05:12:11.402713 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2677 | 2025.02.06 05:12:11.402759 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2678 | 2025.02.06 05:12:11.409728 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2679 | 2025.02.06 05:12:11.410507 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2680 | 2025.02.06 05:12:11.412913 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2681 | 2025.02.06 05:12:12.665974 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2682 | 2025.02.06 05:12:12.666164 [ 255 ] {afbe6222-eb0a-4ef7-a5c7-7ba7e790b1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2683 | 2025.02.06 05:12:12.666237 [ 255 ] {afbe6222-eb0a-4ef7-a5c7-7ba7e790b1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2684 | 2025.02.06 05:12:12.667083 [ 255 ] {afbe6222-eb0a-4ef7-a5c7-7ba7e790b1e5} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2685 | 2025.02.06 05:12:12.667138 [ 255 ] {afbe6222-eb0a-4ef7-a5c7-7ba7e790b1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2686 | 2025.02.06 05:12:12.667578 [ 255 ] {afbe6222-eb0a-4ef7-a5c7-7ba7e790b1e5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2687 | 2025.02.06 05:12:12.667875 [ 255 ] {afbe6222-eb0a-4ef7-a5c7-7ba7e790b1e5} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2688 | 2025.02.06 05:12:12.668111 [ 255 ] {afbe6222-eb0a-4ef7-a5c7-7ba7e790b1e5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002001 sec., 6996.501749125437 rows/sec., 503.65 KiB/sec. | ||
| 2689 | 2025.02.06 05:12:12.668178 [ 255 ] {afbe6222-eb0a-4ef7-a5c7-7ba7e790b1e5} <Debug> TCPHandler: Processed in 0.002335476 sec. | ||
| 2690 | 2025.02.06 05:12:12.668441 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2691 | 2025.02.06 05:12:12.668639 [ 5 ] {6b6eefc2-e744-4261-bfeb-012707d9814b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2692 | 2025.02.06 05:12:12.668717 [ 5 ] {6b6eefc2-e744-4261-bfeb-012707d9814b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2693 | 2025.02.06 05:12:12.669604 [ 5 ] {6b6eefc2-e744-4261-bfeb-012707d9814b} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2694 | 2025.02.06 05:12:12.669655 [ 5 ] {6b6eefc2-e744-4261-bfeb-012707d9814b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2695 | 2025.02.06 05:12:12.670168 [ 5 ] {6b6eefc2-e744-4261-bfeb-012707d9814b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2696 | 2025.02.06 05:12:12.670460 [ 5 ] {6b6eefc2-e744-4261-bfeb-012707d9814b} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2697 | 2025.02.06 05:12:12.670690 [ 95 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2698 | 2025.02.06 05:12:12.670715 [ 5 ] {6b6eefc2-e744-4261-bfeb-012707d9814b} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.002121 sec., 120226.30834512023 rows/sec., 10.51 MiB/sec. | ||
| 2699 | 2025.02.06 05:12:12.670804 [ 95 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2700 | 2025.02.06 05:12:12.670890 [ 5 ] {6b6eefc2-e744-4261-bfeb-012707d9814b} <Debug> TCPHandler: Processed in 0.002582485 sec. | ||
| 2701 | 2025.02.06 05:12:12.670890 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2702 | 2025.02.06 05:12:12.671176 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 2703 | 2025.02.06 05:12:12.671487 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2704 | 2025.02.06 05:12:12.671535 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1412 rows starting from the beginning of the part | ||
| 2705 | 2025.02.06 05:12:12.671671 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 255 rows starting from the beginning of the part | ||
| 2706 | 2025.02.06 05:12:12.672016 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part | ||
| 2707 | 2025.02.06 05:12:12.672011 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2708 | 2025.02.06 05:12:12.672185 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 256 rows starting from the beginning of the part | ||
| 2709 | 2025.02.06 05:12:12.672458 [ 255 ] {2f9762b7-7829-45d2-9671-d2adaa12b048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2710 | 2025.02.06 05:12:12.672541 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part | ||
| 2711 | 2025.02.06 05:12:12.672611 [ 255 ] {2f9762b7-7829-45d2-9671-d2adaa12b048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2712 | 2025.02.06 05:12:12.672876 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 255 rows starting from the beginning of the part | ||
| 2713 | 2025.02.06 05:12:12.674675 [ 255 ] {2f9762b7-7829-45d2-9671-d2adaa12b048} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2714 | 2025.02.06 05:12:12.674757 [ 255 ] {2f9762b7-7829-45d2-9671-d2adaa12b048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2715 | 2025.02.06 05:12:12.675845 [ 255 ] {2f9762b7-7829-45d2-9671-d2adaa12b048} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2716 | 2025.02.06 05:12:12.676288 [ 255 ] {2f9762b7-7829-45d2-9671-d2adaa12b048} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2717 | 2025.02.06 05:12:12.676711 [ 198 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2322 rows, containing 5 columns (5 merged, 0 gathered) in 0.005681206 sec., 408716.03670065827 rows/sec., 36.12 MiB/sec. | ||
| 2718 | 2025.02.06 05:12:12.676789 [ 255 ] {2f9762b7-7829-45d2-9671-d2adaa12b048} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.004496 sec., 7339.857651245552 rows/sec., 536.28 KiB/sec. | ||
| 2719 | 2025.02.06 05:12:12.676917 [ 255 ] {2f9762b7-7829-45d2-9671-d2adaa12b048} <Debug> TCPHandler: Processed in 0.005097897 sec. | ||
| 2720 | 2025.02.06 05:12:12.677008 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2721 | 2025.02.06 05:12:12.677088 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2025.02.06 05:12:12.677231 [ 5 ] {f4c7bcea-cc1d-4cd2-836b-89fcfb199a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2723 | 2025.02.06 05:12:12.677294 [ 5 ] {f4c7bcea-cc1d-4cd2-836b-89fcfb199a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2724 | 2025.02.06 05:12:12.677325 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2725 | 2025.02.06 05:12:12.677446 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_16_3} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2726 | 2025.02.06 05:12:12.677539 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 2727 | 2025.02.06 05:12:12.678010 [ 5 ] {f4c7bcea-cc1d-4cd2-836b-89fcfb199a41} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2025.02.06 05:12:12.678052 [ 5 ] {f4c7bcea-cc1d-4cd2-836b-89fcfb199a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2729 | 2025.02.06 05:12:12.678425 [ 5 ] {f4c7bcea-cc1d-4cd2-836b-89fcfb199a41} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2730 | 2025.02.06 05:12:12.678674 [ 5 ] {f4c7bcea-cc1d-4cd2-836b-89fcfb199a41} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2025.02.06 05:12:12.678944 [ 5 ] {f4c7bcea-cc1d-4cd2-836b-89fcfb199a41} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001746 sec., 8018.327605956472 rows/sec., 561.55 KiB/sec. | ||
| 2732 | 2025.02.06 05:12:12.679096 [ 5 ] {f4c7bcea-cc1d-4cd2-836b-89fcfb199a41} <Debug> TCPHandler: Processed in 0.002073708 sec. | ||
| 2733 | 2025.02.06 05:12:12.679282 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2734 | 2025.02.06 05:12:12.679429 [ 255 ] {ab1a2332-92e7-46c5-bb5e-52a199393bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2735 | 2025.02.06 05:12:12.679490 [ 255 ] {ab1a2332-92e7-46c5-bb5e-52a199393bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2736 | 2025.02.06 05:12:12.680137 [ 255 ] {ab1a2332-92e7-46c5-bb5e-52a199393bf2} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2025.02.06 05:12:12.680179 [ 255 ] {ab1a2332-92e7-46c5-bb5e-52a199393bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2738 | 2025.02.06 05:12:12.680574 [ 255 ] {ab1a2332-92e7-46c5-bb5e-52a199393bf2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2739 | 2025.02.06 05:12:12.680816 [ 255 ] {ab1a2332-92e7-46c5-bb5e-52a199393bf2} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2025.02.06 05:12:12.681029 [ 255 ] {ab1a2332-92e7-46c5-bb5e-52a199393bf2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001636 sec., 7946.210268948655 rows/sec., 495.44 KiB/sec. | ||
| 2741 | 2025.02.06 05:12:12.681088 [ 255 ] {ab1a2332-92e7-46c5-bb5e-52a199393bf2} <Debug> TCPHandler: Processed in 0.001875712 sec. | ||
| 2742 | 2025.02.06 05:12:12.681248 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2025.02.06 05:12:12.681372 [ 5 ] {ebf7d959-88d0-4a19-8ab1-194147419682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2744 | 2025.02.06 05:12:12.681425 [ 5 ] {ebf7d959-88d0-4a19-8ab1-194147419682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2745 | 2025.02.06 05:12:12.682189 [ 5 ] {ebf7d959-88d0-4a19-8ab1-194147419682} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2025.02.06 05:12:12.682233 [ 5 ] {ebf7d959-88d0-4a19-8ab1-194147419682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2747 | 2025.02.06 05:12:12.682632 [ 5 ] {ebf7d959-88d0-4a19-8ab1-194147419682} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2748 | 2025.02.06 05:12:12.682878 [ 5 ] {ebf7d959-88d0-4a19-8ab1-194147419682} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2025.02.06 05:12:12.683052 [ 95 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2750 | 2025.02.06 05:12:12.683108 [ 95 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2025.02.06 05:12:12.683127 [ 5 ] {ebf7d959-88d0-4a19-8ab1-194147419682} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001774 sec., 229988.72604284104 rows/sec., 16.38 MiB/sec. | ||
| 2752 | 2025.02.06 05:12:12.683145 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2753 | 2025.02.06 05:12:12.683304 [ 5 ] {ebf7d959-88d0-4a19-8ab1-194147419682} <Debug> TCPHandler: Processed in 0.002115879 sec. | ||
| 2754 | 2025.02.06 05:12:12.683392 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 2755 | 2025.02.06 05:12:12.683506 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2756 | 2025.02.06 05:12:12.683527 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2757 | 2025.02.06 05:12:12.683561 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 882 rows starting from the beginning of the part | ||
| 2758 | 2025.02.06 05:12:12.683644 [ 255 ] {ec910c37-05f8-4cc7-838f-6a4c8fa373aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2759 | 2025.02.06 05:12:12.683712 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 408 rows starting from the beginning of the part | ||
| 2760 | 2025.02.06 05:12:12.683756 [ 255 ] {ec910c37-05f8-4cc7-838f-6a4c8fa373aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2761 | 2025.02.06 05:12:12.684005 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part | ||
| 2762 | 2025.02.06 05:12:12.684400 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 410 rows starting from the beginning of the part | ||
| 2763 | 2025.02.06 05:12:12.684613 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part | ||
| 2764 | 2025.02.06 05:12:12.684826 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 408 rows starting from the beginning of the part | ||
| 2765 | 2025.02.06 05:12:12.685481 [ 255 ] {ec910c37-05f8-4cc7-838f-6a4c8fa373aa} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2025.02.06 05:12:12.685524 [ 255 ] {ec910c37-05f8-4cc7-838f-6a4c8fa373aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2767 | 2025.02.06 05:12:12.686082 [ 255 ] {ec910c37-05f8-4cc7-838f-6a4c8fa373aa} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2768 | 2025.02.06 05:12:12.686445 [ 255 ] {ec910c37-05f8-4cc7-838f-6a4c8fa373aa} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2769 | 2025.02.06 05:12:12.686787 [ 255 ] {ec910c37-05f8-4cc7-838f-6a4c8fa373aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003166 sec., 1895.1358180669615 rows/sec., 99.01 KiB/sec. | ||
| 2770 | 2025.02.06 05:12:12.686848 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2252 rows, containing 5 columns (5 merged, 0 gathered) in 0.003587907 sec., 627663.9834867514 rows/sec., 47.71 MiB/sec. | ||
| 2771 | 2025.02.06 05:12:12.686869 [ 255 ] {ec910c37-05f8-4cc7-838f-6a4c8fa373aa} <Debug> TCPHandler: Processed in 0.003432953 sec. | ||
| 2772 | 2025.02.06 05:12:12.687028 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2773 | 2025.02.06 05:12:12.687071 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2774 | 2025.02.06 05:12:12.687180 [ 5 ] {4061eccb-1934-496d-af62-215d21b9474f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2775 | 2025.02.06 05:12:12.687247 [ 5 ] {4061eccb-1934-496d-af62-215d21b9474f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2776 | 2025.02.06 05:12:12.687438 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2777 | 2025.02.06 05:12:12.687562 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_16_3} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2778 | 2025.02.06 05:12:12.687658 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2779 | 2025.02.06 05:12:12.687969 [ 5 ] {4061eccb-1934-496d-af62-215d21b9474f} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2780 | 2025.02.06 05:12:12.688008 [ 5 ] {4061eccb-1934-496d-af62-215d21b9474f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2781 | 2025.02.06 05:12:12.688431 [ 5 ] {4061eccb-1934-496d-af62-215d21b9474f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2782 | 2025.02.06 05:12:12.688705 [ 5 ] {4061eccb-1934-496d-af62-215d21b9474f} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2783 | 2025.02.06 05:12:12.688845 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2784 | 2025.02.06 05:12:12.688896 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2025.02.06 05:12:12.688912 [ 5 ] {4061eccb-1934-496d-af62-215d21b9474f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001756 sec., 134965.83143507972 rows/sec., 9.05 MiB/sec. | ||
| 2786 | 2025.02.06 05:12:12.688928 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2787 | 2025.02.06 05:12:12.689024 [ 5 ] {4061eccb-1934-496d-af62-215d21b9474f} <Debug> TCPHandler: Processed in 0.002060687 sec. | ||
| 2788 | 2025.02.06 05:12:12.689330 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2789 | 2025.02.06 05:12:12.689302 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 2790 | 2025.02.06 05:12:12.689664 [ 255 ] {3937afef-edf7-420d-b7a8-68691339a58d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2791 | 2025.02.06 05:12:12.689723 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2792 | 2025.02.06 05:12:12.689777 [ 255 ] {3937afef-edf7-420d-b7a8-68691339a58d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2793 | 2025.02.06 05:12:12.689797 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3359 rows starting from the beginning of the part | ||
| 2794 | 2025.02.06 05:12:12.690143 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2795 | 2025.02.06 05:12:12.690586 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2796 | 2025.02.06 05:12:12.690914 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 238 rows starting from the beginning of the part | ||
| 2797 | 2025.02.06 05:12:12.691149 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2798 | 2025.02.06 05:12:12.691512 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2799 | 2025.02.06 05:12:12.692293 [ 255 ] {3937afef-edf7-420d-b7a8-68691339a58d} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2025.02.06 05:12:12.692368 [ 255 ] {3937afef-edf7-420d-b7a8-68691339a58d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2801 | 2025.02.06 05:12:12.693172 [ 255 ] {3937afef-edf7-420d-b7a8-68691339a58d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2802 | 2025.02.06 05:12:12.693751 [ 255 ] {3937afef-edf7-420d-b7a8-68691339a58d} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2025.02.06 05:12:12.694237 [ 255 ] {3937afef-edf7-420d-b7a8-68691339a58d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004691 sec., 213.1741632914091 rows/sec., 14.36 KiB/sec. | ||
| 2804 | 2025.02.06 05:12:12.694320 [ 255 ] {3937afef-edf7-420d-b7a8-68691339a58d} <Debug> TCPHandler: Processed in 0.005171189 sec. | ||
| 2805 | 2025.02.06 05:12:12.694491 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2806 | 2025.02.06 05:12:12.694685 [ 5 ] {d2794ee5-4470-487c-acea-0529b2adcc91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2807 | 2025.02.06 05:12:12.694694 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4391 rows, containing 5 columns (5 merged, 0 gathered) in 0.005685316 sec., 772340.5348093228 rows/sec., 52.20 MiB/sec. | ||
| 2808 | 2025.02.06 05:12:12.694781 [ 5 ] {d2794ee5-4470-487c-acea-0529b2adcc91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2809 | 2025.02.06 05:12:12.695176 [ 190 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2810 | 2025.02.06 05:12:12.696009 [ 190 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2811 | 2025.02.06 05:12:12.696096 [ 190 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2812 | 2025.02.06 05:12:12.696272 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 2813 | 2025.02.06 05:12:12.696760 [ 5 ] {d2794ee5-4470-487c-acea-0529b2adcc91} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2814 | 2025.02.06 05:12:12.696806 [ 5 ] {d2794ee5-4470-487c-acea-0529b2adcc91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2815 | 2025.02.06 05:12:12.697473 [ 5 ] {d2794ee5-4470-487c-acea-0529b2adcc91} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2816 | 2025.02.06 05:12:12.697740 [ 5 ] {d2794ee5-4470-487c-acea-0529b2adcc91} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2817 | 2025.02.06 05:12:12.697950 [ 5 ] {d2794ee5-4470-487c-acea-0529b2adcc91} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00331 sec., 7854.984894259819 rows/sec., 14.08 MiB/sec. | ||
| 2818 | 2025.02.06 05:12:12.698070 [ 5 ] {d2794ee5-4470-487c-acea-0529b2adcc91} <Debug> TCPHandler: Processed in 0.00364482 sec. | ||
| 2819 | 2025.02.06 05:12:12.698308 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2820 | 2025.02.06 05:12:12.698427 [ 255 ] {a2bf4ce3-e712-4a8c-b1ce-324d8bfcccfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2821 | 2025.02.06 05:12:12.698480 [ 255 ] {a2bf4ce3-e712-4a8c-b1ce-324d8bfcccfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2822 | 2025.02.06 05:12:12.699097 [ 255 ] {a2bf4ce3-e712-4a8c-b1ce-324d8bfcccfb} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2823 | 2025.02.06 05:12:12.699137 [ 255 ] {a2bf4ce3-e712-4a8c-b1ce-324d8bfcccfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2824 | 2025.02.06 05:12:12.699532 [ 255 ] {a2bf4ce3-e712-4a8c-b1ce-324d8bfcccfb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2825 | 2025.02.06 05:12:12.699804 [ 255 ] {a2bf4ce3-e712-4a8c-b1ce-324d8bfcccfb} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2826 | 2025.02.06 05:12:12.699976 [ 112 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2827 | 2025.02.06 05:12:12.700031 [ 255 ] {a2bf4ce3-e712-4a8c-b1ce-324d8bfcccfb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001628 sec., 50368.550368550365 rows/sec., 3.20 MiB/sec. | ||
| 2828 | 2025.02.06 05:12:12.700130 [ 112 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.02.06 05:12:12.700212 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2830 | 2025.02.06 05:12:12.700220 [ 255 ] {a2bf4ce3-e712-4a8c-b1ce-324d8bfcccfb} <Debug> TCPHandler: Processed in 0.001967835 sec. | ||
| 2831 | 2025.02.06 05:12:12.700427 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 2832 | 2025.02.06 05:12:12.700593 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2833 | 2025.02.06 05:12:12.700645 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 388 rows starting from the beginning of the part | ||
| 2834 | 2025.02.06 05:12:12.700783 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2835 | 2025.02.06 05:12:12.701028 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2836 | 2025.02.06 05:12:12.701158 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 2837 | 2025.02.06 05:12:12.701292 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2838 | 2025.02.06 05:12:12.701443 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 2839 | 2025.02.06 05:12:12.702809 [ 190 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 4 columns (4 merged, 0 gathered) in 0.002491922 sec., 302577.6890287898 rows/sec., 19.78 MiB/sec. | ||
| 2840 | 2025.02.06 05:12:12.702994 [ 188 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2841 | 2025.02.06 05:12:12.703290 [ 188 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2842 | 2025.02.06 05:12:12.703370 [ 188 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_16_3} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2843 | 2025.02.06 05:12:12.703452 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2844 | 2025.02.06 05:12:15.691285 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2845 | 2025.02.06 05:12:15.691480 [ 255 ] {79f97f8c-66b6-4eee-8c56-45e50ceee663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2846 | 2025.02.06 05:12:15.691555 [ 255 ] {79f97f8c-66b6-4eee-8c56-45e50ceee663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2847 | 2025.02.06 05:12:15.692295 [ 255 ] {79f97f8c-66b6-4eee-8c56-45e50ceee663} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2848 | 2025.02.06 05:12:15.692348 [ 255 ] {79f97f8c-66b6-4eee-8c56-45e50ceee663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2849 | 2025.02.06 05:12:15.692770 [ 255 ] {79f97f8c-66b6-4eee-8c56-45e50ceee663} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2850 | 2025.02.06 05:12:15.693023 [ 255 ] {79f97f8c-66b6-4eee-8c56-45e50ceee663} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2851 | 2025.02.06 05:12:15.693281 [ 255 ] {79f97f8c-66b6-4eee-8c56-45e50ceee663} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001854 sec., 3236.2459546925566 rows/sec., 263.89 KiB/sec. | ||
| 2852 | 2025.02.06 05:12:15.693383 [ 255 ] {79f97f8c-66b6-4eee-8c56-45e50ceee663} <Debug> TCPHandler: Processed in 0.002227473 sec. | ||
| 2853 | 2025.02.06 05:12:15.693705 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2854 | 2025.02.06 05:12:15.693966 [ 5 ] {ef54eab8-43fc-463a-82fb-2b8ad413a0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2855 | 2025.02.06 05:12:15.694042 [ 5 ] {ef54eab8-43fc-463a-82fb-2b8ad413a0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2856 | 2025.02.06 05:12:15.695276 [ 5 ] {ef54eab8-43fc-463a-82fb-2b8ad413a0ae} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2857 | 2025.02.06 05:12:15.695320 [ 5 ] {ef54eab8-43fc-463a-82fb-2b8ad413a0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2858 | 2025.02.06 05:12:15.695835 [ 5 ] {ef54eab8-43fc-463a-82fb-2b8ad413a0ae} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2859 | 2025.02.06 05:12:15.696100 [ 5 ] {ef54eab8-43fc-463a-82fb-2b8ad413a0ae} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2860 | 2025.02.06 05:12:15.696372 [ 5 ] {ef54eab8-43fc-463a-82fb-2b8ad413a0ae} <Debug> executeQuery: Read 1215 rows, 102.30 KiB in 0.002448 sec., 496323.5294117647 rows/sec., 40.81 MiB/sec. | ||
| 2861 | 2025.02.06 05:12:15.696567 [ 5 ] {ef54eab8-43fc-463a-82fb-2b8ad413a0ae} <Debug> TCPHandler: Processed in 0.003057611 sec. | ||
| 2862 | 2025.02.06 05:12:15.696716 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2863 | 2025.02.06 05:12:15.696848 [ 255 ] {1841846c-d589-42bb-a82d-ee1d09103712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2864 | 2025.02.06 05:12:15.696905 [ 255 ] {1841846c-d589-42bb-a82d-ee1d09103712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2865 | 2025.02.06 05:12:15.697561 [ 255 ] {1841846c-d589-42bb-a82d-ee1d09103712} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2866 | 2025.02.06 05:12:15.697603 [ 255 ] {1841846c-d589-42bb-a82d-ee1d09103712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2867 | 2025.02.06 05:12:15.697981 [ 255 ] {1841846c-d589-42bb-a82d-ee1d09103712} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2868 | 2025.02.06 05:12:15.698225 [ 255 ] {1841846c-d589-42bb-a82d-ee1d09103712} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2869 | 2025.02.06 05:12:15.698501 [ 255 ] {1841846c-d589-42bb-a82d-ee1d09103712} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001674 sec., 8363.201911589009 rows/sec., 609.62 KiB/sec. | ||
| 2870 | 2025.02.06 05:12:15.698658 [ 255 ] {1841846c-d589-42bb-a82d-ee1d09103712} <Debug> TCPHandler: Processed in 0.001999505 sec. | ||
| 2871 | 2025.02.06 05:12:15.698834 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2872 | 2025.02.06 05:12:15.698982 [ 5 ] {4223866b-cf1c-4f9d-80f3-3032947c6b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2873 | 2025.02.06 05:12:15.699046 [ 5 ] {4223866b-cf1c-4f9d-80f3-3032947c6b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2874 | 2025.02.06 05:12:15.699848 [ 5 ] {4223866b-cf1c-4f9d-80f3-3032947c6b2f} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2875 | 2025.02.06 05:12:15.699887 [ 5 ] {4223866b-cf1c-4f9d-80f3-3032947c6b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2876 | 2025.02.06 05:12:15.700255 [ 5 ] {4223866b-cf1c-4f9d-80f3-3032947c6b2f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2877 | 2025.02.06 05:12:15.700512 [ 5 ] {4223866b-cf1c-4f9d-80f3-3032947c6b2f} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2878 | 2025.02.06 05:12:15.700641 [ 36 ] {} <Debug> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2879 | 2025.02.06 05:12:15.700695 [ 36 ] {} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2880 | 2025.02.06 05:12:15.700707 [ 5 ] {4223866b-cf1c-4f9d-80f3-3032947c6b2f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001762 sec., 129398.41089670829 rows/sec., 8.76 MiB/sec. | ||
| 2881 | 2025.02.06 05:12:15.700725 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2882 | 2025.02.06 05:12:15.700788 [ 5 ] {4223866b-cf1c-4f9d-80f3-3032947c6b2f} <Debug> TCPHandler: Processed in 0.002012026 sec. | ||
| 2883 | 2025.02.06 05:12:15.701009 [ 187 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 2884 | 2025.02.06 05:12:15.701023 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2885 | 2025.02.06 05:12:15.701322 [ 187 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2886 | 2025.02.06 05:12:15.701331 [ 255 ] {2fd38306-a712-4f1f-89d6-0d8b54ff2c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2887 | 2025.02.06 05:12:15.701390 [ 187 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2888 | 2025.02.06 05:12:15.701444 [ 255 ] {2fd38306-a712-4f1f-89d6-0d8b54ff2c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2889 | 2025.02.06 05:12:15.701852 [ 187 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 2890 | 2025.02.06 05:12:15.702132 [ 187 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 2891 | 2025.02.06 05:12:15.702550 [ 187 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 2892 | 2025.02.06 05:12:15.702880 [ 187 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2893 | 2025.02.06 05:12:15.703262 [ 187 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 2894 | 2025.02.06 05:12:15.704469 [ 255 ] {2fd38306-a712-4f1f-89d6-0d8b54ff2c62} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2025.02.06 05:12:15.704564 [ 255 ] {2fd38306-a712-4f1f-89d6-0d8b54ff2c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2896 | 2025.02.06 05:12:15.705681 [ 255 ] {2fd38306-a712-4f1f-89d6-0d8b54ff2c62} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2897 | 2025.02.06 05:12:15.706006 [ 188 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.00517904 sec., 99053.10636720319 rows/sec., 7.09 MiB/sec. | ||
| 2898 | 2025.02.06 05:12:15.706207 [ 255 ] {2fd38306-a712-4f1f-89d6-0d8b54ff2c62} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2025.02.06 05:12:15.706222 [ 188 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2900 | 2025.02.06 05:12:15.706618 [ 255 ] {2fd38306-a712-4f1f-89d6-0d8b54ff2c62} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.005383 sec., 99201.188928107 rows/sec., 7.35 MiB/sec. | ||
| 2901 | 2025.02.06 05:12:15.706780 [ 255 ] {2fd38306-a712-4f1f-89d6-0d8b54ff2c62} <Debug> TCPHandler: Processed in 0.005868022 sec. | ||
| 2902 | 2025.02.06 05:12:15.706817 [ 188 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_6_1} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2025.02.06 05:12:15.706972 [ 188 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_6_1} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2904 | 2025.02.06 05:12:15.706992 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2905 | 2025.02.06 05:12:15.707072 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2906 | 2025.02.06 05:12:15.707154 [ 5 ] {6fab36fc-4f3f-4c0c-bef4-4f8542bdf7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2907 | 2025.02.06 05:12:15.707216 [ 5 ] {6fab36fc-4f3f-4c0c-bef4-4f8542bdf7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2908 | 2025.02.06 05:12:15.708036 [ 5 ] {6fab36fc-4f3f-4c0c-bef4-4f8542bdf7bb} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2909 | 2025.02.06 05:12:15.708073 [ 5 ] {6fab36fc-4f3f-4c0c-bef4-4f8542bdf7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2910 | 2025.02.06 05:12:15.708522 [ 5 ] {6fab36fc-4f3f-4c0c-bef4-4f8542bdf7bb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2911 | 2025.02.06 05:12:15.708772 [ 5 ] {6fab36fc-4f3f-4c0c-bef4-4f8542bdf7bb} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2912 | 2025.02.06 05:12:15.708958 [ 5 ] {6fab36fc-4f3f-4c0c-bef4-4f8542bdf7bb} <Debug> executeQuery: Read 955 rows, 65.60 KiB in 0.001838 sec., 519586.5070729053 rows/sec., 34.85 MiB/sec. | ||
| 2913 | 2025.02.06 05:12:15.709010 [ 5 ] {6fab36fc-4f3f-4c0c-bef4-4f8542bdf7bb} <Debug> TCPHandler: Processed in 0.002112249 sec. | ||
| 2914 | 2025.02.06 05:12:15.709153 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2915 | 2025.02.06 05:12:15.709278 [ 255 ] {d8ca6d42-ff91-4d78-a59b-507222762756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2916 | 2025.02.06 05:12:15.709365 [ 255 ] {d8ca6d42-ff91-4d78-a59b-507222762756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2917 | 2025.02.06 05:12:15.710477 [ 255 ] {d8ca6d42-ff91-4d78-a59b-507222762756} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2025.02.06 05:12:15.710519 [ 255 ] {d8ca6d42-ff91-4d78-a59b-507222762756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2919 | 2025.02.06 05:12:15.711155 [ 255 ] {d8ca6d42-ff91-4d78-a59b-507222762756} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2920 | 2025.02.06 05:12:15.711412 [ 255 ] {d8ca6d42-ff91-4d78-a59b-507222762756} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2921 | 2025.02.06 05:12:15.711657 [ 255 ] {d8ca6d42-ff91-4d78-a59b-507222762756} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002407 sec., 3323.639385126714 rows/sec., 5.96 MiB/sec. | ||
| 2922 | 2025.02.06 05:12:15.711750 [ 255 ] {d8ca6d42-ff91-4d78-a59b-507222762756} <Debug> TCPHandler: Processed in 0.002656667 sec. | ||
| 2923 | 2025.02.06 05:12:15.711958 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2924 | 2025.02.06 05:12:15.712185 [ 5 ] {9b37d7ed-97ea-4f77-a6e7-c640e97e0e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2925 | 2025.02.06 05:12:15.712281 [ 5 ] {9b37d7ed-97ea-4f77-a6e7-c640e97e0e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2926 | 2025.02.06 05:12:15.713022 [ 5 ] {9b37d7ed-97ea-4f77-a6e7-c640e97e0e91} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2927 | 2025.02.06 05:12:15.713060 [ 5 ] {9b37d7ed-97ea-4f77-a6e7-c640e97e0e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2928 | 2025.02.06 05:12:15.713432 [ 5 ] {9b37d7ed-97ea-4f77-a6e7-c640e97e0e91} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2929 | 2025.02.06 05:12:15.713671 [ 5 ] {9b37d7ed-97ea-4f77-a6e7-c640e97e0e91} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2930 | 2025.02.06 05:12:15.713870 [ 5 ] {9b37d7ed-97ea-4f77-a6e7-c640e97e0e91} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.00174 sec., 22988.505747126437 rows/sec., 1.55 MiB/sec. | ||
| 2931 | 2025.02.06 05:12:15.713922 [ 5 ] {9b37d7ed-97ea-4f77-a6e7-c640e97e0e91} <Debug> TCPHandler: Processed in 0.002081708 sec. | ||
| 2932 | 2025.02.06 05:12:16.073813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 412 | ||
| 2933 | 2025.02.06 05:12:16.077187 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2934 | 2025.02.06 05:12:16.077232 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2935 | 2025.02.06 05:12:16.078733 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2936 | 2025.02.06 05:12:16.079054 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2937 | 2025.02.06 05:12:16.079598 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412 | ||
| 2938 | 2025.02.06 05:12:17.655257 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2939 | 2025.02.06 05:12:17.655462 [ 255 ] {97de4dc4-7bc7-4076-9923-f1adfc54392c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2940 | 2025.02.06 05:12:17.655535 [ 255 ] {97de4dc4-7bc7-4076-9923-f1adfc54392c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2941 | 2025.02.06 05:12:17.656273 [ 255 ] {97de4dc4-7bc7-4076-9923-f1adfc54392c} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2942 | 2025.02.06 05:12:17.656322 [ 255 ] {97de4dc4-7bc7-4076-9923-f1adfc54392c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2943 | 2025.02.06 05:12:17.656784 [ 255 ] {97de4dc4-7bc7-4076-9923-f1adfc54392c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2944 | 2025.02.06 05:12:17.657038 [ 255 ] {97de4dc4-7bc7-4076-9923-f1adfc54392c} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2945 | 2025.02.06 05:12:17.657273 [ 255 ] {97de4dc4-7bc7-4076-9923-f1adfc54392c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.29 MiB/sec. | ||
| 2946 | 2025.02.06 05:12:17.657331 [ 255 ] {97de4dc4-7bc7-4076-9923-f1adfc54392c} <Debug> TCPHandler: Processed in 0.002207282 sec. | ||
| 2947 | 2025.02.06 05:12:17.657597 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2948 | 2025.02.06 05:12:17.657816 [ 5 ] {282bca27-0bb1-4929-a516-74f02cd895ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2949 | 2025.02.06 05:12:17.657899 [ 5 ] {282bca27-0bb1-4929-a516-74f02cd895ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2950 | 2025.02.06 05:12:17.658675 [ 5 ] {282bca27-0bb1-4929-a516-74f02cd895ce} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2951 | 2025.02.06 05:12:17.658729 [ 5 ] {282bca27-0bb1-4929-a516-74f02cd895ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2952 | 2025.02.06 05:12:17.659184 [ 5 ] {282bca27-0bb1-4929-a516-74f02cd895ce} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2953 | 2025.02.06 05:12:17.659440 [ 5 ] {282bca27-0bb1-4929-a516-74f02cd895ce} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2954 | 2025.02.06 05:12:17.659729 [ 5 ] {282bca27-0bb1-4929-a516-74f02cd895ce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001968 sec., 32520.32520325203 rows/sec., 2.54 MiB/sec. | ||
| 2955 | 2025.02.06 05:12:17.659970 [ 5 ] {282bca27-0bb1-4929-a516-74f02cd895ce} <Debug> TCPHandler: Processed in 0.002514183 sec. | ||
| 2956 | 2025.02.06 05:12:17.660224 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2957 | 2025.02.06 05:12:17.660446 [ 255 ] {c565a03c-5a3e-49b9-9b11-06b7c69a4524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2958 | 2025.02.06 05:12:17.660548 [ 255 ] {c565a03c-5a3e-49b9-9b11-06b7c69a4524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2959 | 2025.02.06 05:12:17.661239 [ 255 ] {c565a03c-5a3e-49b9-9b11-06b7c69a4524} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2960 | 2025.02.06 05:12:17.661279 [ 255 ] {c565a03c-5a3e-49b9-9b11-06b7c69a4524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2961 | 2025.02.06 05:12:17.661667 [ 255 ] {c565a03c-5a3e-49b9-9b11-06b7c69a4524} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2962 | 2025.02.06 05:12:17.661901 [ 255 ] {c565a03c-5a3e-49b9-9b11-06b7c69a4524} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2963 | 2025.02.06 05:12:17.662168 [ 255 ] {c565a03c-5a3e-49b9-9b11-06b7c69a4524} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001767 sec., 30560.271646859084 rows/sec., 2.13 MiB/sec. | ||
| 2964 | 2025.02.06 05:12:17.662345 [ 255 ] {c565a03c-5a3e-49b9-9b11-06b7c69a4524} <Debug> TCPHandler: Processed in 0.002225782 sec. | ||
| 2965 | 2025.02.06 05:12:17.663431 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2966 | 2025.02.06 05:12:17.663558 [ 5 ] {502cfb69-65ad-4823-8499-e25d9368707e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2967 | 2025.02.06 05:12:17.663616 [ 5 ] {502cfb69-65ad-4823-8499-e25d9368707e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2968 | 2025.02.06 05:12:17.664123 [ 5 ] {502cfb69-65ad-4823-8499-e25d9368707e} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2969 | 2025.02.06 05:12:17.664165 [ 5 ] {502cfb69-65ad-4823-8499-e25d9368707e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2970 | 2025.02.06 05:12:17.664563 [ 5 ] {502cfb69-65ad-4823-8499-e25d9368707e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2971 | 2025.02.06 05:12:17.664805 [ 5 ] {502cfb69-65ad-4823-8499-e25d9368707e} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2972 | 2025.02.06 05:12:17.665062 [ 5 ] {502cfb69-65ad-4823-8499-e25d9368707e} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001529 sec., 13080.444735120995 rows/sec., 899.28 KiB/sec. | ||
| 2973 | 2025.02.06 05:12:17.665269 [ 5 ] {502cfb69-65ad-4823-8499-e25d9368707e} <Debug> TCPHandler: Processed in 0.001893152 sec. | ||
| 2974 | 2025.02.06 05:12:18.559797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2975 | 2025.02.06 05:12:18.560446 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2976 | 2025.02.06 05:12:18.560491 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2977 | 2025.02.06 05:12:18.561032 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2978 | 2025.02.06 05:12:18.561298 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2979 | 2025.02.06 05:12:18.561501 [ 86 ] {} <Debug> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2980 | 2025.02.06 05:12:18.561570 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2981 | 2025.02.06 05:12:18.561613 [ 86 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2982 | 2025.02.06 05:12:18.561646 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2983 | 2025.02.06 05:12:18.561769 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::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 | ||
| 2984 | 2025.02.06 05:12:18.561879 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2985 | 2025.02.06 05:12:18.561911 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::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 | ||
| 2986 | 2025.02.06 05:12:18.561975 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2987 | 2025.02.06 05:12:18.562106 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2988 | 2025.02.06 05:12:18.562393 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2989 | 2025.02.06 05:12:18.562665 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2990 | 2025.02.06 05:12:18.562935 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2991 | 2025.02.06 05:12:18.564678 [ 188 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002955727 sec., 1712945.7490492186 rows/sec., 24.50 MiB/sec. | ||
| 2992 | 2025.02.06 05:12:18.565351 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2993 | 2025.02.06 05:12:18.565634 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2994 | 2025.02.06 05:12:18.565712 [ 187 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_11_2} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2995 | 2025.02.06 05:12:18.565792 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2996 | 2025.02.06 05:12:18.912970 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2997 | 2025.02.06 05:12:18.933234 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2998 | 2025.02.06 05:12:18.933300 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2999 | 2025.02.06 05:12:18.940940 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3000 | 2025.02.06 05:12:18.941818 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3001 | 2025.02.06 05:12:18.942181 [ 86 ] {} <Debug> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3002 | 2025.02.06 05:12:18.942343 [ 86 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3003 | 2025.02.06 05:12:18.942448 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3004 | 2025.02.06 05:12:18.942989 [ 202 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 3005 | 2025.02.06 05:12:18.959861 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 3006 | 2025.02.06 05:12:18.960949 [ 202 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3007 | 2025.02.06 05:12:18.962448 [ 202 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 3008 | 2025.02.06 05:12:18.968012 [ 202 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 3009 | 2025.02.06 05:12:18.973480 [ 202 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 3010 | 2025.02.06 05:12:18.978995 [ 202 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 3011 | 2025.02.06 05:12:18.984457 [ 202 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 3012 | 2025.02.06 05:12:18.988885 [ 202 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 3013 | 2025.02.06 05:12:19.001148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.09 MiB, peak 178.09 MiB, free memory in arenas 0.00 B, will set to 169.99 MiB (RSS), difference: -8.10 MiB | ||
| 3014 | 2025.02.06 05:12:19.045251 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102581207 sec., 809.115065296512 rows/sec., 4.18 MiB/sec. | ||
| 3015 | 2025.02.06 05:12:19.047920 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3016 | 2025.02.06 05:12:19.050963 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_11_2} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3017 | 2025.02.06 05:12:19.051090 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_11_2} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3018 | 2025.02.06 05:12:19.053674 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 3019 | 2025.02.06 05:12:20.001247 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.57 MiB, peak 178.09 MiB, free memory in arenas 0.00 B, will set to 170.73 MiB (RSS), difference: 10.16 MiB | ||
| 3020 | 2025.02.06 05:12:22.665215 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3021 | 2025.02.06 05:12:22.665449 [ 255 ] {6bcf65dd-870e-4128-abd1-48f673b0ffd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3022 | 2025.02.06 05:12:22.665534 [ 255 ] {6bcf65dd-870e-4128-abd1-48f673b0ffd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3023 | 2025.02.06 05:12:22.666370 [ 255 ] {6bcf65dd-870e-4128-abd1-48f673b0ffd5} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3024 | 2025.02.06 05:12:22.666422 [ 255 ] {6bcf65dd-870e-4128-abd1-48f673b0ffd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3025 | 2025.02.06 05:12:22.666878 [ 255 ] {6bcf65dd-870e-4128-abd1-48f673b0ffd5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3026 | 2025.02.06 05:12:22.667138 [ 255 ] {6bcf65dd-870e-4128-abd1-48f673b0ffd5} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3027 | 2025.02.06 05:12:22.667348 [ 67 ] {} <Debug> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3028 | 2025.02.06 05:12:22.667384 [ 255 ] {6bcf65dd-870e-4128-abd1-48f673b0ffd5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec. | ||
| 3029 | 2025.02.06 05:12:22.667432 [ 67 ] {} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3030 | 2025.02.06 05:12:22.667510 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3031 | 2025.02.06 05:12:22.667514 [ 255 ] {6bcf65dd-870e-4128-abd1-48f673b0ffd5} <Debug> TCPHandler: Processed in 0.00244428 sec. | ||
| 3032 | 2025.02.06 05:12:22.667935 [ 194 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 3033 | 2025.02.06 05:12:22.668095 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2025.02.06 05:12:22.668108 [ 194 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3035 | 2025.02.06 05:12:22.668195 [ 194 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 3036 | 2025.02.06 05:12:22.668402 [ 5 ] {d0bb914c-1b7e-4f94-a13c-53bb280381c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3037 | 2025.02.06 05:12:22.668452 [ 194 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 3038 | 2025.02.06 05:12:22.668585 [ 5 ] {d0bb914c-1b7e-4f94-a13c-53bb280381c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3039 | 2025.02.06 05:12:22.668768 [ 194 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 3040 | 2025.02.06 05:12:22.669176 [ 194 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 3041 | 2025.02.06 05:12:22.669478 [ 194 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 3042 | 2025.02.06 05:12:22.671698 [ 5 ] {d0bb914c-1b7e-4f94-a13c-53bb280381c7} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3043 | 2025.02.06 05:12:22.671972 [ 5 ] {d0bb914c-1b7e-4f94-a13c-53bb280381c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3044 | 2025.02.06 05:12:22.672388 [ 187 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004752595 sec., 14728.795531704258 rows/sec., 1.09 MiB/sec. | ||
| 3045 | 2025.02.06 05:12:22.672705 [ 187 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3046 | 2025.02.06 05:12:22.673031 [ 5 ] {d0bb914c-1b7e-4f94-a13c-53bb280381c7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3047 | 2025.02.06 05:12:22.673309 [ 187 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_5_1} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3048 | 2025.02.06 05:12:22.673484 [ 187 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_5_1} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3049 | 2025.02.06 05:12:22.673493 [ 5 ] {d0bb914c-1b7e-4f94-a13c-53bb280381c7} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3050 | 2025.02.06 05:12:22.673646 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3051 | 2025.02.06 05:12:22.673959 [ 5 ] {d0bb914c-1b7e-4f94-a13c-53bb280381c7} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.005674 sec., 44941.83997180119 rows/sec., 3.93 MiB/sec. | ||
| 3052 | 2025.02.06 05:12:22.674135 [ 5 ] {d0bb914c-1b7e-4f94-a13c-53bb280381c7} <Debug> TCPHandler: Processed in 0.00640922 sec. | ||
| 3053 | 2025.02.06 05:12:22.674377 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2025.02.06 05:12:22.674607 [ 255 ] {9a52349f-6d99-4b75-a124-e716672a564c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3055 | 2025.02.06 05:12:22.674702 [ 255 ] {9a52349f-6d99-4b75-a124-e716672a564c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3056 | 2025.02.06 05:12:22.675470 [ 255 ] {9a52349f-6d99-4b75-a124-e716672a564c} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2025.02.06 05:12:22.675510 [ 255 ] {9a52349f-6d99-4b75-a124-e716672a564c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3058 | 2025.02.06 05:12:22.675887 [ 255 ] {9a52349f-6d99-4b75-a124-e716672a564c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3059 | 2025.02.06 05:12:22.676146 [ 255 ] {9a52349f-6d99-4b75-a124-e716672a564c} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3060 | 2025.02.06 05:12:22.676313 [ 67 ] {} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3061 | 2025.02.06 05:12:22.676382 [ 67 ] {} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3062 | 2025.02.06 05:12:22.676412 [ 255 ] {9a52349f-6d99-4b75-a124-e716672a564c} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001854 sec., 17799.352750809063 rows/sec., 1.27 MiB/sec. | ||
| 3063 | 2025.02.06 05:12:22.676426 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3064 | 2025.02.06 05:12:22.676576 [ 255 ] {9a52349f-6d99-4b75-a124-e716672a564c} <Debug> TCPHandler: Processed in 0.002311306 sec. | ||
| 3065 | 2025.02.06 05:12:22.676630 [ 194 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 3066 | 2025.02.06 05:12:22.676777 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3067 | 2025.02.06 05:12:22.676780 [ 194 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3068 | 2025.02.06 05:12:22.676848 [ 194 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 41 rows starting from the beginning of the part | ||
| 3069 | 2025.02.06 05:12:22.677126 [ 5 ] {4cb4ec97-5b68-44a7-a687-cc91be2fb87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3070 | 2025.02.06 05:12:22.677145 [ 194 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part | ||
| 3071 | 2025.02.06 05:12:22.677303 [ 5 ] {4cb4ec97-5b68-44a7-a687-cc91be2fb87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3072 | 2025.02.06 05:12:22.677424 [ 194 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 3073 | 2025.02.06 05:12:22.677807 [ 194 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
| 3074 | 2025.02.06 05:12:22.678105 [ 194 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 3075 | 2025.02.06 05:12:22.678408 [ 194 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
| 3076 | 2025.02.06 05:12:22.680339 [ 5 ] {4cb4ec97-5b68-44a7-a687-cc91be2fb87c} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3077 | 2025.02.06 05:12:22.680417 [ 5 ] {4cb4ec97-5b68-44a7-a687-cc91be2fb87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3078 | 2025.02.06 05:12:22.681472 [ 5 ] {4cb4ec97-5b68-44a7-a687-cc91be2fb87c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3079 | 2025.02.06 05:12:22.681621 [ 196 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 5 columns (5 merged, 0 gathered) in 0.005061836 sec., 32399.311238056704 rows/sec., 2.44 MiB/sec. | ||
| 3080 | 2025.02.06 05:12:22.681826 [ 5 ] {4cb4ec97-5b68-44a7-a687-cc91be2fb87c} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2025.02.06 05:12:22.681830 [ 196 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3082 | 2025.02.06 05:12:22.682124 [ 5 ] {4cb4ec97-5b68-44a7-a687-cc91be2fb87c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005182 sec., 2701.659590891548 rows/sec., 189.21 KiB/sec. | ||
| 3083 | 2025.02.06 05:12:22.682212 [ 5 ] {4cb4ec97-5b68-44a7-a687-cc91be2fb87c} <Debug> TCPHandler: Processed in 0.005532221 sec. | ||
| 3084 | 2025.02.06 05:12:22.682285 [ 196 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_11_2} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3085 | 2025.02.06 05:12:22.682404 [ 196 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_11_2} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3086 | 2025.02.06 05:12:22.682416 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3087 | 2025.02.06 05:12:22.682539 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3088 | 2025.02.06 05:12:22.682629 [ 255 ] {9295eb13-72b8-40f8-a1fd-16ad3eb40e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3089 | 2025.02.06 05:12:22.682692 [ 255 ] {9295eb13-72b8-40f8-a1fd-16ad3eb40e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3090 | 2025.02.06 05:12:22.683339 [ 255 ] {9295eb13-72b8-40f8-a1fd-16ad3eb40e2d} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3091 | 2025.02.06 05:12:22.683379 [ 255 ] {9295eb13-72b8-40f8-a1fd-16ad3eb40e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3092 | 2025.02.06 05:12:22.683744 [ 255 ] {9295eb13-72b8-40f8-a1fd-16ad3eb40e2d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3093 | 2025.02.06 05:12:22.683981 [ 255 ] {9295eb13-72b8-40f8-a1fd-16ad3eb40e2d} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3094 | 2025.02.06 05:12:22.684171 [ 41 ] {} <Debug> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3095 | 2025.02.06 05:12:22.684208 [ 255 ] {9295eb13-72b8-40f8-a1fd-16ad3eb40e2d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001625 sec., 8000 rows/sec., 498.80 KiB/sec. | ||
| 3096 | 2025.02.06 05:12:22.684257 [ 41 ] {} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2025.02.06 05:12:22.684322 [ 255 ] {9295eb13-72b8-40f8-a1fd-16ad3eb40e2d} <Debug> TCPHandler: Processed in 0.002008346 sec. | ||
| 3098 | 2025.02.06 05:12:22.684328 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3099 | 2025.02.06 05:12:22.684723 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3100 | 2025.02.06 05:12:22.684786 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 3101 | 2025.02.06 05:12:22.685125 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3102 | 2025.02.06 05:12:22.685127 [ 5 ] {08f29c8e-296f-4055-b2ac-f741fb7281d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3103 | 2025.02.06 05:12:22.685176 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 3104 | 2025.02.06 05:12:22.685226 [ 5 ] {08f29c8e-296f-4055-b2ac-f741fb7281d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3105 | 2025.02.06 05:12:22.685500 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 3106 | 2025.02.06 05:12:22.685907 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 3107 | 2025.02.06 05:12:22.686248 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 3108 | 2025.02.06 05:12:22.686613 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 3109 | 2025.02.06 05:12:22.688292 [ 5 ] {08f29c8e-296f-4055-b2ac-f741fb7281d1} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3110 | 2025.02.06 05:12:22.688359 [ 5 ] {08f29c8e-296f-4055-b2ac-f741fb7281d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3111 | 2025.02.06 05:12:22.689047 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004606291 sec., 14111.136269940393 rows/sec., 934.95 KiB/sec. | ||
| 3112 | 2025.02.06 05:12:22.689236 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3113 | 2025.02.06 05:12:22.689320 [ 5 ] {08f29c8e-296f-4055-b2ac-f741fb7281d1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3114 | 2025.02.06 05:12:22.689682 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_5_1} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3115 | 2025.02.06 05:12:22.689819 [ 5 ] {08f29c8e-296f-4055-b2ac-f741fb7281d1} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3116 | 2025.02.06 05:12:22.689860 [ 187 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_5_1} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3117 | 2025.02.06 05:12:22.689991 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3118 | 2025.02.06 05:12:22.690290 [ 5 ] {08f29c8e-296f-4055-b2ac-f741fb7281d1} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.005255 sec., 77640.34253092294 rows/sec., 5.53 MiB/sec. | ||
| 3119 | 2025.02.06 05:12:22.690488 [ 5 ] {08f29c8e-296f-4055-b2ac-f741fb7281d1} <Debug> TCPHandler: Processed in 0.006041688 sec. | ||
| 3120 | 2025.02.06 05:12:22.690655 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3121 | 2025.02.06 05:12:22.690798 [ 255 ] {84a40cda-eb57-4927-9601-57d95405b529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3122 | 2025.02.06 05:12:22.690860 [ 255 ] {84a40cda-eb57-4927-9601-57d95405b529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3123 | 2025.02.06 05:12:22.691375 [ 255 ] {84a40cda-eb57-4927-9601-57d95405b529} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3124 | 2025.02.06 05:12:22.691413 [ 255 ] {84a40cda-eb57-4927-9601-57d95405b529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3125 | 2025.02.06 05:12:22.691780 [ 255 ] {84a40cda-eb57-4927-9601-57d95405b529} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3126 | 2025.02.06 05:12:22.692018 [ 255 ] {84a40cda-eb57-4927-9601-57d95405b529} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3127 | 2025.02.06 05:12:22.692335 [ 255 ] {84a40cda-eb57-4927-9601-57d95405b529} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001555 sec., 3858.5209003215436 rows/sec., 201.59 KiB/sec. | ||
| 3128 | 2025.02.06 05:12:22.692403 [ 255 ] {84a40cda-eb57-4927-9601-57d95405b529} <Debug> TCPHandler: Processed in 0.001812109 sec. | ||
| 3129 | 2025.02.06 05:12:22.692624 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3130 | 2025.02.06 05:12:22.692852 [ 5 ] {d746a132-5203-4859-845e-6f7fd896be60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3131 | 2025.02.06 05:12:22.692952 [ 5 ] {d746a132-5203-4859-845e-6f7fd896be60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3132 | 2025.02.06 05:12:22.693589 [ 5 ] {d746a132-5203-4859-845e-6f7fd896be60} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3133 | 2025.02.06 05:12:22.693629 [ 5 ] {d746a132-5203-4859-845e-6f7fd896be60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3134 | 2025.02.06 05:12:22.694050 [ 5 ] {d746a132-5203-4859-845e-6f7fd896be60} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3135 | 2025.02.06 05:12:22.694290 [ 5 ] {d746a132-5203-4859-845e-6f7fd896be60} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3136 | 2025.02.06 05:12:22.694558 [ 5 ] {d746a132-5203-4859-845e-6f7fd896be60} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001757 sec., 134889.015367103 rows/sec., 9.04 MiB/sec. | ||
| 3137 | 2025.02.06 05:12:22.694766 [ 5 ] {d746a132-5203-4859-845e-6f7fd896be60} <Debug> TCPHandler: Processed in 0.002256424 sec. | ||
| 3138 | 2025.02.06 05:12:22.694921 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3139 | 2025.02.06 05:12:22.695058 [ 255 ] {1c05a97d-0054-4d75-89e9-162ba89ce6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3140 | 2025.02.06 05:12:22.695120 [ 255 ] {1c05a97d-0054-4d75-89e9-162ba89ce6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3141 | 2025.02.06 05:12:22.695675 [ 255 ] {1c05a97d-0054-4d75-89e9-162ba89ce6fe} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3142 | 2025.02.06 05:12:22.695721 [ 255 ] {1c05a97d-0054-4d75-89e9-162ba89ce6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3143 | 2025.02.06 05:12:22.696122 [ 255 ] {1c05a97d-0054-4d75-89e9-162ba89ce6fe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3144 | 2025.02.06 05:12:22.696369 [ 255 ] {1c05a97d-0054-4d75-89e9-162ba89ce6fe} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3145 | 2025.02.06 05:12:22.696651 [ 255 ] {1c05a97d-0054-4d75-89e9-162ba89ce6fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001599 sec., 625.3908692933084 rows/sec., 42.14 KiB/sec. | ||
| 3146 | 2025.02.06 05:12:22.696779 [ 255 ] {1c05a97d-0054-4d75-89e9-162ba89ce6fe} <Debug> TCPHandler: Processed in 0.001923013 sec. | ||
| 3147 | 2025.02.06 05:12:22.696931 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3148 | 2025.02.06 05:12:22.697060 [ 5 ] {b0c5d81c-ffb3-4dfa-8571-4b58902149f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3149 | 2025.02.06 05:12:22.697156 [ 5 ] {b0c5d81c-ffb3-4dfa-8571-4b58902149f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3150 | 2025.02.06 05:12:22.698425 [ 5 ] {b0c5d81c-ffb3-4dfa-8571-4b58902149f7} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3151 | 2025.02.06 05:12:22.698466 [ 5 ] {b0c5d81c-ffb3-4dfa-8571-4b58902149f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3152 | 2025.02.06 05:12:22.699108 [ 5 ] {b0c5d81c-ffb3-4dfa-8571-4b58902149f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3153 | 2025.02.06 05:12:22.699370 [ 5 ] {b0c5d81c-ffb3-4dfa-8571-4b58902149f7} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3154 | 2025.02.06 05:12:22.699547 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3155 | 2025.02.06 05:12:22.699619 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3156 | 2025.02.06 05:12:22.699657 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3157 | 2025.02.06 05:12:22.699663 [ 5 ] {b0c5d81c-ffb3-4dfa-8571-4b58902149f7} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002629 sec., 9889.6918980601 rows/sec., 17.72 MiB/sec. | ||
| 3158 | 2025.02.06 05:12:22.700028 [ 194 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 3159 | 2025.02.06 05:12:22.700072 [ 5 ] {b0c5d81c-ffb3-4dfa-8571-4b58902149f7} <Debug> TCPHandler: Processed in 0.003197495 sec. | ||
| 3160 | 2025.02.06 05:12:22.700309 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3161 | 2025.02.06 05:12:22.700500 [ 255 ] {55997e3e-264b-4cc2-8657-fbfd0028c4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3162 | 2025.02.06 05:12:22.700568 [ 194 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3163 | 2025.02.06 05:12:22.700579 [ 255 ] {55997e3e-264b-4cc2-8657-fbfd0028c4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3164 | 2025.02.06 05:12:22.700701 [ 194 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 84 rows starting from the beginning of the part | ||
| 3165 | 2025.02.06 05:12:22.701393 [ 194 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
| 3166 | 2025.02.06 05:12:22.701962 [ 194 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 3167 | 2025.02.06 05:12:22.702314 [ 255 ] {55997e3e-264b-4cc2-8657-fbfd0028c4ca} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3168 | 2025.02.06 05:12:22.702402 [ 255 ] {55997e3e-264b-4cc2-8657-fbfd0028c4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3169 | 2025.02.06 05:12:22.702506 [ 194 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 3170 | 2025.02.06 05:12:22.703006 [ 194 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 3171 | 2025.02.06 05:12:22.703515 [ 255 ] {55997e3e-264b-4cc2-8657-fbfd0028c4ca} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3172 | 2025.02.06 05:12:22.703570 [ 194 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
| 3173 | 2025.02.06 05:12:22.704105 [ 255 ] {55997e3e-264b-4cc2-8657-fbfd0028c4ca} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3174 | 2025.02.06 05:12:22.704466 [ 255 ] {55997e3e-264b-4cc2-8657-fbfd0028c4ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004012 sec., 20438.683948155533 rows/sec., 1.30 MiB/sec. | ||
| 3175 | 2025.02.06 05:12:22.704533 [ 255 ] {55997e3e-264b-4cc2-8657-fbfd0028c4ca} <Debug> TCPHandler: Processed in 0.004355883 sec. | ||
| 3176 | 2025.02.06 05:12:22.709299 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 19 columns (19 merged, 0 gathered) in 0.009542672 sec., 18653.05650241358 rows/sec., 33.43 MiB/sec. | ||
| 3177 | 2025.02.06 05:12:22.709768 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3178 | 2025.02.06 05:12:22.710200 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3179 | 2025.02.06 05:12:22.710285 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3180 | 2025.02.06 05:12:22.710428 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 3181 | 2025.02.06 05:12:25.952326 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3182 | 2025.02.06 05:12:25.952384 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3183 | 2025.02.06 05:12:26.062587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 3184 | 2025.02.06 05:12:26.063267 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3185 | 2025.02.06 05:12:26.063315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3186 | 2025.02.06 05:12:26.063849 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3187 | 2025.02.06 05:12:26.064119 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3188 | 2025.02.06 05:12:26.064352 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 3189 | 2025.02.06 05:12:26.080674 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 442 | ||
| 3190 | 2025.02.06 05:12:26.083642 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3191 | 2025.02.06 05:12:26.083681 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3192 | 2025.02.06 05:12:26.085138 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3193 | 2025.02.06 05:12:26.085456 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3194 | 2025.02.06 05:12:26.085933 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 442 | ||
| 3195 | 2025.02.06 05:12:26.460846 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 3196 | 2025.02.06 05:12:26.480165 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3197 | 2025.02.06 05:12:26.480231 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3198 | 2025.02.06 05:12:26.487500 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3199 | 2025.02.06 05:12:26.488306 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3200 | 2025.02.06 05:12:26.491418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 3201 | 2025.02.06 05:12:27.660878 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3202 | 2025.02.06 05:12:27.661072 [ 255 ] {32d7733a-015a-46ee-ac27-3f386e009780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3203 | 2025.02.06 05:12:27.661144 [ 255 ] {32d7733a-015a-46ee-ac27-3f386e009780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3204 | 2025.02.06 05:12:27.661938 [ 255 ] {32d7733a-015a-46ee-ac27-3f386e009780} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3205 | 2025.02.06 05:12:27.661986 [ 255 ] {32d7733a-015a-46ee-ac27-3f386e009780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3206 | 2025.02.06 05:12:27.662449 [ 255 ] {32d7733a-015a-46ee-ac27-3f386e009780} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3207 | 2025.02.06 05:12:27.662702 [ 255 ] {32d7733a-015a-46ee-ac27-3f386e009780} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3208 | 2025.02.06 05:12:27.662949 [ 255 ] {32d7733a-015a-46ee-ac27-3f386e009780} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001931 sec., 42465.04401864319 rows/sec., 3.51 MiB/sec. | ||
| 3209 | 2025.02.06 05:12:27.663073 [ 255 ] {32d7733a-015a-46ee-ac27-3f386e009780} <Debug> TCPHandler: Processed in 0.002326436 sec. | ||
| 3210 | 2025.02.06 05:12:27.664016 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3211 | 2025.02.06 05:12:27.664232 [ 5 ] {1858deda-4370-422d-8686-ca5fa1e2a3eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3212 | 2025.02.06 05:12:27.664315 [ 5 ] {1858deda-4370-422d-8686-ca5fa1e2a3eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3213 | 2025.02.06 05:12:27.665150 [ 5 ] {1858deda-4370-422d-8686-ca5fa1e2a3eb} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3214 | 2025.02.06 05:12:27.665195 [ 5 ] {1858deda-4370-422d-8686-ca5fa1e2a3eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3215 | 2025.02.06 05:12:27.665638 [ 5 ] {1858deda-4370-422d-8686-ca5fa1e2a3eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3216 | 2025.02.06 05:12:27.665929 [ 5 ] {1858deda-4370-422d-8686-ca5fa1e2a3eb} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3217 | 2025.02.06 05:12:27.666175 [ 5 ] {1858deda-4370-422d-8686-ca5fa1e2a3eb} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001998 sec., 6506.5065065065055 rows/sec., 489.26 KiB/sec. | ||
| 3218 | 2025.02.06 05:12:27.666301 [ 5 ] {1858deda-4370-422d-8686-ca5fa1e2a3eb} <Debug> TCPHandler: Processed in 0.002427839 sec. | ||
| 3219 | 2025.02.06 05:12:27.666467 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3220 | 2025.02.06 05:12:27.666605 [ 255 ] {52bfe647-9804-4822-8ae8-f276100e08d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3221 | 2025.02.06 05:12:27.666663 [ 255 ] {52bfe647-9804-4822-8ae8-f276100e08d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3222 | 2025.02.06 05:12:27.667364 [ 255 ] {52bfe647-9804-4822-8ae8-f276100e08d3} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3223 | 2025.02.06 05:12:27.667403 [ 255 ] {52bfe647-9804-4822-8ae8-f276100e08d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3224 | 2025.02.06 05:12:27.667780 [ 255 ] {52bfe647-9804-4822-8ae8-f276100e08d3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3225 | 2025.02.06 05:12:27.668048 [ 255 ] {52bfe647-9804-4822-8ae8-f276100e08d3} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3226 | 2025.02.06 05:12:27.668277 [ 255 ] {52bfe647-9804-4822-8ae8-f276100e08d3} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001702 sec., 50528.78965922444 rows/sec., 3.95 MiB/sec. | ||
| 3227 | 2025.02.06 05:12:27.668399 [ 255 ] {52bfe647-9804-4822-8ae8-f276100e08d3} <Debug> TCPHandler: Processed in 0.001997705 sec. | ||
| 3228 | 2025.02.06 05:12:27.668582 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3229 | 2025.02.06 05:12:27.668731 [ 5 ] {ee318e18-d145-4099-9a8c-14494bd7f45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3230 | 2025.02.06 05:12:27.668798 [ 5 ] {ee318e18-d145-4099-9a8c-14494bd7f45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3231 | 2025.02.06 05:12:27.669446 [ 5 ] {ee318e18-d145-4099-9a8c-14494bd7f45b} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2025.02.06 05:12:27.669486 [ 5 ] {ee318e18-d145-4099-9a8c-14494bd7f45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3233 | 2025.02.06 05:12:27.669903 [ 5 ] {ee318e18-d145-4099-9a8c-14494bd7f45b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3234 | 2025.02.06 05:12:27.670144 [ 5 ] {ee318e18-d145-4099-9a8c-14494bd7f45b} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2025.02.06 05:12:27.670359 [ 5 ] {ee318e18-d145-4099-9a8c-14494bd7f45b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec. | ||
| 3236 | 2025.02.06 05:12:27.670415 [ 5 ] {ee318e18-d145-4099-9a8c-14494bd7f45b} <Debug> TCPHandler: Processed in 0.001904652 sec. | ||
| 3237 | 2025.02.06 05:12:27.670585 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3238 | 2025.02.06 05:12:27.670724 [ 255 ] {97411f20-51ac-4fa2-b9e4-d72fbcfac1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3239 | 2025.02.06 05:12:27.670821 [ 255 ] {97411f20-51ac-4fa2-b9e4-d72fbcfac1b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3240 | 2025.02.06 05:12:27.671988 [ 255 ] {97411f20-51ac-4fa2-b9e4-d72fbcfac1b2} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2025.02.06 05:12:27.672026 [ 255 ] {97411f20-51ac-4fa2-b9e4-d72fbcfac1b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3242 | 2025.02.06 05:12:27.672665 [ 255 ] {97411f20-51ac-4fa2-b9e4-d72fbcfac1b2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3243 | 2025.02.06 05:12:27.672924 [ 255 ] {97411f20-51ac-4fa2-b9e4-d72fbcfac1b2} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3244 | 2025.02.06 05:12:27.673159 [ 255 ] {97411f20-51ac-4fa2-b9e4-d72fbcfac1b2} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002466 sec., 5271.695052716951 rows/sec., 9.45 MiB/sec. | ||
| 3245 | 2025.02.06 05:12:27.673250 [ 255 ] {97411f20-51ac-4fa2-b9e4-d72fbcfac1b2} <Debug> TCPHandler: Processed in 0.002731949 sec. | ||
| 3246 | 2025.02.06 05:12:27.673425 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3247 | 2025.02.06 05:12:27.673567 [ 5 ] {4d5d07a9-fe85-49bb-ac52-cd4f51ca2562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 3248 | 2025.02.06 05:12:27.673628 [ 5 ] {4d5d07a9-fe85-49bb-ac52-cd4f51ca2562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3249 | 2025.02.06 05:12:27.674174 [ 5 ] {4d5d07a9-fe85-49bb-ac52-cd4f51ca2562} <Trace> oximeter.measurements_i64 (2f51c625-1057-45b8-a13d-c8b7acb97194): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2025.02.06 05:12:27.674213 [ 5 ] {4d5d07a9-fe85-49bb-ac52-cd4f51ca2562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3251 | 2025.02.06 05:12:27.674578 [ 5 ] {4d5d07a9-fe85-49bb-ac52-cd4f51ca2562} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3252 | 2025.02.06 05:12:27.674818 [ 5 ] {4d5d07a9-fe85-49bb-ac52-cd4f51ca2562} <Trace> oximeter.measurements_i64 (2f51c625-1057-45b8-a13d-c8b7acb97194): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3253 | 2025.02.06 05:12:27.675048 [ 5 ] {4d5d07a9-fe85-49bb-ac52-cd4f51ca2562} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001511 sec., 5956.320317670417 rows/sec., 420.74 KiB/sec. | ||
| 3254 | 2025.02.06 05:12:27.675102 [ 5 ] {4d5d07a9-fe85-49bb-ac52-cd4f51ca2562} <Debug> TCPHandler: Processed in 0.001743597 sec. | ||
| 3255 | 2025.02.06 05:12:27.675258 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3256 | 2025.02.06 05:12:27.675397 [ 255 ] {78eefe0d-f492-4e72-812c-cddee83d7f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3257 | 2025.02.06 05:12:27.675457 [ 255 ] {78eefe0d-f492-4e72-812c-cddee83d7f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3258 | 2025.02.06 05:12:27.676051 [ 255 ] {78eefe0d-f492-4e72-812c-cddee83d7f4b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3259 | 2025.02.06 05:12:27.676097 [ 255 ] {78eefe0d-f492-4e72-812c-cddee83d7f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3260 | 2025.02.06 05:12:27.676478 [ 255 ] {78eefe0d-f492-4e72-812c-cddee83d7f4b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3261 | 2025.02.06 05:12:27.676712 [ 255 ] {78eefe0d-f492-4e72-812c-cddee83d7f4b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3262 | 2025.02.06 05:12:27.676925 [ 255 ] {78eefe0d-f492-4e72-812c-cddee83d7f4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 3263 | 2025.02.06 05:12:27.676975 [ 255 ] {78eefe0d-f492-4e72-812c-cddee83d7f4b} <Debug> TCPHandler: Processed in 0.001786169 sec. | ||
| 3264 | 2025.02.06 05:12:32.665616 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3265 | 2025.02.06 05:12:32.665849 [ 255 ] {581a42ca-a7d9-483e-8c20-e24c4c1db54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3266 | 2025.02.06 05:12:32.665930 [ 255 ] {581a42ca-a7d9-483e-8c20-e24c4c1db54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3267 | 2025.02.06 05:12:32.666708 [ 255 ] {581a42ca-a7d9-483e-8c20-e24c4c1db54b} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3268 | 2025.02.06 05:12:32.666758 [ 255 ] {581a42ca-a7d9-483e-8c20-e24c4c1db54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3269 | 2025.02.06 05:12:32.667191 [ 255 ] {581a42ca-a7d9-483e-8c20-e24c4c1db54b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3270 | 2025.02.06 05:12:32.667449 [ 255 ] {581a42ca-a7d9-483e-8c20-e24c4c1db54b} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2025.02.06 05:12:32.667711 [ 255 ] {581a42ca-a7d9-483e-8c20-e24c4c1db54b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001917 sec., 7303.077725612937 rows/sec., 525.72 KiB/sec. | ||
| 3272 | 2025.02.06 05:12:32.667889 [ 255 ] {581a42ca-a7d9-483e-8c20-e24c4c1db54b} <Debug> TCPHandler: Processed in 0.002408128 sec. | ||
| 3273 | 2025.02.06 05:12:32.668218 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3274 | 2025.02.06 05:12:32.668477 [ 5 ] {a38e5761-d43d-4ef6-bf08-e41a69869793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3275 | 2025.02.06 05:12:32.668557 [ 5 ] {a38e5761-d43d-4ef6-bf08-e41a69869793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3276 | 2025.02.06 05:12:32.669388 [ 5 ] {a38e5761-d43d-4ef6-bf08-e41a69869793} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3277 | 2025.02.06 05:12:32.669430 [ 5 ] {a38e5761-d43d-4ef6-bf08-e41a69869793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3278 | 2025.02.06 05:12:32.670005 [ 5 ] {a38e5761-d43d-4ef6-bf08-e41a69869793} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3279 | 2025.02.06 05:12:32.670263 [ 5 ] {a38e5761-d43d-4ef6-bf08-e41a69869793} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2025.02.06 05:12:32.670526 [ 5 ] {a38e5761-d43d-4ef6-bf08-e41a69869793} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002091 sec., 2869.4404591104735 rows/sec., 233.98 KiB/sec. | ||
| 3281 | 2025.02.06 05:12:32.670652 [ 5 ] {a38e5761-d43d-4ef6-bf08-e41a69869793} <Debug> TCPHandler: Processed in 0.002626166 sec. | ||
| 3282 | 2025.02.06 05:12:32.670787 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3283 | 2025.02.06 05:12:32.670905 [ 255 ] {0e620bcc-eec1-48a5-80d5-483fb644a724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3284 | 2025.02.06 05:12:32.670955 [ 255 ] {0e620bcc-eec1-48a5-80d5-483fb644a724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3285 | 2025.02.06 05:12:32.671693 [ 255 ] {0e620bcc-eec1-48a5-80d5-483fb644a724} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3286 | 2025.02.06 05:12:32.671733 [ 255 ] {0e620bcc-eec1-48a5-80d5-483fb644a724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3287 | 2025.02.06 05:12:32.672141 [ 255 ] {0e620bcc-eec1-48a5-80d5-483fb644a724} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3288 | 2025.02.06 05:12:32.672381 [ 255 ] {0e620bcc-eec1-48a5-80d5-483fb644a724} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2025.02.06 05:12:32.672555 [ 48 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3290 | 2025.02.06 05:12:32.672614 [ 48 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3291 | 2025.02.06 05:12:32.672627 [ 255 ] {0e620bcc-eec1-48a5-80d5-483fb644a724} <Debug> executeQuery: Read 258 rows, 23.04 KiB in 0.001737 sec., 148531.95164075991 rows/sec., 12.95 MiB/sec. | ||
| 3292 | 2025.02.06 05:12:32.672651 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3293 | 2025.02.06 05:12:32.672784 [ 255 ] {0e620bcc-eec1-48a5-80d5-483fb644a724} <Debug> TCPHandler: Processed in 0.002043257 sec. | ||
| 3294 | 2025.02.06 05:12:32.672969 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 3295 | 2025.02.06 05:12:32.673020 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3296 | 2025.02.06 05:12:32.673269 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3297 | 2025.02.06 05:12:32.673280 [ 5 ] {69b843fc-d424-481f-9ad0-1f788673a7d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3298 | 2025.02.06 05:12:32.673333 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1413 rows starting from the beginning of the part | ||
| 3299 | 2025.02.06 05:12:32.673384 [ 5 ] {69b843fc-d424-481f-9ad0-1f788673a7d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3300 | 2025.02.06 05:12:32.673652 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1215 rows starting from the beginning of the part | ||
| 3301 | 2025.02.06 05:12:32.674036 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 3302 | 2025.02.06 05:12:32.674430 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 255 rows starting from the beginning of the part | ||
| 3303 | 2025.02.06 05:12:32.674866 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 3304 | 2025.02.06 05:12:32.675172 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 258 rows starting from the beginning of the part | ||
| 3305 | 2025.02.06 05:12:32.675998 [ 5 ] {69b843fc-d424-481f-9ad0-1f788673a7d3} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3306 | 2025.02.06 05:12:32.676053 [ 5 ] {69b843fc-d424-481f-9ad0-1f788673a7d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3307 | 2025.02.06 05:12:32.676944 [ 5 ] {69b843fc-d424-481f-9ad0-1f788673a7d3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3308 | 2025.02.06 05:12:32.677465 [ 5 ] {69b843fc-d424-481f-9ad0-1f788673a7d3} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2025.02.06 05:12:32.677819 [ 5 ] {69b843fc-d424-481f-9ad0-1f788673a7d3} <Debug> executeQuery: Read 39 rows, 2.83 KiB in 0.004632 sec., 8419.689119170986 rows/sec., 610.98 KiB/sec. | ||
| 3310 | 2025.02.06 05:12:32.677908 [ 5 ] {69b843fc-d424-481f-9ad0-1f788673a7d3} <Debug> TCPHandler: Processed in 0.004966362 sec. | ||
| 3311 | 2025.02.06 05:12:32.678125 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3312 | 2025.02.06 05:12:32.678552 [ 255 ] {0d41857e-892d-4a57-84d0-13119c43b9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3313 | 2025.02.06 05:12:32.678614 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3279 rows, containing 5 columns (5 merged, 0 gathered) in 0.005813551 sec., 564027.0464643727 rows/sec., 49.21 MiB/sec. | ||
| 3314 | 2025.02.06 05:12:32.678637 [ 255 ] {0d41857e-892d-4a57-84d0-13119c43b9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3315 | 2025.02.06 05:12:32.679008 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3316 | 2025.02.06 05:12:32.679612 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_21_4} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3317 | 2025.02.06 05:12:32.679827 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_21_4} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3318 | 2025.02.06 05:12:32.679940 [ 255 ] {0d41857e-892d-4a57-84d0-13119c43b9fc} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2025.02.06 05:12:32.679995 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3320 | 2025.02.06 05:12:32.680013 [ 255 ] {0d41857e-892d-4a57-84d0-13119c43b9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3321 | 2025.02.06 05:12:32.680416 [ 255 ] {0d41857e-892d-4a57-84d0-13119c43b9fc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3322 | 2025.02.06 05:12:32.680668 [ 255 ] {0d41857e-892d-4a57-84d0-13119c43b9fc} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3323 | 2025.02.06 05:12:32.680891 [ 255 ] {0d41857e-892d-4a57-84d0-13119c43b9fc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002473 sec., 5661.140315406389 rows/sec., 396.47 KiB/sec. | ||
| 3324 | 2025.02.06 05:12:32.680951 [ 255 ] {0d41857e-892d-4a57-84d0-13119c43b9fc} <Debug> TCPHandler: Processed in 0.002940846 sec. | ||
| 3325 | 2025.02.06 05:12:32.681111 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3326 | 2025.02.06 05:12:32.681251 [ 5 ] {6b4c4d35-cbb3-42a5-9a04-70e4b282e21f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3327 | 2025.02.06 05:12:32.681308 [ 5 ] {6b4c4d35-cbb3-42a5-9a04-70e4b282e21f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3328 | 2025.02.06 05:12:32.682014 [ 5 ] {6b4c4d35-cbb3-42a5-9a04-70e4b282e21f} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3329 | 2025.02.06 05:12:32.682058 [ 5 ] {6b4c4d35-cbb3-42a5-9a04-70e4b282e21f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3330 | 2025.02.06 05:12:32.682446 [ 5 ] {6b4c4d35-cbb3-42a5-9a04-70e4b282e21f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3331 | 2025.02.06 05:12:32.682680 [ 5 ] {6b4c4d35-cbb3-42a5-9a04-70e4b282e21f} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3332 | 2025.02.06 05:12:32.682855 [ 5 ] {6b4c4d35-cbb3-42a5-9a04-70e4b282e21f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001635 sec., 7951.070336391437 rows/sec., 495.75 KiB/sec. | ||
| 3333 | 2025.02.06 05:12:32.682904 [ 5 ] {6b4c4d35-cbb3-42a5-9a04-70e4b282e21f} <Debug> TCPHandler: Processed in 0.001862401 sec. | ||
| 3334 | 2025.02.06 05:12:32.683061 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3335 | 2025.02.06 05:12:32.683179 [ 255 ] {2c90bb80-dd6e-441f-b2ea-9f18d0a3a144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3336 | 2025.02.06 05:12:32.683229 [ 255 ] {2c90bb80-dd6e-441f-b2ea-9f18d0a3a144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3337 | 2025.02.06 05:12:32.684114 [ 255 ] {2c90bb80-dd6e-441f-b2ea-9f18d0a3a144} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3338 | 2025.02.06 05:12:32.684162 [ 255 ] {2c90bb80-dd6e-441f-b2ea-9f18d0a3a144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3339 | 2025.02.06 05:12:32.684593 [ 255 ] {2c90bb80-dd6e-441f-b2ea-9f18d0a3a144} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3340 | 2025.02.06 05:12:32.684837 [ 255 ] {2c90bb80-dd6e-441f-b2ea-9f18d0a3a144} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3341 | 2025.02.06 05:12:32.685003 [ 48 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3342 | 2025.02.06 05:12:32.685059 [ 48 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3343 | 2025.02.06 05:12:32.685093 [ 255 ] {2c90bb80-dd6e-441f-b2ea-9f18d0a3a144} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.00193 sec., 214507.7720207254 rows/sec., 15.31 MiB/sec. | ||
| 3344 | 2025.02.06 05:12:32.685102 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3345 | 2025.02.06 05:12:32.685281 [ 255 ] {2c90bb80-dd6e-441f-b2ea-9f18d0a3a144} <Debug> TCPHandler: Processed in 0.002267735 sec. | ||
| 3346 | 2025.02.06 05:12:32.685615 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3347 | 2025.02.06 05:12:32.685712 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 3348 | 2025.02.06 05:12:32.686083 [ 5 ] {ceb6023d-ea4d-4eac-8557-577640dca4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3349 | 2025.02.06 05:12:32.686247 [ 5 ] {ceb6023d-ea4d-4eac-8557-577640dca4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3350 | 2025.02.06 05:12:32.686291 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3351 | 2025.02.06 05:12:32.686424 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 884 rows starting from the beginning of the part | ||
| 3352 | 2025.02.06 05:12:32.686805 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 534 rows starting from the beginning of the part | ||
| 3353 | 2025.02.06 05:12:32.687210 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 3354 | 2025.02.06 05:12:32.687410 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 408 rows starting from the beginning of the part | ||
| 3355 | 2025.02.06 05:12:32.687794 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 86 rows starting from the beginning of the part | ||
| 3356 | 2025.02.06 05:12:32.688125 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 414 rows starting from the beginning of the part | ||
| 3357 | 2025.02.06 05:12:32.688676 [ 5 ] {ceb6023d-ea4d-4eac-8557-577640dca4ab} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2025.02.06 05:12:32.688727 [ 5 ] {ceb6023d-ea4d-4eac-8557-577640dca4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3359 | 2025.02.06 05:12:32.689657 [ 5 ] {ceb6023d-ea4d-4eac-8557-577640dca4ab} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3360 | 2025.02.06 05:12:32.690181 [ 5 ] {ceb6023d-ea4d-4eac-8557-577640dca4ab} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2025.02.06 05:12:32.690453 [ 48 ] {} <Debug> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3362 | 2025.02.06 05:12:32.690511 [ 48 ] {} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3363 | 2025.02.06 05:12:32.690528 [ 5 ] {ceb6023d-ea4d-4eac-8557-577640dca4ab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00463 sec., 1295.8963282937366 rows/sec., 67.71 KiB/sec. | ||
| 3364 | 2025.02.06 05:12:32.690546 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3365 | 2025.02.06 05:12:32.690704 [ 5 ] {ceb6023d-ea4d-4eac-8557-577640dca4ab} <Debug> TCPHandler: Processed in 0.005271363 sec. | ||
| 3366 | 2025.02.06 05:12:32.690785 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::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 | ||
| 3367 | 2025.02.06 05:12:32.690999 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3368 | 2025.02.06 05:12:32.691357 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3369 | 2025.02.06 05:12:32.691423 [ 255 ] {343652fc-dc80-44e1-a8e3-9a547ffc4463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3370 | 2025.02.06 05:12:32.691515 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::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 | ||
| 3371 | 2025.02.06 05:12:32.691659 [ 255 ] {343652fc-dc80-44e1-a8e3-9a547ffc4463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3372 | 2025.02.06 05:12:32.691894 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::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 | ||
| 3373 | 2025.02.06 05:12:32.691706 [ 199 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2390 rows, containing 5 columns (5 merged, 0 gathered) in 0.006443571 sec., 370912.3403777191 rows/sec., 28.42 MiB/sec. | ||
| 3374 | 2025.02.06 05:12:32.692273 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::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 | ||
| 3375 | 2025.02.06 05:12:32.692682 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::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 | ||
| 3376 | 2025.02.06 05:12:32.693029 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::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 | ||
| 3377 | 2025.02.06 05:12:32.693376 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::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 | ||
| 3378 | 2025.02.06 05:12:32.693733 [ 199 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3379 | 2025.02.06 05:12:32.694797 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3380 | 2025.02.06 05:12:32.695211 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_21_4} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3381 | 2025.02.06 05:12:32.695582 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3382 | 2025.02.06 05:12:32.695913 [ 255 ] {343652fc-dc80-44e1-a8e3-9a547ffc4463} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3383 | 2025.02.06 05:12:32.696008 [ 255 ] {343652fc-dc80-44e1-a8e3-9a547ffc4463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3384 | 2025.02.06 05:12:32.696944 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.006258605 sec., 5752.080535518698 rows/sec., 300.52 KiB/sec. | ||
| 3385 | 2025.02.06 05:12:32.697143 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3386 | 2025.02.06 05:12:32.697528 [ 255 ] {343652fc-dc80-44e1-a8e3-9a547ffc4463} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3387 | 2025.02.06 05:12:32.697731 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_6_1} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3388 | 2025.02.06 05:12:32.697880 [ 192 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_6_1} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3389 | 2025.02.06 05:12:32.698013 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3390 | 2025.02.06 05:12:32.698092 [ 255 ] {343652fc-dc80-44e1-a8e3-9a547ffc4463} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2025.02.06 05:12:32.698290 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3392 | 2025.02.06 05:12:32.698361 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3393 | 2025.02.06 05:12:32.698391 [ 255 ] {343652fc-dc80-44e1-a8e3-9a547ffc4463} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.007115 sec., 33731.553056922 rows/sec., 2.26 MiB/sec. | ||
| 3394 | 2025.02.06 05:12:32.698408 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3395 | 2025.02.06 05:12:32.698600 [ 255 ] {343652fc-dc80-44e1-a8e3-9a547ffc4463} <Debug> TCPHandler: Processed in 0.007789265 sec. | ||
| 3396 | 2025.02.06 05:12:32.698688 [ 192 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 3397 | 2025.02.06 05:12:32.698819 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3398 | 2025.02.06 05:12:32.698851 [ 192 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3399 | 2025.02.06 05:12:32.698882 [ 192 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4391 rows starting from the beginning of the part | ||
| 3400 | 2025.02.06 05:12:32.699070 [ 5 ] {38267915-6a57-4e1e-bdb4-9b621693e374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3401 | 2025.02.06 05:12:32.699095 [ 192 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 955 rows starting from the beginning of the part | ||
| 3402 | 2025.02.06 05:12:32.699291 [ 5 ] {38267915-6a57-4e1e-bdb4-9b621693e374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3403 | 2025.02.06 05:12:32.699352 [ 192 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 54 rows starting from the beginning of the part | ||
| 3404 | 2025.02.06 05:12:32.699691 [ 192 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3405 | 2025.02.06 05:12:32.699967 [ 192 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3406 | 2025.02.06 05:12:32.700208 [ 192 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 240 rows starting from the beginning of the part | ||
| 3407 | 2025.02.06 05:12:32.700931 [ 5 ] {38267915-6a57-4e1e-bdb4-9b621693e374} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3408 | 2025.02.06 05:12:32.700971 [ 5 ] {38267915-6a57-4e1e-bdb4-9b621693e374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3409 | 2025.02.06 05:12:32.701438 [ 5 ] {38267915-6a57-4e1e-bdb4-9b621693e374} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3410 | 2025.02.06 05:12:32.701758 [ 5 ] {38267915-6a57-4e1e-bdb4-9b621693e374} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2025.02.06 05:12:32.701984 [ 54 ] {} <Debug> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3412 | 2025.02.06 05:12:32.702063 [ 5 ] {38267915-6a57-4e1e-bdb4-9b621693e374} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003109 sec., 321.646831778707 rows/sec., 21.67 KiB/sec. | ||
| 3413 | 2025.02.06 05:12:32.702054 [ 54 ] {} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3414 | 2025.02.06 05:12:32.702171 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3415 | 2025.02.06 05:12:32.702210 [ 5 ] {38267915-6a57-4e1e-bdb4-9b621693e374} <Debug> TCPHandler: Processed in 0.003485874 sec. | ||
| 3416 | 2025.02.06 05:12:32.702706 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3417 | 2025.02.06 05:12:32.702836 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::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 | ||
| 3418 | 2025.02.06 05:12:32.703012 [ 255 ] {4ec5d5e5-8168-49ad-89c7-5e3708cc4ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3419 | 2025.02.06 05:12:32.703399 [ 255 ] {4ec5d5e5-8168-49ad-89c7-5e3708cc4ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3420 | 2025.02.06 05:12:32.703529 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3421 | 2025.02.06 05:12:32.703856 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 3422 | 2025.02.06 05:12:32.703919 [ 198 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6037 rows, containing 5 columns (5 merged, 0 gathered) in 0.005356576 sec., 1127025.9210361245 rows/sec., 76.11 MiB/sec. | ||
| 3423 | 2025.02.06 05:12:32.704353 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3424 | 2025.02.06 05:12:32.704733 [ 198 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3425 | 2025.02.06 05:12:32.704927 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3426 | 2025.02.06 05:12:32.705794 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::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 | ||
| 3427 | 2025.02.06 05:12:32.705971 [ 198 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3428 | 2025.02.06 05:12:32.706417 [ 198 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3429 | 2025.02.06 05:12:32.706584 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3430 | 2025.02.06 05:12:32.706727 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
| 3431 | 2025.02.06 05:12:32.707136 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::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 | ||
| 3432 | 2025.02.06 05:12:32.710618 [ 255 ] {4ec5d5e5-8168-49ad-89c7-5e3708cc4ea5} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3433 | 2025.02.06 05:12:32.710716 [ 255 ] {4ec5d5e5-8168-49ad-89c7-5e3708cc4ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3434 | 2025.02.06 05:12:32.711072 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.008672374 sec., 807.160761286356 rows/sec., 53.94 KiB/sec. | ||
| 3435 | 2025.02.06 05:12:32.711276 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3436 | 2025.02.06 05:12:32.711893 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_6_1} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2025.02.06 05:12:32.712093 [ 195 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_6_1} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3438 | 2025.02.06 05:12:32.712269 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3439 | 2025.02.06 05:12:32.712436 [ 255 ] {4ec5d5e5-8168-49ad-89c7-5e3708cc4ea5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3440 | 2025.02.06 05:12:32.712708 [ 255 ] {4ec5d5e5-8168-49ad-89c7-5e3708cc4ea5} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3441 | 2025.02.06 05:12:32.712909 [ 255 ] {4ec5d5e5-8168-49ad-89c7-5e3708cc4ea5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.01 sec., 2600 rows/sec., 4.66 MiB/sec. | ||
| 3442 | 2025.02.06 05:12:32.713017 [ 255 ] {4ec5d5e5-8168-49ad-89c7-5e3708cc4ea5} <Debug> TCPHandler: Processed in 0.010499684 sec. | ||
| 3443 | 2025.02.06 05:12:32.713166 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3444 | 2025.02.06 05:12:32.713287 [ 5 ] {4f21d497-68d4-43cb-b360-2d3f3f9467fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3445 | 2025.02.06 05:12:32.713379 [ 5 ] {4f21d497-68d4-43cb-b360-2d3f3f9467fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3446 | 2025.02.06 05:12:32.714271 [ 5 ] {4f21d497-68d4-43cb-b360-2d3f3f9467fa} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2025.02.06 05:12:32.714340 [ 5 ] {4f21d497-68d4-43cb-b360-2d3f3f9467fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3448 | 2025.02.06 05:12:32.714724 [ 5 ] {4f21d497-68d4-43cb-b360-2d3f3f9467fa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3449 | 2025.02.06 05:12:32.714958 [ 5 ] {4f21d497-68d4-43cb-b360-2d3f3f9467fa} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2025.02.06 05:12:32.715126 [ 54 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3451 | 2025.02.06 05:12:32.715182 [ 54 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3452 | 2025.02.06 05:12:32.715206 [ 5 ] {4f21d497-68d4-43cb-b360-2d3f3f9467fa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001929 sec., 42509.072058061174 rows/sec., 2.70 MiB/sec. | ||
| 3453 | 2025.02.06 05:12:32.715218 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3454 | 2025.02.06 05:12:32.715358 [ 5 ] {4f21d497-68d4-43cb-b360-2d3f3f9467fa} <Debug> TCPHandler: Processed in 0.002249303 sec. | ||
| 3455 | 2025.02.06 05:12:32.715671 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 3456 | 2025.02.06 05:12:32.715871 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3457 | 2025.02.06 05:12:32.715908 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 754 rows starting from the beginning of the part | ||
| 3458 | 2025.02.06 05:12:32.716012 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 3459 | 2025.02.06 05:12:32.716237 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 3460 | 2025.02.06 05:12:32.716394 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3461 | 2025.02.06 05:12:32.716563 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3462 | 2025.02.06 05:12:32.716727 [ 198 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3463 | 2025.02.06 05:12:32.717909 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1038 rows, containing 4 columns (4 merged, 0 gathered) in 0.002561744 sec., 405192.71246463346 rows/sec., 26.46 MiB/sec. | ||
| 3464 | 2025.02.06 05:12:32.718138 [ 190 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3465 | 2025.02.06 05:12:32.718441 [ 190 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3466 | 2025.02.06 05:12:32.718512 [ 190 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_21_4} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3467 | 2025.02.06 05:12:32.718575 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3468 | 2025.02.06 05:12:33.565393 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3469 | 2025.02.06 05:12:33.566277 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3470 | 2025.02.06 05:12:33.566340 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3471 | 2025.02.06 05:12:33.566905 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3472 | 2025.02.06 05:12:33.567165 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3473 | 2025.02.06 05:12:33.567419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3474 | 2025.02.06 05:12:33.992374 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3475 | 2025.02.06 05:12:34.013756 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3476 | 2025.02.06 05:12:34.013825 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3477 | 2025.02.06 05:12:34.021904 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3478 | 2025.02.06 05:12:34.022719 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3479 | 2025.02.06 05:12:34.026039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3480 | 2025.02.06 05:12:36.086949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 480 | ||
| 3481 | 2025.02.06 05:12:36.090024 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3482 | 2025.02.06 05:12:36.090064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3483 | 2025.02.06 05:12:36.091529 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3484 | 2025.02.06 05:12:36.091861 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3485 | 2025.02.06 05:12:36.092850 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 480 | ||
| 3486 | 2025.02.06 05:12:37.660617 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3487 | 2025.02.06 05:12:37.660951 [ 255 ] {45b07818-bc2b-483e-894b-9b290341b273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3488 | 2025.02.06 05:12:37.661070 [ 255 ] {45b07818-bc2b-483e-894b-9b290341b273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3489 | 2025.02.06 05:12:37.662006 [ 255 ] {45b07818-bc2b-483e-894b-9b290341b273} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3490 | 2025.02.06 05:12:37.662060 [ 255 ] {45b07818-bc2b-483e-894b-9b290341b273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3491 | 2025.02.06 05:12:37.662508 [ 255 ] {45b07818-bc2b-483e-894b-9b290341b273} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3492 | 2025.02.06 05:12:37.662763 [ 255 ] {45b07818-bc2b-483e-894b-9b290341b273} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3493 | 2025.02.06 05:12:37.662997 [ 255 ] {45b07818-bc2b-483e-894b-9b290341b273} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002134 sec., 38425.49203373946 rows/sec., 3.17 MiB/sec. | ||
| 3494 | 2025.02.06 05:12:37.663055 [ 255 ] {45b07818-bc2b-483e-894b-9b290341b273} <Debug> TCPHandler: Processed in 0.002640306 sec. | ||
| 3495 | 2025.02.06 05:12:37.664120 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3496 | 2025.02.06 05:12:37.664315 [ 5 ] {2b530c31-9623-4c11-a0be-fae6c4bd59ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3497 | 2025.02.06 05:12:37.664387 [ 5 ] {2b530c31-9623-4c11-a0be-fae6c4bd59ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3498 | 2025.02.06 05:12:37.665130 [ 5 ] {2b530c31-9623-4c11-a0be-fae6c4bd59ce} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3499 | 2025.02.06 05:12:37.665176 [ 5 ] {2b530c31-9623-4c11-a0be-fae6c4bd59ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3500 | 2025.02.06 05:12:37.665616 [ 5 ] {2b530c31-9623-4c11-a0be-fae6c4bd59ce} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3501 | 2025.02.06 05:12:37.665982 [ 5 ] {2b530c31-9623-4c11-a0be-fae6c4bd59ce} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3502 | 2025.02.06 05:12:37.666240 [ 5 ] {2b530c31-9623-4c11-a0be-fae6c4bd59ce} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001971 sec., 6595.636732623034 rows/sec., 495.96 KiB/sec. | ||
| 3503 | 2025.02.06 05:12:37.666321 [ 5 ] {2b530c31-9623-4c11-a0be-fae6c4bd59ce} <Debug> TCPHandler: Processed in 0.002337516 sec. | ||
| 3504 | 2025.02.06 05:12:37.666487 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3505 | 2025.02.06 05:12:37.666635 [ 255 ] {8994125d-d6b7-49f2-934b-7fca6e6edff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3506 | 2025.02.06 05:12:37.666692 [ 255 ] {8994125d-d6b7-49f2-934b-7fca6e6edff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3507 | 2025.02.06 05:12:37.667438 [ 255 ] {8994125d-d6b7-49f2-934b-7fca6e6edff1} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2025.02.06 05:12:37.667478 [ 255 ] {8994125d-d6b7-49f2-934b-7fca6e6edff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3509 | 2025.02.06 05:12:37.667959 [ 255 ] {8994125d-d6b7-49f2-934b-7fca6e6edff1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3510 | 2025.02.06 05:12:37.668225 [ 255 ] {8994125d-d6b7-49f2-934b-7fca6e6edff1} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.02.06 05:12:37.668427 [ 255 ] {8994125d-d6b7-49f2-934b-7fca6e6edff1} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001825 sec., 42191.78082191781 rows/sec., 3.29 MiB/sec. | ||
| 3512 | 2025.02.06 05:12:37.668479 [ 255 ] {8994125d-d6b7-49f2-934b-7fca6e6edff1} <Debug> TCPHandler: Processed in 0.002062168 sec. | ||
| 3513 | 2025.02.06 05:12:37.668663 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3514 | 2025.02.06 05:12:37.668805 [ 5 ] {1418dee8-bee9-4a0c-b544-76f5231be1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3515 | 2025.02.06 05:12:37.668869 [ 5 ] {1418dee8-bee9-4a0c-b544-76f5231be1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3516 | 2025.02.06 05:12:37.669530 [ 5 ] {1418dee8-bee9-4a0c-b544-76f5231be1ec} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2025.02.06 05:12:37.669570 [ 5 ] {1418dee8-bee9-4a0c-b544-76f5231be1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3518 | 2025.02.06 05:12:37.669986 [ 5 ] {1418dee8-bee9-4a0c-b544-76f5231be1ec} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3519 | 2025.02.06 05:12:37.670231 [ 5 ] {1418dee8-bee9-4a0c-b544-76f5231be1ec} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2025.02.06 05:12:37.670451 [ 5 ] {1418dee8-bee9-4a0c-b544-76f5231be1ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 3521 | 2025.02.06 05:12:37.670582 [ 5 ] {1418dee8-bee9-4a0c-b544-76f5231be1ec} <Debug> TCPHandler: Processed in 0.001986134 sec. | ||
| 3522 | 2025.02.06 05:12:37.670757 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2025.02.06 05:12:37.670894 [ 255 ] {761432cb-3d5d-4bcf-b2f7-7ac15bad4635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3524 | 2025.02.06 05:12:37.670991 [ 255 ] {761432cb-3d5d-4bcf-b2f7-7ac15bad4635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3525 | 2025.02.06 05:12:37.672192 [ 255 ] {761432cb-3d5d-4bcf-b2f7-7ac15bad4635} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3526 | 2025.02.06 05:12:37.672231 [ 255 ] {761432cb-3d5d-4bcf-b2f7-7ac15bad4635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3527 | 2025.02.06 05:12:37.672863 [ 255 ] {761432cb-3d5d-4bcf-b2f7-7ac15bad4635} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3528 | 2025.02.06 05:12:37.673202 [ 255 ] {761432cb-3d5d-4bcf-b2f7-7ac15bad4635} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3529 | 2025.02.06 05:12:37.673744 [ 255 ] {761432cb-3d5d-4bcf-b2f7-7ac15bad4635} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002857 sec., 4550.227511375569 rows/sec., 8.15 MiB/sec. | ||
| 3530 | 2025.02.06 05:12:37.673851 [ 255 ] {761432cb-3d5d-4bcf-b2f7-7ac15bad4635} <Debug> TCPHandler: Processed in 0.003163554 sec. | ||
| 3531 | 2025.02.06 05:12:37.674038 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3532 | 2025.02.06 05:12:37.674178 [ 5 ] {659e35e1-50c9-46e1-a5d6-a57797f03176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3533 | 2025.02.06 05:12:37.674239 [ 5 ] {659e35e1-50c9-46e1-a5d6-a57797f03176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3534 | 2025.02.06 05:12:37.674758 [ 5 ] {659e35e1-50c9-46e1-a5d6-a57797f03176} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2025.02.06 05:12:37.674796 [ 5 ] {659e35e1-50c9-46e1-a5d6-a57797f03176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3536 | 2025.02.06 05:12:37.675170 [ 5 ] {659e35e1-50c9-46e1-a5d6-a57797f03176} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3537 | 2025.02.06 05:12:37.675405 [ 5 ] {659e35e1-50c9-46e1-a5d6-a57797f03176} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3538 | 2025.02.06 05:12:37.675578 [ 5 ] {659e35e1-50c9-46e1-a5d6-a57797f03176} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
| 3539 | 2025.02.06 05:12:37.675627 [ 5 ] {659e35e1-50c9-46e1-a5d6-a57797f03176} <Debug> TCPHandler: Processed in 0.001657325 sec. | ||
| 3540 | 2025.02.06 05:12:40.952424 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3541 | 2025.02.06 05:12:40.952477 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3542 | 2025.02.06 05:12:41.068450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3543 | 2025.02.06 05:12:41.069327 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3544 | 2025.02.06 05:12:41.069368 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3545 | 2025.02.06 05:12:41.069944 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3546 | 2025.02.06 05:12:41.070209 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2025.02.06 05:12:41.070405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3548 | 2025.02.06 05:12:41.526993 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3549 | 2025.02.06 05:12:41.548098 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2025.02.06 05:12:41.548163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3551 | 2025.02.06 05:12:41.555618 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3552 | 2025.02.06 05:12:41.556386 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2025.02.06 05:12:41.559796 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3554 | 2025.02.06 05:12:42.664847 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3555 | 2025.02.06 05:12:42.665053 [ 255 ] {8259c33f-3b4f-4bf7-96f1-f25a3f2b58c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3556 | 2025.02.06 05:12:42.665128 [ 255 ] {8259c33f-3b4f-4bf7-96f1-f25a3f2b58c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3557 | 2025.02.06 05:12:42.665942 [ 255 ] {8259c33f-3b4f-4bf7-96f1-f25a3f2b58c2} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2025.02.06 05:12:42.665985 [ 255 ] {8259c33f-3b4f-4bf7-96f1-f25a3f2b58c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3559 | 2025.02.06 05:12:42.666408 [ 255 ] {8259c33f-3b4f-4bf7-96f1-f25a3f2b58c2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3560 | 2025.02.06 05:12:42.666657 [ 255 ] {8259c33f-3b4f-4bf7-96f1-f25a3f2b58c2} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2025.02.06 05:12:42.666942 [ 255 ] {8259c33f-3b4f-4bf7-96f1-f25a3f2b58c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec. | ||
| 3562 | 2025.02.06 05:12:42.667100 [ 255 ] {8259c33f-3b4f-4bf7-96f1-f25a3f2b58c2} <Debug> TCPHandler: Processed in 0.002383068 sec. | ||
| 3563 | 2025.02.06 05:12:42.667439 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3564 | 2025.02.06 05:12:42.667708 [ 5 ] {3b2d5761-d681-42e2-99e3-c632e9859423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3565 | 2025.02.06 05:12:42.667781 [ 5 ] {3b2d5761-d681-42e2-99e3-c632e9859423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3566 | 2025.02.06 05:12:42.668637 [ 5 ] {3b2d5761-d681-42e2-99e3-c632e9859423} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2025.02.06 05:12:42.668687 [ 5 ] {3b2d5761-d681-42e2-99e3-c632e9859423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3568 | 2025.02.06 05:12:42.669137 [ 5 ] {3b2d5761-d681-42e2-99e3-c632e9859423} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3569 | 2025.02.06 05:12:42.669393 [ 5 ] {3b2d5761-d681-42e2-99e3-c632e9859423} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3570 | 2025.02.06 05:12:42.669690 [ 5 ] {3b2d5761-d681-42e2-99e3-c632e9859423} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.002028 sec., 125739.64497041421 rows/sec., 10.99 MiB/sec. | ||
| 3571 | 2025.02.06 05:12:42.669936 [ 5 ] {3b2d5761-d681-42e2-99e3-c632e9859423} <Debug> TCPHandler: Processed in 0.002689578 sec. | ||
| 3572 | 2025.02.06 05:12:42.670216 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3573 | 2025.02.06 05:12:42.670432 [ 255 ] {1dc8ba80-df59-4b05-80f1-0c01b87f02ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3574 | 2025.02.06 05:12:42.670522 [ 255 ] {1dc8ba80-df59-4b05-80f1-0c01b87f02ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3575 | 2025.02.06 05:12:42.671156 [ 255 ] {1dc8ba80-df59-4b05-80f1-0c01b87f02ca} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2025.02.06 05:12:42.671194 [ 255 ] {1dc8ba80-df59-4b05-80f1-0c01b87f02ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3577 | 2025.02.06 05:12:42.671545 [ 255 ] {1dc8ba80-df59-4b05-80f1-0c01b87f02ca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3578 | 2025.02.06 05:12:42.671814 [ 255 ] {1dc8ba80-df59-4b05-80f1-0c01b87f02ca} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3579 | 2025.02.06 05:12:42.672027 [ 255 ] {1dc8ba80-df59-4b05-80f1-0c01b87f02ca} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001646 sec., 20048.602673147023 rows/sec., 1.43 MiB/sec. | ||
| 3580 | 2025.02.06 05:12:42.672078 [ 255 ] {1dc8ba80-df59-4b05-80f1-0c01b87f02ca} <Debug> TCPHandler: Processed in 0.002031457 sec. | ||
| 3581 | 2025.02.06 05:12:42.672335 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3582 | 2025.02.06 05:12:42.672557 [ 5 ] {10eae533-2811-439d-9cce-a6828bd8b4e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3583 | 2025.02.06 05:12:42.672639 [ 5 ] {10eae533-2811-439d-9cce-a6828bd8b4e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3584 | 2025.02.06 05:12:42.673219 [ 5 ] {10eae533-2811-439d-9cce-a6828bd8b4e8} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3585 | 2025.02.06 05:12:42.673258 [ 5 ] {10eae533-2811-439d-9cce-a6828bd8b4e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3586 | 2025.02.06 05:12:42.673608 [ 5 ] {10eae533-2811-439d-9cce-a6828bd8b4e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3587 | 2025.02.06 05:12:42.673841 [ 5 ] {10eae533-2811-439d-9cce-a6828bd8b4e8} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3588 | 2025.02.06 05:12:42.674120 [ 5 ] {10eae533-2811-439d-9cce-a6828bd8b4e8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001597 sec., 8766.437069505324 rows/sec., 613.94 KiB/sec. | ||
| 3589 | 2025.02.06 05:12:42.674254 [ 5 ] {10eae533-2811-439d-9cce-a6828bd8b4e8} <Debug> TCPHandler: Processed in 0.002031386 sec. | ||
| 3590 | 2025.02.06 05:12:42.674397 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3591 | 2025.02.06 05:12:42.674514 [ 255 ] {419de3e6-7d0f-4ee3-9720-644650e0b223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3592 | 2025.02.06 05:12:42.674561 [ 255 ] {419de3e6-7d0f-4ee3-9720-644650e0b223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3593 | 2025.02.06 05:12:42.675130 [ 255 ] {419de3e6-7d0f-4ee3-9720-644650e0b223} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2025.02.06 05:12:42.675169 [ 255 ] {419de3e6-7d0f-4ee3-9720-644650e0b223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3595 | 2025.02.06 05:12:42.675517 [ 255 ] {419de3e6-7d0f-4ee3-9720-644650e0b223} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3596 | 2025.02.06 05:12:42.675749 [ 255 ] {419de3e6-7d0f-4ee3-9720-644650e0b223} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2025.02.06 05:12:42.675945 [ 255 ] {419de3e6-7d0f-4ee3-9720-644650e0b223} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001454 sec., 8940.852819807427 rows/sec., 557.46 KiB/sec. | ||
| 3598 | 2025.02.06 05:12:42.675995 [ 255 ] {419de3e6-7d0f-4ee3-9720-644650e0b223} <Debug> TCPHandler: Processed in 0.001654334 sec. | ||
| 3599 | 2025.02.06 05:12:42.676154 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3600 | 2025.02.06 05:12:42.676271 [ 5 ] {dfebdcc5-2b98-43e4-9999-a2523352c2fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3601 | 2025.02.06 05:12:42.676319 [ 5 ] {dfebdcc5-2b98-43e4-9999-a2523352c2fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3602 | 2025.02.06 05:12:42.677047 [ 5 ] {dfebdcc5-2b98-43e4-9999-a2523352c2fe} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3603 | 2025.02.06 05:12:42.677086 [ 5 ] {dfebdcc5-2b98-43e4-9999-a2523352c2fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3604 | 2025.02.06 05:12:42.677458 [ 5 ] {dfebdcc5-2b98-43e4-9999-a2523352c2fe} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3605 | 2025.02.06 05:12:42.677695 [ 5 ] {dfebdcc5-2b98-43e4-9999-a2523352c2fe} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3606 | 2025.02.06 05:12:42.677968 [ 5 ] {dfebdcc5-2b98-43e4-9999-a2523352c2fe} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001711 sec., 238457.0426651081 rows/sec., 16.99 MiB/sec. | ||
| 3607 | 2025.02.06 05:12:42.678174 [ 5 ] {dfebdcc5-2b98-43e4-9999-a2523352c2fe} <Debug> TCPHandler: Processed in 0.002074358 sec. | ||
| 3608 | 2025.02.06 05:12:42.678333 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3609 | 2025.02.06 05:12:42.678470 [ 255 ] {6d050b1a-bde4-4fe8-b408-ca43967cfcb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3610 | 2025.02.06 05:12:42.678536 [ 255 ] {6d050b1a-bde4-4fe8-b408-ca43967cfcb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3611 | 2025.02.06 05:12:42.679080 [ 255 ] {6d050b1a-bde4-4fe8-b408-ca43967cfcb2} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3612 | 2025.02.06 05:12:42.679125 [ 255 ] {6d050b1a-bde4-4fe8-b408-ca43967cfcb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3613 | 2025.02.06 05:12:42.679545 [ 255 ] {6d050b1a-bde4-4fe8-b408-ca43967cfcb2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3614 | 2025.02.06 05:12:42.679782 [ 255 ] {6d050b1a-bde4-4fe8-b408-ca43967cfcb2} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3615 | 2025.02.06 05:12:42.679980 [ 255 ] {6d050b1a-bde4-4fe8-b408-ca43967cfcb2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 203.56 KiB/sec. | ||
| 3616 | 2025.02.06 05:12:42.680029 [ 255 ] {6d050b1a-bde4-4fe8-b408-ca43967cfcb2} <Debug> TCPHandler: Processed in 0.001759728 sec. | ||
| 3617 | 2025.02.06 05:12:42.680175 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3618 | 2025.02.06 05:12:42.680291 [ 5 ] {3b062ec9-c986-46c4-b694-feec448d666a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3619 | 2025.02.06 05:12:42.680344 [ 5 ] {3b062ec9-c986-46c4-b694-feec448d666a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3620 | 2025.02.06 05:12:42.680938 [ 5 ] {3b062ec9-c986-46c4-b694-feec448d666a} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3621 | 2025.02.06 05:12:42.680977 [ 5 ] {3b062ec9-c986-46c4-b694-feec448d666a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3622 | 2025.02.06 05:12:42.681360 [ 5 ] {3b062ec9-c986-46c4-b694-feec448d666a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3623 | 2025.02.06 05:12:42.681625 [ 5 ] {3b062ec9-c986-46c4-b694-feec448d666a} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3624 | 2025.02.06 05:12:42.681838 [ 5 ] {3b062ec9-c986-46c4-b694-feec448d666a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00157 sec., 150955.41401273885 rows/sec., 10.12 MiB/sec. | ||
| 3625 | 2025.02.06 05:12:42.681888 [ 5 ] {3b062ec9-c986-46c4-b694-feec448d666a} <Debug> TCPHandler: Processed in 0.001772148 sec. | ||
| 3626 | 2025.02.06 05:12:42.682038 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3627 | 2025.02.06 05:12:42.682175 [ 255 ] {4a55513a-d8ac-4ad0-a4b6-8d5862189bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3628 | 2025.02.06 05:12:42.682234 [ 255 ] {4a55513a-d8ac-4ad0-a4b6-8d5862189bf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3629 | 2025.02.06 05:12:42.682761 [ 255 ] {4a55513a-d8ac-4ad0-a4b6-8d5862189bf5} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3630 | 2025.02.06 05:12:42.682800 [ 255 ] {4a55513a-d8ac-4ad0-a4b6-8d5862189bf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3631 | 2025.02.06 05:12:42.683158 [ 255 ] {4a55513a-d8ac-4ad0-a4b6-8d5862189bf5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3632 | 2025.02.06 05:12:42.683412 [ 255 ] {4a55513a-d8ac-4ad0-a4b6-8d5862189bf5} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3633 | 2025.02.06 05:12:42.683635 [ 255 ] {4a55513a-d8ac-4ad0-a4b6-8d5862189bf5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec. | ||
| 3634 | 2025.02.06 05:12:42.683711 [ 255 ] {4a55513a-d8ac-4ad0-a4b6-8d5862189bf5} <Debug> TCPHandler: Processed in 0.001736946 sec. | ||
| 3635 | 2025.02.06 05:12:42.683873 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3636 | 2025.02.06 05:12:42.684021 [ 5 ] {9569be4d-f88c-43ed-aca1-2d0bbd34abca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3637 | 2025.02.06 05:12:42.684116 [ 5 ] {9569be4d-f88c-43ed-aca1-2d0bbd34abca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3638 | 2025.02.06 05:12:42.685361 [ 5 ] {9569be4d-f88c-43ed-aca1-2d0bbd34abca} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2025.02.06 05:12:42.685401 [ 5 ] {9569be4d-f88c-43ed-aca1-2d0bbd34abca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3640 | 2025.02.06 05:12:42.686053 [ 5 ] {9569be4d-f88c-43ed-aca1-2d0bbd34abca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3641 | 2025.02.06 05:12:42.686317 [ 5 ] {9569be4d-f88c-43ed-aca1-2d0bbd34abca} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3642 | 2025.02.06 05:12:42.686564 [ 5 ] {9569be4d-f88c-43ed-aca1-2d0bbd34abca} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002574 sec., 10101.0101010101 rows/sec., 18.10 MiB/sec. | ||
| 3643 | 2025.02.06 05:12:42.686661 [ 5 ] {9569be4d-f88c-43ed-aca1-2d0bbd34abca} <Debug> TCPHandler: Processed in 0.002856754 sec. | ||
| 3644 | 2025.02.06 05:12:42.686808 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3645 | 2025.02.06 05:12:42.686922 [ 255 ] {4348a16f-fa58-447d-bf2b-68cc8e177a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3646 | 2025.02.06 05:12:42.686971 [ 255 ] {4348a16f-fa58-447d-bf2b-68cc8e177a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3647 | 2025.02.06 05:12:42.687464 [ 255 ] {4348a16f-fa58-447d-bf2b-68cc8e177a26} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3648 | 2025.02.06 05:12:42.687507 [ 255 ] {4348a16f-fa58-447d-bf2b-68cc8e177a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3649 | 2025.02.06 05:12:42.687878 [ 255 ] {4348a16f-fa58-447d-bf2b-68cc8e177a26} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3650 | 2025.02.06 05:12:42.688125 [ 255 ] {4348a16f-fa58-447d-bf2b-68cc8e177a26} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3651 | 2025.02.06 05:12:42.688326 [ 255 ] {4348a16f-fa58-447d-bf2b-68cc8e177a26} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec. | ||
| 3652 | 2025.02.06 05:12:42.688374 [ 255 ] {4348a16f-fa58-447d-bf2b-68cc8e177a26} <Debug> TCPHandler: Processed in 0.001622423 sec. | ||
| 3653 | 2025.02.06 05:12:45.692830 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3654 | 2025.02.06 05:12:45.693021 [ 255 ] {283af429-d3ef-4dbf-be2d-1dac3d02aa40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3655 | 2025.02.06 05:12:45.693093 [ 255 ] {283af429-d3ef-4dbf-be2d-1dac3d02aa40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3656 | 2025.02.06 05:12:45.694421 [ 255 ] {283af429-d3ef-4dbf-be2d-1dac3d02aa40} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3657 | 2025.02.06 05:12:45.694469 [ 255 ] {283af429-d3ef-4dbf-be2d-1dac3d02aa40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3658 | 2025.02.06 05:12:45.694985 [ 255 ] {283af429-d3ef-4dbf-be2d-1dac3d02aa40} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3659 | 2025.02.06 05:12:45.695236 [ 255 ] {283af429-d3ef-4dbf-be2d-1dac3d02aa40} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3660 | 2025.02.06 05:12:45.695426 [ 255 ] {283af429-d3ef-4dbf-be2d-1dac3d02aa40} <Debug> executeQuery: Read 1222 rows, 103.05 KiB in 0.002459 sec., 496949.97966653114 rows/sec., 40.93 MiB/sec. | ||
| 3661 | 2025.02.06 05:12:45.695481 [ 255 ] {283af429-d3ef-4dbf-be2d-1dac3d02aa40} <Debug> TCPHandler: Processed in 0.002782461 sec. | ||
| 3662 | 2025.02.06 05:12:45.695795 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3663 | 2025.02.06 05:12:45.696105 [ 5 ] {d2613212-3b3c-4702-bb09-de1ef37eaf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3664 | 2025.02.06 05:12:45.696225 [ 5 ] {d2613212-3b3c-4702-bb09-de1ef37eaf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3665 | 2025.02.06 05:12:45.697143 [ 5 ] {d2613212-3b3c-4702-bb09-de1ef37eaf7d} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3666 | 2025.02.06 05:12:45.697192 [ 5 ] {d2613212-3b3c-4702-bb09-de1ef37eaf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3667 | 2025.02.06 05:12:45.697619 [ 5 ] {d2613212-3b3c-4702-bb09-de1ef37eaf7d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3668 | 2025.02.06 05:12:45.697874 [ 5 ] {d2613212-3b3c-4702-bb09-de1ef37eaf7d} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3669 | 2025.02.06 05:12:45.698045 [ 146 ] {} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3670 | 2025.02.06 05:12:45.698113 [ 146 ] {} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3671 | 2025.02.06 05:12:45.698139 [ 5 ] {d2613212-3b3c-4702-bb09-de1ef37eaf7d} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.002104 sec., 6178.707224334601 rows/sec., 464.61 KiB/sec. | ||
| 3672 | 2025.02.06 05:12:45.698152 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3673 | 2025.02.06 05:12:45.698294 [ 5 ] {d2613212-3b3c-4702-bb09-de1ef37eaf7d} <Debug> TCPHandler: Processed in 0.002676287 sec. | ||
| 3674 | 2025.02.06 05:12:45.698461 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 3675 | 2025.02.06 05:12:45.698495 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3676 | 2025.02.06 05:12:45.698771 [ 255 ] {72ddbbde-d2fb-4711-81d6-f9e6af6bccce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3677 | 2025.02.06 05:12:45.698779 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3678 | 2025.02.06 05:12:45.698873 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 49 rows starting from the beginning of the part | ||
| 3679 | 2025.02.06 05:12:45.698877 [ 255 ] {72ddbbde-d2fb-4711-81d6-f9e6af6bccce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3680 | 2025.02.06 05:12:45.699172 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 3681 | 2025.02.06 05:12:45.699475 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 3682 | 2025.02.06 05:12:45.699868 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 3683 | 2025.02.06 05:12:45.700297 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
| 3684 | 2025.02.06 05:12:45.700653 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 3685 | 2025.02.06 05:12:45.702135 [ 255 ] {72ddbbde-d2fb-4711-81d6-f9e6af6bccce} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2025.02.06 05:12:45.702201 [ 255 ] {72ddbbde-d2fb-4711-81d6-f9e6af6bccce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3687 | 2025.02.06 05:12:45.703181 [ 255 ] {72ddbbde-d2fb-4711-81d6-f9e6af6bccce} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3688 | 2025.02.06 05:12:45.703587 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.005283033 sec., 30285.63327164528 rows/sec., 2.29 MiB/sec. | ||
| 3689 | 2025.02.06 05:12:45.703738 [ 255 ] {72ddbbde-d2fb-4711-81d6-f9e6af6bccce} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3690 | 2025.02.06 05:12:45.703835 [ 189 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3691 | 2025.02.06 05:12:45.704267 [ 255 ] {72ddbbde-d2fb-4711-81d6-f9e6af6bccce} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00554 sec., 41155.23465703971 rows/sec., 2.79 MiB/sec. | ||
| 3692 | 2025.02.06 05:12:45.704493 [ 255 ] {72ddbbde-d2fb-4711-81d6-f9e6af6bccce} <Debug> TCPHandler: Processed in 0.006073848 sec. | ||
| 3693 | 2025.02.06 05:12:45.704652 [ 190 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3694 | 2025.02.06 05:12:45.704752 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3695 | 2025.02.06 05:12:45.704809 [ 190 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_16_3} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3696 | 2025.02.06 05:12:45.704964 [ 5 ] {883fa2ce-8053-49aa-8d27-082c044321ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3697 | 2025.02.06 05:12:45.704974 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3698 | 2025.02.06 05:12:45.705045 [ 5 ] {883fa2ce-8053-49aa-8d27-082c044321ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3699 | 2025.02.06 05:12:45.705903 [ 5 ] {883fa2ce-8053-49aa-8d27-082c044321ed} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2025.02.06 05:12:45.705943 [ 5 ] {883fa2ce-8053-49aa-8d27-082c044321ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3701 | 2025.02.06 05:12:45.706340 [ 5 ] {883fa2ce-8053-49aa-8d27-082c044321ed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3702 | 2025.02.06 05:12:45.706600 [ 5 ] {883fa2ce-8053-49aa-8d27-082c044321ed} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3703 | 2025.02.06 05:12:45.706814 [ 5 ] {883fa2ce-8053-49aa-8d27-082c044321ed} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001925 sec., 276883.1168831169 rows/sec., 20.52 MiB/sec. | ||
| 3704 | 2025.02.06 05:12:45.706869 [ 5 ] {883fa2ce-8053-49aa-8d27-082c044321ed} <Debug> TCPHandler: Processed in 0.002245833 sec. | ||
| 3705 | 2025.02.06 05:12:45.707043 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3706 | 2025.02.06 05:12:45.707188 [ 255 ] {3d1563c5-20d6-4e4c-83a4-b345cffd5bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3707 | 2025.02.06 05:12:45.707251 [ 255 ] {3d1563c5-20d6-4e4c-83a4-b345cffd5bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3708 | 2025.02.06 05:12:45.708102 [ 255 ] {3d1563c5-20d6-4e4c-83a4-b345cffd5bcb} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3709 | 2025.02.06 05:12:45.708140 [ 255 ] {3d1563c5-20d6-4e4c-83a4-b345cffd5bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3710 | 2025.02.06 05:12:45.708604 [ 255 ] {3d1563c5-20d6-4e4c-83a4-b345cffd5bcb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3711 | 2025.02.06 05:12:45.708852 [ 255 ] {3d1563c5-20d6-4e4c-83a4-b345cffd5bcb} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2025.02.06 05:12:45.709027 [ 255 ] {3d1563c5-20d6-4e4c-83a4-b345cffd5bcb} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001871 sec., 508818.8134687333 rows/sec., 34.13 MiB/sec. | ||
| 3713 | 2025.02.06 05:12:45.709081 [ 255 ] {3d1563c5-20d6-4e4c-83a4-b345cffd5bcb} <Debug> TCPHandler: Processed in 0.002108489 sec. | ||
| 3714 | 2025.02.06 05:12:45.709298 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3715 | 2025.02.06 05:12:45.709523 [ 5 ] {9eddbcc1-3e92-4953-8ae5-7aeee76b5ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3716 | 2025.02.06 05:12:45.709666 [ 5 ] {9eddbcc1-3e92-4953-8ae5-7aeee76b5ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3717 | 2025.02.06 05:12:45.710815 [ 5 ] {9eddbcc1-3e92-4953-8ae5-7aeee76b5ff5} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3718 | 2025.02.06 05:12:45.710856 [ 5 ] {9eddbcc1-3e92-4953-8ae5-7aeee76b5ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3719 | 2025.02.06 05:12:45.711479 [ 5 ] {9eddbcc1-3e92-4953-8ae5-7aeee76b5ff5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3720 | 2025.02.06 05:12:45.711737 [ 5 ] {9eddbcc1-3e92-4953-8ae5-7aeee76b5ff5} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3721 | 2025.02.06 05:12:45.711950 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3722 | 2025.02.06 05:12:45.712029 [ 5 ] {9eddbcc1-3e92-4953-8ae5-7aeee76b5ff5} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002556 sec., 5086.071987480438 rows/sec., 9.11 MiB/sec. | ||
| 3723 | 2025.02.06 05:12:45.712047 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2025.02.06 05:12:45.712141 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3725 | 2025.02.06 05:12:45.712397 [ 5 ] {9eddbcc1-3e92-4953-8ae5-7aeee76b5ff5} <Debug> TCPHandler: Processed in 0.003207195 sec. | ||
| 3726 | 2025.02.06 05:12:45.712488 [ 189 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 3727 | 2025.02.06 05:12:45.712711 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3728 | 2025.02.06 05:12:45.712999 [ 255 ] {b84e68df-1d67-4348-88d7-557088577448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3729 | 2025.02.06 05:12:45.713079 [ 189 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3730 | 2025.02.06 05:12:45.713106 [ 255 ] {b84e68df-1d67-4348-88d7-557088577448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3731 | 2025.02.06 05:12:45.713256 [ 189 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 178 rows starting from the beginning of the part | ||
| 3732 | 2025.02.06 05:12:45.714172 [ 189 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 13 rows starting from the beginning of the part | ||
| 3733 | 2025.02.06 05:12:45.714821 [ 189 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
| 3734 | 2025.02.06 05:12:45.715510 [ 189 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 3735 | 2025.02.06 05:12:45.715657 [ 255 ] {b84e68df-1d67-4348-88d7-557088577448} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3736 | 2025.02.06 05:12:45.715723 [ 255 ] {b84e68df-1d67-4348-88d7-557088577448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3737 | 2025.02.06 05:12:45.716246 [ 189 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
| 3738 | 2025.02.06 05:12:45.716961 [ 189 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 3739 | 2025.02.06 05:12:45.717301 [ 255 ] {b84e68df-1d67-4348-88d7-557088577448} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3740 | 2025.02.06 05:12:45.717975 [ 255 ] {b84e68df-1d67-4348-88d7-557088577448} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.02.06 05:12:45.718443 [ 255 ] {b84e68df-1d67-4348-88d7-557088577448} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.005527 sec., 7237.199203908088 rows/sec., 500.38 KiB/sec. | ||
| 3742 | 2025.02.06 05:12:45.718640 [ 255 ] {b84e68df-1d67-4348-88d7-557088577448} <Debug> TCPHandler: Processed in 0.00612414 sec. | ||
| 3743 | 2025.02.06 05:12:45.720939 [ 191 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 269 rows, containing 19 columns (19 merged, 0 gathered) in 0.008614842 sec., 31225.180914519387 rows/sec., 55.95 MiB/sec. | ||
| 3744 | 2025.02.06 05:12:45.721524 [ 191 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3745 | 2025.02.06 05:12:45.722031 [ 191 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2025.02.06 05:12:45.722125 [ 191 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3747 | 2025.02.06 05:12:45.722302 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 3748 | 2025.02.06 05:12:46.093885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 528 | ||
| 3749 | 2025.02.06 05:12:46.097289 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2025.02.06 05:12:46.097337 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3751 | 2025.02.06 05:12:46.098819 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3752 | 2025.02.06 05:12:46.099135 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2025.02.06 05:12:46.099297 [ 146 ] {} <Debug> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3754 | 2025.02.06 05:12:46.099364 [ 146 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3755 | 2025.02.06 05:12:46.099410 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3756 | 2025.02.06 05:12:46.099875 [ 188 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::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 | ||
| 3757 | 2025.02.06 05:12:46.100569 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528 | ||
| 3758 | 2025.02.06 05:12:46.101074 [ 188 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3759 | 2025.02.06 05:12:46.101266 [ 188 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part | ||
| 3760 | 2025.02.06 05:12:46.101801 [ 188 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 3761 | 2025.02.06 05:12:46.102307 [ 188 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
| 3762 | 2025.02.06 05:12:46.102832 [ 188 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 3763 | 2025.02.06 05:12:46.103318 [ 188 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 38 rows starting from the beginning of the part | ||
| 3764 | 2025.02.06 05:12:46.103842 [ 188 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 3765 | 2025.02.06 05:12:46.111936 [ 189 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 72 columns (72 merged, 0 gathered) in 0.012385956 sec., 42628.9258576407 rows/sec., 38.85 MiB/sec. | ||
| 3766 | 2025.02.06 05:12:46.113353 [ 202 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3767 | 2025.02.06 05:12:46.114148 [ 202 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2025.02.06 05:12:46.114232 [ 202 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_11_2} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3769 | 2025.02.06 05:12:46.114556 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 3770 | 2025.02.06 05:12:47.654603 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3771 | 2025.02.06 05:12:47.654878 [ 255 ] {621c28a1-48ac-47e6-85d7-fbdd7a88af86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3772 | 2025.02.06 05:12:47.654991 [ 255 ] {621c28a1-48ac-47e6-85d7-fbdd7a88af86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3773 | 2025.02.06 05:12:47.656069 [ 255 ] {621c28a1-48ac-47e6-85d7-fbdd7a88af86} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3774 | 2025.02.06 05:12:47.656119 [ 255 ] {621c28a1-48ac-47e6-85d7-fbdd7a88af86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3775 | 2025.02.06 05:12:47.656563 [ 255 ] {621c28a1-48ac-47e6-85d7-fbdd7a88af86} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3776 | 2025.02.06 05:12:47.656825 [ 255 ] {621c28a1-48ac-47e6-85d7-fbdd7a88af86} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2025.02.06 05:12:47.657092 [ 255 ] {621c28a1-48ac-47e6-85d7-fbdd7a88af86} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002299 sec., 24358.416702914314 rows/sec., 1.86 MiB/sec. | ||
| 3778 | 2025.02.06 05:12:47.657161 [ 255 ] {621c28a1-48ac-47e6-85d7-fbdd7a88af86} <Debug> TCPHandler: Processed in 0.002697988 sec. | ||
| 3779 | 2025.02.06 05:12:47.657492 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3780 | 2025.02.06 05:12:47.657777 [ 5 ] {9db8926e-3635-4339-9a69-d69a318fbe91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3781 | 2025.02.06 05:12:47.657848 [ 5 ] {9db8926e-3635-4339-9a69-d69a318fbe91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3782 | 2025.02.06 05:12:47.658604 [ 5 ] {9db8926e-3635-4339-9a69-d69a318fbe91} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2025.02.06 05:12:47.658646 [ 5 ] {9db8926e-3635-4339-9a69-d69a318fbe91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3784 | 2025.02.06 05:12:47.659097 [ 5 ] {9db8926e-3635-4339-9a69-d69a318fbe91} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3785 | 2025.02.06 05:12:47.659363 [ 5 ] {9db8926e-3635-4339-9a69-d69a318fbe91} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2025.02.06 05:12:47.659605 [ 5 ] {9db8926e-3635-4339-9a69-d69a318fbe91} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001899 sec., 33701.94839389152 rows/sec., 2.63 MiB/sec. | ||
| 3787 | 2025.02.06 05:12:47.659664 [ 5 ] {9db8926e-3635-4339-9a69-d69a318fbe91} <Debug> TCPHandler: Processed in 0.002358167 sec. | ||
| 3788 | 2025.02.06 05:12:47.659847 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3789 | 2025.02.06 05:12:47.659996 [ 255 ] {9d9f8050-be93-43f8-a4cc-25917a091ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3790 | 2025.02.06 05:12:47.660063 [ 255 ] {9d9f8050-be93-43f8-a4cc-25917a091ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3791 | 2025.02.06 05:12:47.660723 [ 255 ] {9d9f8050-be93-43f8-a4cc-25917a091ba1} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3792 | 2025.02.06 05:12:47.660764 [ 255 ] {9d9f8050-be93-43f8-a4cc-25917a091ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3793 | 2025.02.06 05:12:47.661165 [ 255 ] {9d9f8050-be93-43f8-a4cc-25917a091ba1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3794 | 2025.02.06 05:12:47.661409 [ 255 ] {9d9f8050-be93-43f8-a4cc-25917a091ba1} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3795 | 2025.02.06 05:12:47.661635 [ 255 ] {9d9f8050-be93-43f8-a4cc-25917a091ba1} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001675 sec., 32238.805970149253 rows/sec., 2.25 MiB/sec. | ||
| 3796 | 2025.02.06 05:12:47.661691 [ 255 ] {9d9f8050-be93-43f8-a4cc-25917a091ba1} <Debug> TCPHandler: Processed in 0.001917752 sec. | ||
| 3797 | 2025.02.06 05:12:47.661863 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3798 | 2025.02.06 05:12:47.662002 [ 5 ] {90bf7bd4-7139-4b82-a015-76a8b47c2540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3799 | 2025.02.06 05:12:47.662065 [ 5 ] {90bf7bd4-7139-4b82-a015-76a8b47c2540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3800 | 2025.02.06 05:12:47.663426 [ 5 ] {90bf7bd4-7139-4b82-a015-76a8b47c2540} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3801 | 2025.02.06 05:12:47.663466 [ 5 ] {90bf7bd4-7139-4b82-a015-76a8b47c2540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3802 | 2025.02.06 05:12:47.663845 [ 5 ] {90bf7bd4-7139-4b82-a015-76a8b47c2540} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3803 | 2025.02.06 05:12:47.664106 [ 5 ] {90bf7bd4-7139-4b82-a015-76a8b47c2540} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3804 | 2025.02.06 05:12:47.664338 [ 5 ] {90bf7bd4-7139-4b82-a015-76a8b47c2540} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.002366 sec., 8453.085376162298 rows/sec., 581.15 KiB/sec. | ||
| 3805 | 2025.02.06 05:12:47.664391 [ 5 ] {90bf7bd4-7139-4b82-a015-76a8b47c2540} <Debug> TCPHandler: Processed in 0.002594455 sec. | ||
| 3806 | 2025.02.06 05:12:48.571402 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3807 | 2025.02.06 05:12:48.572036 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2025.02.06 05:12:48.572081 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3809 | 2025.02.06 05:12:48.572621 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3810 | 2025.02.06 05:12:48.572904 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2025.02.06 05:12:48.573173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3812 | 2025.02.06 05:12:49.060748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3813 | 2025.02.06 05:12:49.082139 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3814 | 2025.02.06 05:12:49.082214 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3815 | 2025.02.06 05:12:49.090418 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3816 | 2025.02.06 05:12:49.091232 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3817 | 2025.02.06 05:12:49.093929 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3818 | 2025.02.06 05:12:52.665955 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3819 | 2025.02.06 05:12:52.666177 [ 255 ] {2ddf9596-163a-42e5-9e20-1e81c16d43d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3820 | 2025.02.06 05:12:52.666257 [ 255 ] {2ddf9596-163a-42e5-9e20-1e81c16d43d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3821 | 2025.02.06 05:12:52.667050 [ 255 ] {2ddf9596-163a-42e5-9e20-1e81c16d43d7} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3822 | 2025.02.06 05:12:52.667102 [ 255 ] {2ddf9596-163a-42e5-9e20-1e81c16d43d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3823 | 2025.02.06 05:12:52.667529 [ 255 ] {2ddf9596-163a-42e5-9e20-1e81c16d43d7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3824 | 2025.02.06 05:12:52.667805 [ 255 ] {2ddf9596-163a-42e5-9e20-1e81c16d43d7} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3825 | 2025.02.06 05:12:52.668059 [ 255 ] {2ddf9596-163a-42e5-9e20-1e81c16d43d7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001937 sec., 7227.671657201859 rows/sec., 520.30 KiB/sec. | ||
| 3826 | 2025.02.06 05:12:52.668274 [ 255 ] {2ddf9596-163a-42e5-9e20-1e81c16d43d7} <Debug> TCPHandler: Processed in 0.00245699 sec. | ||
| 3827 | 2025.02.06 05:12:52.668562 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3828 | 2025.02.06 05:12:52.668748 [ 5 ] {2abdd6fb-67a4-471e-9ea7-4e26e2df1809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3829 | 2025.02.06 05:12:52.668818 [ 5 ] {2abdd6fb-67a4-471e-9ea7-4e26e2df1809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3830 | 2025.02.06 05:12:52.669670 [ 5 ] {2abdd6fb-67a4-471e-9ea7-4e26e2df1809} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3831 | 2025.02.06 05:12:52.669714 [ 5 ] {2abdd6fb-67a4-471e-9ea7-4e26e2df1809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3832 | 2025.02.06 05:12:52.670189 [ 5 ] {2abdd6fb-67a4-471e-9ea7-4e26e2df1809} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3833 | 2025.02.06 05:12:52.670447 [ 5 ] {2abdd6fb-67a4-471e-9ea7-4e26e2df1809} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3834 | 2025.02.06 05:12:52.670643 [ 135 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3835 | 2025.02.06 05:12:52.670730 [ 135 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2025.02.06 05:12:52.670734 [ 5 ] {2abdd6fb-67a4-471e-9ea7-4e26e2df1809} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.002026 sec., 125863.77097729516 rows/sec., 11.00 MiB/sec. | ||
| 3837 | 2025.02.06 05:12:52.670775 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3838 | 2025.02.06 05:12:52.670878 [ 5 ] {2abdd6fb-67a4-471e-9ea7-4e26e2df1809} <Debug> TCPHandler: Processed in 0.00244702 sec. | ||
| 3839 | 2025.02.06 05:12:52.671070 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 3840 | 2025.02.06 05:12:52.671164 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3841 | 2025.02.06 05:12:52.671300 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3842 | 2025.02.06 05:12:52.671376 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1429 rows starting from the beginning of the part | ||
| 3843 | 2025.02.06 05:12:52.671403 [ 255 ] {97c43dec-4fc1-405d-b789-aad717730d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3844 | 2025.02.06 05:12:52.671568 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 3845 | 2025.02.06 05:12:52.671587 [ 255 ] {97c43dec-4fc1-405d-b789-aad717730d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3846 | 2025.02.06 05:12:52.671942 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 255 rows starting from the beginning of the part | ||
| 3847 | 2025.02.06 05:12:52.672305 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1222 rows starting from the beginning of the part | ||
| 3848 | 2025.02.06 05:12:52.672607 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 3849 | 2025.02.06 05:12:52.672979 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 255 rows starting from the beginning of the part | ||
| 3850 | 2025.02.06 05:12:52.674515 [ 255 ] {97c43dec-4fc1-405d-b789-aad717730d84} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2025.02.06 05:12:52.674596 [ 255 ] {97c43dec-4fc1-405d-b789-aad717730d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 3852 | 2025.02.06 05:12:52.675632 [ 255 ] {97c43dec-4fc1-405d-b789-aad717730d84} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3853 | 2025.02.06 05:12:52.675916 [ 255 ] {97c43dec-4fc1-405d-b789-aad717730d84} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2025.02.06 05:12:52.676375 [ 255 ] {97c43dec-4fc1-405d-b789-aad717730d84} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.005015 sec., 6580.259222333 rows/sec., 480.78 KiB/sec. | ||
| 3855 | 2025.02.06 05:12:52.676976 [ 255 ] {97c43dec-4fc1-405d-b789-aad717730d84} <Debug> TCPHandler: Processed in 0.005938365 sec. | ||
| 3856 | 2025.02.06 05:12:52.677174 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3299 rows, containing 5 columns (5 merged, 0 gathered) in 0.006272105 sec., 525979.7149441855 rows/sec., 45.93 MiB/sec. | ||
| 3857 | 2025.02.06 05:12:52.677223 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3858 | 2025.02.06 05:12:52.677372 [ 5 ] {5b818da1-4138-400a-b950-f285ff1ca9b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3859 | 2025.02.06 05:12:52.677455 [ 5 ] {5b818da1-4138-400a-b950-f285ff1ca9b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3860 | 2025.02.06 05:12:52.677586 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3861 | 2025.02.06 05:12:52.678250 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3862 | 2025.02.06 05:12:52.678465 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_26_5} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3863 | 2025.02.06 05:12:52.678669 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 3864 | 2025.02.06 05:12:52.678737 [ 5 ] {5b818da1-4138-400a-b950-f285ff1ca9b8} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2025.02.06 05:12:52.678781 [ 5 ] {5b818da1-4138-400a-b950-f285ff1ca9b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3866 | 2025.02.06 05:12:52.679142 [ 5 ] {5b818da1-4138-400a-b950-f285ff1ca9b8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3867 | 2025.02.06 05:12:52.679384 [ 5 ] {5b818da1-4138-400a-b950-f285ff1ca9b8} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2025.02.06 05:12:52.679549 [ 135 ] {} <Debug> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3869 | 2025.02.06 05:12:52.679616 [ 135 ] {} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3870 | 2025.02.06 05:12:52.679651 [ 5 ] {5b818da1-4138-400a-b950-f285ff1ca9b8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002311 sec., 6057.983556901774 rows/sec., 424.26 KiB/sec. | ||
| 3871 | 2025.02.06 05:12:52.679657 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3872 | 2025.02.06 05:12:52.679819 [ 5 ] {5b818da1-4138-400a-b950-f285ff1ca9b8} <Debug> TCPHandler: Processed in 0.002692768 sec. | ||
| 3873 | 2025.02.06 05:12:52.679911 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 3874 | 2025.02.06 05:12:52.680019 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3875 | 2025.02.06 05:12:52.680083 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3876 | 2025.02.06 05:12:52.680162 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 3877 | 2025.02.06 05:12:52.680223 [ 255 ] {9d6165c1-9337-42ef-9f52-b4f444a00acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3878 | 2025.02.06 05:12:52.680373 [ 255 ] {9d6165c1-9337-42ef-9f52-b4f444a00acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3879 | 2025.02.06 05:12:52.680430 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 3880 | 2025.02.06 05:12:52.680819 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3881 | 2025.02.06 05:12:52.681149 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 3882 | 2025.02.06 05:12:52.681518 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
| 3883 | 2025.02.06 05:12:52.681823 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 3884 | 2025.02.06 05:12:52.683128 [ 255 ] {9d6165c1-9337-42ef-9f52-b4f444a00acb} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2025.02.06 05:12:52.683189 [ 255 ] {9d6165c1-9337-42ef-9f52-b4f444a00acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 3886 | 2025.02.06 05:12:52.684136 [ 255 ] {9d6165c1-9337-42ef-9f52-b4f444a00acb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3887 | 2025.02.06 05:12:52.684726 [ 255 ] {9d6165c1-9337-42ef-9f52-b4f444a00acb} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2025.02.06 05:12:52.684746 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004944912 sec., 106574.19181574919 rows/sec., 7.63 MiB/sec. | ||
| 3889 | 2025.02.06 05:12:52.684994 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3890 | 2025.02.06 05:12:52.685173 [ 255 ] {9d6165c1-9337-42ef-9f52-b4f444a00acb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004994 sec., 2603.1237484981975 rows/sec., 162.30 KiB/sec. | ||
| 3891 | 2025.02.06 05:12:52.685317 [ 255 ] {9d6165c1-9337-42ef-9f52-b4f444a00acb} <Debug> TCPHandler: Processed in 0.005372096 sec. | ||
| 3892 | 2025.02.06 05:12:52.685520 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_11_2} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3893 | 2025.02.06 05:12:52.685611 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3894 | 2025.02.06 05:12:52.685654 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_11_2} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3895 | 2025.02.06 05:12:52.685789 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3896 | 2025.02.06 05:12:52.685910 [ 5 ] {70a8a4ed-1f51-41a3-88f3-ecb2ffeee9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3897 | 2025.02.06 05:12:52.685963 [ 5 ] {70a8a4ed-1f51-41a3-88f3-ecb2ffeee9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3898 | 2025.02.06 05:12:52.686740 [ 5 ] {70a8a4ed-1f51-41a3-88f3-ecb2ffeee9c0} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3899 | 2025.02.06 05:12:52.686779 [ 5 ] {70a8a4ed-1f51-41a3-88f3-ecb2ffeee9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3900 | 2025.02.06 05:12:52.687176 [ 5 ] {70a8a4ed-1f51-41a3-88f3-ecb2ffeee9c0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3901 | 2025.02.06 05:12:52.687427 [ 5 ] {70a8a4ed-1f51-41a3-88f3-ecb2ffeee9c0} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2025.02.06 05:12:52.687588 [ 135 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3903 | 2025.02.06 05:12:52.687646 [ 135 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2025.02.06 05:12:52.687682 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3905 | 2025.02.06 05:12:52.687688 [ 5 ] {70a8a4ed-1f51-41a3-88f3-ecb2ffeee9c0} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001819 sec., 224299.06542056074 rows/sec., 15.98 MiB/sec. | ||
| 3906 | 2025.02.06 05:12:52.687904 [ 5 ] {70a8a4ed-1f51-41a3-88f3-ecb2ffeee9c0} <Debug> TCPHandler: Processed in 0.00244385 sec. | ||
| 3907 | 2025.02.06 05:12:52.687957 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 3908 | 2025.02.06 05:12:52.688212 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3909 | 2025.02.06 05:12:52.688319 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3910 | 2025.02.06 05:12:52.688393 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 3911 | 2025.02.06 05:12:52.688470 [ 255 ] {10c32ae9-fb6b-4551-accd-2768ccac8b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3912 | 2025.02.06 05:12:52.688660 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
| 3913 | 2025.02.06 05:12:52.688709 [ 255 ] {10c32ae9-fb6b-4551-accd-2768ccac8b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3914 | 2025.02.06 05:12:52.688973 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 408 rows starting from the beginning of the part | ||
| 3915 | 2025.02.06 05:12:52.689303 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 533 rows starting from the beginning of the part | ||
| 3916 | 2025.02.06 05:12:52.689665 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 3917 | 2025.02.06 05:12:52.690047 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 408 rows starting from the beginning of the part | ||
| 3918 | 2025.02.06 05:12:52.691086 [ 255 ] {10c32ae9-fb6b-4551-accd-2768ccac8b0e} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3919 | 2025.02.06 05:12:52.691156 [ 255 ] {10c32ae9-fb6b-4551-accd-2768ccac8b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 3920 | 2025.02.06 05:12:52.692179 [ 255 ] {10c32ae9-fb6b-4551-accd-2768ccac8b0e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3921 | 2025.02.06 05:12:52.692555 [ 255 ] {10c32ae9-fb6b-4551-accd-2768ccac8b0e} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3922 | 2025.02.06 05:12:52.693000 [ 255 ] {10c32ae9-fb6b-4551-accd-2768ccac8b0e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00457 sec., 1312.9102844638949 rows/sec., 68.59 KiB/sec. | ||
| 3923 | 2025.02.06 05:12:52.693310 [ 255 ] {10c32ae9-fb6b-4551-accd-2768ccac8b0e} <Debug> TCPHandler: Processed in 0.005261942 sec. | ||
| 3924 | 2025.02.06 05:12:52.693395 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2399 rows, containing 5 columns (5 merged, 0 gathered) in 0.005627694 sec., 426284.7269236742 rows/sec., 32.67 MiB/sec. | ||
| 3925 | 2025.02.06 05:12:52.693534 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3926 | 2025.02.06 05:12:52.693627 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3927 | 2025.02.06 05:12:52.693699 [ 5 ] {192e1fb8-2fd7-4d32-83ea-0a0943125644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3928 | 2025.02.06 05:12:52.693772 [ 5 ] {192e1fb8-2fd7-4d32-83ea-0a0943125644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3929 | 2025.02.06 05:12:52.694066 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3930 | 2025.02.06 05:12:52.694165 [ 196 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_26_5} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3931 | 2025.02.06 05:12:52.694235 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 3932 | 2025.02.06 05:12:52.694509 [ 5 ] {192e1fb8-2fd7-4d32-83ea-0a0943125644} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3933 | 2025.02.06 05:12:52.694548 [ 5 ] {192e1fb8-2fd7-4d32-83ea-0a0943125644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3934 | 2025.02.06 05:12:52.694973 [ 5 ] {192e1fb8-2fd7-4d32-83ea-0a0943125644} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3935 | 2025.02.06 05:12:52.695215 [ 5 ] {192e1fb8-2fd7-4d32-83ea-0a0943125644} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3936 | 2025.02.06 05:12:52.695391 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3937 | 2025.02.06 05:12:52.695456 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2025.02.06 05:12:52.695463 [ 5 ] {192e1fb8-2fd7-4d32-83ea-0a0943125644} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001806 sec., 131229.23588039866 rows/sec., 8.80 MiB/sec. | ||
| 3939 | 2025.02.06 05:12:52.695501 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3940 | 2025.02.06 05:12:52.695639 [ 5 ] {192e1fb8-2fd7-4d32-83ea-0a0943125644} <Debug> TCPHandler: Processed in 0.002179161 sec. | ||
| 3941 | 2025.02.06 05:12:52.695689 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 3942 | 2025.02.06 05:12:52.695815 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3943 | 2025.02.06 05:12:52.695843 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3944 | 2025.02.06 05:12:52.695861 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6037 rows starting from the beginning of the part | ||
| 3945 | 2025.02.06 05:12:52.696127 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 3946 | 2025.02.06 05:12:52.696165 [ 255 ] {f3da72fe-bb09-440a-b17b-9cc98eb60132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3947 | 2025.02.06 05:12:52.696341 [ 255 ] {f3da72fe-bb09-440a-b17b-9cc98eb60132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3948 | 2025.02.06 05:12:52.696426 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 3949 | 2025.02.06 05:12:52.696879 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 952 rows starting from the beginning of the part | ||
| 3950 | 2025.02.06 05:12:52.697234 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part | ||
| 3951 | 2025.02.06 05:12:52.697570 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 3952 | 2025.02.06 05:12:52.698575 [ 255 ] {f3da72fe-bb09-440a-b17b-9cc98eb60132} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3953 | 2025.02.06 05:12:52.698648 [ 255 ] {f3da72fe-bb09-440a-b17b-9cc98eb60132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 3954 | 2025.02.06 05:12:52.699380 [ 255 ] {f3da72fe-bb09-440a-b17b-9cc98eb60132} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3955 | 2025.02.06 05:12:52.699970 [ 255 ] {f3da72fe-bb09-440a-b17b-9cc98eb60132} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3956 | 2025.02.06 05:12:52.700438 [ 255 ] {f3da72fe-bb09-440a-b17b-9cc98eb60132} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004364 sec., 229.14757103574703 rows/sec., 15.44 KiB/sec. | ||
| 3957 | 2025.02.06 05:12:52.700663 [ 255 ] {f3da72fe-bb09-440a-b17b-9cc98eb60132} <Debug> TCPHandler: Processed in 0.004916431 sec. | ||
| 3958 | 2025.02.06 05:12:52.700863 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3959 | 2025.02.06 05:12:52.701024 [ 5 ] {d1dd8198-f9ba-4fbe-ab6a-5b4ea9eddebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3960 | 2025.02.06 05:12:52.701128 [ 5 ] {d1dd8198-f9ba-4fbe-ab6a-5b4ea9eddebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3961 | 2025.02.06 05:12:52.701608 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7677 rows, containing 5 columns (5 merged, 0 gathered) in 0.005982296 sec., 1283286.550849373 rows/sec., 86.63 MiB/sec. | ||
| 3962 | 2025.02.06 05:12:52.702173 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3963 | 2025.02.06 05:12:52.702592 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3964 | 2025.02.06 05:12:52.702724 [ 196 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3965 | 2025.02.06 05:12:52.702833 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 3966 | 2025.02.06 05:12:52.702887 [ 5 ] {d1dd8198-f9ba-4fbe-ab6a-5b4ea9eddebf} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3967 | 2025.02.06 05:12:52.702927 [ 5 ] {d1dd8198-f9ba-4fbe-ab6a-5b4ea9eddebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3968 | 2025.02.06 05:12:52.703556 [ 5 ] {d1dd8198-f9ba-4fbe-ab6a-5b4ea9eddebf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3969 | 2025.02.06 05:12:52.703814 [ 5 ] {d1dd8198-f9ba-4fbe-ab6a-5b4ea9eddebf} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3970 | 2025.02.06 05:12:52.704079 [ 5 ] {d1dd8198-f9ba-4fbe-ab6a-5b4ea9eddebf} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003109 sec., 8362.817626246382 rows/sec., 14.99 MiB/sec. | ||
| 3971 | 2025.02.06 05:12:52.704178 [ 5 ] {d1dd8198-f9ba-4fbe-ab6a-5b4ea9eddebf} <Debug> TCPHandler: Processed in 0.00338282 sec. | ||
| 3972 | 2025.02.06 05:12:52.704418 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3973 | 2025.02.06 05:12:52.704640 [ 255 ] {efe5887a-20cf-4d0e-979e-9f11aa8f6446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3974 | 2025.02.06 05:12:52.704732 [ 255 ] {efe5887a-20cf-4d0e-979e-9f11aa8f6446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3975 | 2025.02.06 05:12:52.705301 [ 255 ] {efe5887a-20cf-4d0e-979e-9f11aa8f6446} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3976 | 2025.02.06 05:12:52.705337 [ 255 ] {efe5887a-20cf-4d0e-979e-9f11aa8f6446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3977 | 2025.02.06 05:12:52.705714 [ 255 ] {efe5887a-20cf-4d0e-979e-9f11aa8f6446} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3978 | 2025.02.06 05:12:52.705951 [ 255 ] {efe5887a-20cf-4d0e-979e-9f11aa8f6446} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3979 | 2025.02.06 05:12:52.706072 [ 134 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3980 | 2025.02.06 05:12:52.706115 [ 134 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3981 | 2025.02.06 05:12:52.706132 [ 255 ] {efe5887a-20cf-4d0e-979e-9f11aa8f6446} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec. | ||
| 3982 | 2025.02.06 05:12:52.706143 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3983 | 2025.02.06 05:12:52.706229 [ 255 ] {efe5887a-20cf-4d0e-979e-9f11aa8f6446} <Debug> TCPHandler: Processed in 0.001919412 sec. | ||
| 3984 | 2025.02.06 05:12:52.706357 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 3985 | 2025.02.06 05:12:52.706468 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3986 | 2025.02.06 05:12:52.706497 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1038 rows starting from the beginning of the part | ||
| 3987 | 2025.02.06 05:12:52.706595 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3988 | 2025.02.06 05:12:52.706797 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 3989 | 2025.02.06 05:12:52.706998 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 3990 | 2025.02.06 05:12:52.707099 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 3991 | 2025.02.06 05:12:52.707307 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 3992 | 2025.02.06 05:12:52.708579 [ 194 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1322 rows, containing 4 columns (4 merged, 0 gathered) in 0.002339056 sec., 565185.2713231321 rows/sec., 36.89 MiB/sec. | ||
| 3993 | 2025.02.06 05:12:52.708974 [ 187 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3994 | 2025.02.06 05:12:52.709572 [ 187 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3995 | 2025.02.06 05:12:52.709735 [ 187 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_26_5} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3996 | 2025.02.06 05:12:52.709900 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3997 | 2025.02.06 05:12:55.952516 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3998 | 2025.02.06 05:12:55.952566 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3999 | 2025.02.06 05:12:56.074181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 4000 | 2025.02.06 05:12:56.074885 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2025.02.06 05:12:56.074927 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4002 | 2025.02.06 05:12:56.075504 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4003 | 2025.02.06 05:12:56.075796 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2025.02.06 05:12:56.075940 [ 127 ] {} <Debug> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4005 | 2025.02.06 05:12:56.075978 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 4006 | 2025.02.06 05:12:56.075991 [ 127 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4007 | 2025.02.06 05:12:56.076014 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4008 | 2025.02.06 05:12:56.076163 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::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 | ||
| 4009 | 2025.02.06 05:12:56.076330 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4010 | 2025.02.06 05:12:56.076376 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 4011 | 2025.02.06 05:12:56.076458 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 4012 | 2025.02.06 05:12:56.076547 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 4013 | 2025.02.06 05:12:56.076807 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 4014 | 2025.02.06 05:12:56.076993 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 4015 | 2025.02.06 05:12:56.077067 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 4016 | 2025.02.06 05:12:56.078870 [ 194 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002782551 sec., 2652601.875042003 rows/sec., 37.95 MiB/sec. | ||
| 4017 | 2025.02.06 05:12:56.079332 [ 199 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4018 | 2025.02.06 05:12:56.079631 [ 199 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4019 | 2025.02.06 05:12:56.079708 [ 199 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_16_3} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4020 | 2025.02.06 05:12:56.079806 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4021 | 2025.02.06 05:12:56.101662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 558 | ||
| 4022 | 2025.02.06 05:12:56.104744 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4023 | 2025.02.06 05:12:56.104793 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4024 | 2025.02.06 05:12:56.106290 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4025 | 2025.02.06 05:12:56.106604 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4026 | 2025.02.06 05:12:56.107130 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 558 | ||
| 4027 | 2025.02.06 05:12:56.594879 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 4028 | 2025.02.06 05:12:56.615579 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4029 | 2025.02.06 05:12:56.615634 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4030 | 2025.02.06 05:12:56.623143 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4031 | 2025.02.06 05:12:56.623917 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4032 | 2025.02.06 05:12:56.624325 [ 126 ] {} <Debug> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4033 | 2025.02.06 05:12:56.624452 [ 126 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4034 | 2025.02.06 05:12:56.624514 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4035 | 2025.02.06 05:12:56.624888 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 4036 | 2025.02.06 05:12:56.640219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 4037 | 2025.02.06 05:12:56.641686 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4038 | 2025.02.06 05:12:56.642998 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 4039 | 2025.02.06 05:12:56.648405 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 4040 | 2025.02.06 05:12:56.653912 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 4041 | 2025.02.06 05:12:56.659500 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 4042 | 2025.02.06 05:12:56.665360 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 4043 | 2025.02.06 05:12:56.669847 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 4044 | 2025.02.06 05:12:56.729281 [ 196 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104633094 sec., 1156.4218869414299 rows/sec., 5.98 MiB/sec. | ||
| 4045 | 2025.02.06 05:12:56.732009 [ 196 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4046 | 2025.02.06 05:12:56.734999 [ 196 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_16_3} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4047 | 2025.02.06 05:12:56.735137 [ 196 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_16_3} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4048 | 2025.02.06 05:12:56.737708 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 4049 | 2025.02.06 05:12:57.001156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.32 MiB, peak 186.27 MiB, free memory in arenas 0.00 B, will set to 178.23 MiB (RSS), difference: 1.91 MiB | ||
| 4050 | 2025.02.06 05:12:57.002324 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00091795 sec. | ||
| 4051 | 2025.02.06 05:12:57.659926 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2025.02.06 05:12:57.660202 [ 255 ] {6a7aca1f-17f7-4b4f-927d-eeb313ab62cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4053 | 2025.02.06 05:12:57.660313 [ 255 ] {6a7aca1f-17f7-4b4f-927d-eeb313ab62cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4054 | 2025.02.06 05:12:57.661361 [ 255 ] {6a7aca1f-17f7-4b4f-927d-eeb313ab62cc} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4055 | 2025.02.06 05:12:57.661412 [ 255 ] {6a7aca1f-17f7-4b4f-927d-eeb313ab62cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4056 | 2025.02.06 05:12:57.661867 [ 255 ] {6a7aca1f-17f7-4b4f-927d-eeb313ab62cc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4057 | 2025.02.06 05:12:57.662119 [ 255 ] {6a7aca1f-17f7-4b4f-927d-eeb313ab62cc} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4058 | 2025.02.06 05:12:57.662396 [ 255 ] {6a7aca1f-17f7-4b4f-927d-eeb313ab62cc} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002263 sec., 36235.086168802474 rows/sec., 2.99 MiB/sec. | ||
| 4059 | 2025.02.06 05:12:57.662568 [ 255 ] {6a7aca1f-17f7-4b4f-927d-eeb313ab62cc} <Debug> TCPHandler: Processed in 0.002777942 sec. | ||
| 4060 | 2025.02.06 05:12:57.663285 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4061 | 2025.02.06 05:12:57.663471 [ 5 ] {3988a9b2-6fc9-4c34-bcf5-8851f2f2dc44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4062 | 2025.02.06 05:12:57.663540 [ 5 ] {3988a9b2-6fc9-4c34-bcf5-8851f2f2dc44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4063 | 2025.02.06 05:12:57.664260 [ 5 ] {3988a9b2-6fc9-4c34-bcf5-8851f2f2dc44} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2025.02.06 05:12:57.664301 [ 5 ] {3988a9b2-6fc9-4c34-bcf5-8851f2f2dc44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4065 | 2025.02.06 05:12:57.664734 [ 5 ] {3988a9b2-6fc9-4c34-bcf5-8851f2f2dc44} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4066 | 2025.02.06 05:12:57.664997 [ 5 ] {3988a9b2-6fc9-4c34-bcf5-8851f2f2dc44} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2025.02.06 05:12:57.665196 [ 5 ] {3988a9b2-6fc9-4c34-bcf5-8851f2f2dc44} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001775 sec., 7323.943661971831 rows/sec., 550.73 KiB/sec. | ||
| 4068 | 2025.02.06 05:12:57.665249 [ 5 ] {3988a9b2-6fc9-4c34-bcf5-8851f2f2dc44} <Debug> TCPHandler: Processed in 0.002132969 sec. | ||
| 4069 | 2025.02.06 05:12:57.665411 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4070 | 2025.02.06 05:12:57.665528 [ 255 ] {c7622484-50d1-4c68-a14a-6e436bad075e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4071 | 2025.02.06 05:12:57.665576 [ 255 ] {c7622484-50d1-4c68-a14a-6e436bad075e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4072 | 2025.02.06 05:12:57.666207 [ 255 ] {c7622484-50d1-4c68-a14a-6e436bad075e} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2025.02.06 05:12:57.666246 [ 255 ] {c7622484-50d1-4c68-a14a-6e436bad075e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4074 | 2025.02.06 05:12:57.666628 [ 255 ] {c7622484-50d1-4c68-a14a-6e436bad075e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4075 | 2025.02.06 05:12:57.666866 [ 255 ] {c7622484-50d1-4c68-a14a-6e436bad075e} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2025.02.06 05:12:57.667067 [ 255 ] {c7622484-50d1-4c68-a14a-6e436bad075e} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001564 sec., 49232.736572890026 rows/sec., 3.84 MiB/sec. | ||
| 4077 | 2025.02.06 05:12:57.667117 [ 255 ] {c7622484-50d1-4c68-a14a-6e436bad075e} <Debug> TCPHandler: Processed in 0.001765568 sec. | ||
| 4078 | 2025.02.06 05:12:57.667325 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4079 | 2025.02.06 05:12:57.667465 [ 5 ] {80d916b6-e2c3-4ce9-8f9f-b0d318188676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4080 | 2025.02.06 05:12:57.667529 [ 5 ] {80d916b6-e2c3-4ce9-8f9f-b0d318188676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4081 | 2025.02.06 05:12:57.668163 [ 5 ] {80d916b6-e2c3-4ce9-8f9f-b0d318188676} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4082 | 2025.02.06 05:12:57.668199 [ 5 ] {80d916b6-e2c3-4ce9-8f9f-b0d318188676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4083 | 2025.02.06 05:12:57.668616 [ 5 ] {80d916b6-e2c3-4ce9-8f9f-b0d318188676} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4084 | 2025.02.06 05:12:57.668856 [ 5 ] {80d916b6-e2c3-4ce9-8f9f-b0d318188676} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4085 | 2025.02.06 05:12:57.669056 [ 5 ] {80d916b6-e2c3-4ce9-8f9f-b0d318188676} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
| 4086 | 2025.02.06 05:12:57.669413 [ 5 ] {80d916b6-e2c3-4ce9-8f9f-b0d318188676} <Debug> TCPHandler: Processed in 0.00215268 sec. | ||
| 4087 | 2025.02.06 05:12:57.669714 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4088 | 2025.02.06 05:12:57.670013 [ 255 ] {60775d8b-dcca-4dee-8ee2-79b2005a01a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4089 | 2025.02.06 05:12:57.670103 [ 255 ] {60775d8b-dcca-4dee-8ee2-79b2005a01a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4090 | 2025.02.06 05:12:57.671242 [ 255 ] {60775d8b-dcca-4dee-8ee2-79b2005a01a1} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4091 | 2025.02.06 05:12:57.671280 [ 255 ] {60775d8b-dcca-4dee-8ee2-79b2005a01a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4092 | 2025.02.06 05:12:57.671918 [ 255 ] {60775d8b-dcca-4dee-8ee2-79b2005a01a1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4093 | 2025.02.06 05:12:57.672173 [ 255 ] {60775d8b-dcca-4dee-8ee2-79b2005a01a1} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4094 | 2025.02.06 05:12:57.672520 [ 255 ] {60775d8b-dcca-4dee-8ee2-79b2005a01a1} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002555 sec., 5088.062622309198 rows/sec., 9.12 MiB/sec. | ||
| 4095 | 2025.02.06 05:12:57.672694 [ 255 ] {60775d8b-dcca-4dee-8ee2-79b2005a01a1} <Debug> TCPHandler: Processed in 0.003158883 sec. | ||
| 4096 | 2025.02.06 05:12:57.672880 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4097 | 2025.02.06 05:12:57.673017 [ 5 ] {a46f41d7-5b71-4026-a2a4-6b701f02bbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4098 | 2025.02.06 05:12:57.673077 [ 5 ] {a46f41d7-5b71-4026-a2a4-6b701f02bbba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4099 | 2025.02.06 05:12:57.673656 [ 5 ] {a46f41d7-5b71-4026-a2a4-6b701f02bbba} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2025.02.06 05:12:57.673701 [ 5 ] {a46f41d7-5b71-4026-a2a4-6b701f02bbba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4101 | 2025.02.06 05:12:57.674119 [ 5 ] {a46f41d7-5b71-4026-a2a4-6b701f02bbba} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4102 | 2025.02.06 05:12:57.674358 [ 5 ] {a46f41d7-5b71-4026-a2a4-6b701f02bbba} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2025.02.06 05:12:57.674599 [ 5 ] {a46f41d7-5b71-4026-a2a4-6b701f02bbba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
| 4104 | 2025.02.06 05:12:57.674949 [ 5 ] {a46f41d7-5b71-4026-a2a4-6b701f02bbba} <Debug> TCPHandler: Processed in 0.00212617 sec. | ||
| 4105 | 2025.02.06 05:13:02.664440 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4106 | 2025.02.06 05:13:02.664669 [ 255 ] {634537f2-da5f-42e9-9b4b-247bda6eddc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4107 | 2025.02.06 05:13:02.664752 [ 255 ] {634537f2-da5f-42e9-9b4b-247bda6eddc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4108 | 2025.02.06 05:13:02.665580 [ 255 ] {634537f2-da5f-42e9-9b4b-247bda6eddc3} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4109 | 2025.02.06 05:13:02.665633 [ 255 ] {634537f2-da5f-42e9-9b4b-247bda6eddc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4110 | 2025.02.06 05:13:02.666091 [ 255 ] {634537f2-da5f-42e9-9b4b-247bda6eddc3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4111 | 2025.02.06 05:13:02.666354 [ 255 ] {634537f2-da5f-42e9-9b4b-247bda6eddc3} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2025.02.06 05:13:02.666536 [ 119 ] {} <Debug> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4113 | 2025.02.06 05:13:02.666608 [ 255 ] {634537f2-da5f-42e9-9b4b-247bda6eddc3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec. | ||
| 4114 | 2025.02.06 05:13:02.666617 [ 119 ] {} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4115 | 2025.02.06 05:13:02.666697 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4116 | 2025.02.06 05:13:02.666757 [ 255 ] {634537f2-da5f-42e9-9b4b-247bda6eddc3} <Debug> TCPHandler: Processed in 0.00245406 sec. | ||
| 4117 | 2025.02.06 05:13:02.667128 [ 192 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 4118 | 2025.02.06 05:13:02.667151 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4119 | 2025.02.06 05:13:02.667337 [ 192 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4120 | 2025.02.06 05:13:02.667371 [ 5 ] {92eda67f-bb5b-461f-a59d-7df69f768dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4121 | 2025.02.06 05:13:02.667383 [ 192 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 4122 | 2025.02.06 05:13:02.667460 [ 5 ] {92eda67f-bb5b-461f-a59d-7df69f768dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4123 | 2025.02.06 05:13:02.667566 [ 192 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 4124 | 2025.02.06 05:13:02.667987 [ 192 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 4125 | 2025.02.06 05:13:02.668141 [ 192 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 4126 | 2025.02.06 05:13:02.668372 [ 192 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 4127 | 2025.02.06 05:13:02.669356 [ 5 ] {92eda67f-bb5b-461f-a59d-7df69f768dbd} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4128 | 2025.02.06 05:13:02.669407 [ 5 ] {92eda67f-bb5b-461f-a59d-7df69f768dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4129 | 2025.02.06 05:13:02.670149 [ 192 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003337419 sec., 20974.291810527837 rows/sec., 1.55 MiB/sec. | ||
| 4130 | 2025.02.06 05:13:02.670188 [ 5 ] {92eda67f-bb5b-461f-a59d-7df69f768dbd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4131 | 2025.02.06 05:13:02.670427 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4132 | 2025.02.06 05:13:02.670644 [ 5 ] {92eda67f-bb5b-461f-a59d-7df69f768dbd} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4133 | 2025.02.06 05:13:02.671084 [ 5 ] {92eda67f-bb5b-461f-a59d-7df69f768dbd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00375 sec., 533.3333333333334 rows/sec., 43.49 KiB/sec. | ||
| 4134 | 2025.02.06 05:13:02.671262 [ 5 ] {92eda67f-bb5b-461f-a59d-7df69f768dbd} <Debug> TCPHandler: Processed in 0.004322712 sec. | ||
| 4135 | 2025.02.06 05:13:02.671271 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_9_2} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4136 | 2025.02.06 05:13:02.671464 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_9_2} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4137 | 2025.02.06 05:13:02.671494 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4138 | 2025.02.06 05:13:02.671615 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4139 | 2025.02.06 05:13:02.671717 [ 255 ] {20539d33-8eaf-4be1-b315-dbc336a9c118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4140 | 2025.02.06 05:13:02.671785 [ 255 ] {20539d33-8eaf-4be1-b315-dbc336a9c118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4141 | 2025.02.06 05:13:02.672779 [ 255 ] {20539d33-8eaf-4be1-b315-dbc336a9c118} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4142 | 2025.02.06 05:13:02.672821 [ 255 ] {20539d33-8eaf-4be1-b315-dbc336a9c118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4143 | 2025.02.06 05:13:02.673268 [ 255 ] {20539d33-8eaf-4be1-b315-dbc336a9c118} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4144 | 2025.02.06 05:13:02.673523 [ 255 ] {20539d33-8eaf-4be1-b315-dbc336a9c118} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4145 | 2025.02.06 05:13:02.673774 [ 255 ] {20539d33-8eaf-4be1-b315-dbc336a9c118} <Debug> executeQuery: Read 256 rows, 22.89 KiB in 0.002094 sec., 122254.05921680994 rows/sec., 10.68 MiB/sec. | ||
| 4146 | 2025.02.06 05:13:02.673966 [ 255 ] {20539d33-8eaf-4be1-b315-dbc336a9c118} <Debug> TCPHandler: Processed in 0.002571174 sec. | ||
| 4147 | 2025.02.06 05:13:02.674186 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4148 | 2025.02.06 05:13:02.674304 [ 5 ] {9a1dd05e-3a4b-45f2-a933-215fa282bd57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4149 | 2025.02.06 05:13:02.674356 [ 5 ] {9a1dd05e-3a4b-45f2-a933-215fa282bd57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4150 | 2025.02.06 05:13:02.674945 [ 5 ] {9a1dd05e-3a4b-45f2-a933-215fa282bd57} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4151 | 2025.02.06 05:13:02.674985 [ 5 ] {9a1dd05e-3a4b-45f2-a933-215fa282bd57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4152 | 2025.02.06 05:13:02.675357 [ 5 ] {9a1dd05e-3a4b-45f2-a933-215fa282bd57} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4153 | 2025.02.06 05:13:02.675636 [ 5 ] {9a1dd05e-3a4b-45f2-a933-215fa282bd57} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4154 | 2025.02.06 05:13:02.675849 [ 5 ] {9a1dd05e-3a4b-45f2-a933-215fa282bd57} <Debug> executeQuery: Read 35 rows, 2.55 KiB in 0.00157 sec., 22292.993630573248 rows/sec., 1.59 MiB/sec. | ||
| 4155 | 2025.02.06 05:13:02.675902 [ 5 ] {9a1dd05e-3a4b-45f2-a933-215fa282bd57} <Debug> TCPHandler: Processed in 0.001771838 sec. | ||
| 4156 | 2025.02.06 05:13:02.676069 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4157 | 2025.02.06 05:13:02.676201 [ 255 ] {81e2ffcb-1b2a-48ad-b17b-0fe95cbfd34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4158 | 2025.02.06 05:13:02.676260 [ 255 ] {81e2ffcb-1b2a-48ad-b17b-0fe95cbfd34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4159 | 2025.02.06 05:13:02.676958 [ 255 ] {81e2ffcb-1b2a-48ad-b17b-0fe95cbfd34c} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4160 | 2025.02.06 05:13:02.677006 [ 255 ] {81e2ffcb-1b2a-48ad-b17b-0fe95cbfd34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4161 | 2025.02.06 05:13:02.677393 [ 255 ] {81e2ffcb-1b2a-48ad-b17b-0fe95cbfd34c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4162 | 2025.02.06 05:13:02.677637 [ 255 ] {81e2ffcb-1b2a-48ad-b17b-0fe95cbfd34c} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4163 | 2025.02.06 05:13:02.677868 [ 255 ] {81e2ffcb-1b2a-48ad-b17b-0fe95cbfd34c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 578.79 KiB/sec. | ||
| 4164 | 2025.02.06 05:13:02.677952 [ 255 ] {81e2ffcb-1b2a-48ad-b17b-0fe95cbfd34c} <Debug> TCPHandler: Processed in 0.001939714 sec. | ||
| 4165 | 2025.02.06 05:13:02.678112 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4166 | 2025.02.06 05:13:02.678267 [ 5 ] {eea0f5a9-76fb-42b8-a1c2-30b13b3c3e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4167 | 2025.02.06 05:13:02.678341 [ 5 ] {eea0f5a9-76fb-42b8-a1c2-30b13b3c3e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4168 | 2025.02.06 05:13:02.679113 [ 5 ] {eea0f5a9-76fb-42b8-a1c2-30b13b3c3e98} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2025.02.06 05:13:02.679156 [ 5 ] {eea0f5a9-76fb-42b8-a1c2-30b13b3c3e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4170 | 2025.02.06 05:13:02.679520 [ 5 ] {eea0f5a9-76fb-42b8-a1c2-30b13b3c3e98} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4171 | 2025.02.06 05:13:02.679766 [ 5 ] {eea0f5a9-76fb-42b8-a1c2-30b13b3c3e98} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2025.02.06 05:13:02.679929 [ 119 ] {} <Debug> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4173 | 2025.02.06 05:13:02.680010 [ 119 ] {} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4174 | 2025.02.06 05:13:02.680015 [ 5 ] {eea0f5a9-76fb-42b8-a1c2-30b13b3c3e98} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001779 sec., 7307.476110174255 rows/sec., 455.62 KiB/sec. | ||
| 4175 | 2025.02.06 05:13:02.680055 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4176 | 2025.02.06 05:13:02.680162 [ 5 ] {eea0f5a9-76fb-42b8-a1c2-30b13b3c3e98} <Debug> TCPHandler: Processed in 0.002100869 sec. | ||
| 4177 | 2025.02.06 05:13:02.680261 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 4178 | 2025.02.06 05:13:02.680342 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4179 | 2025.02.06 05:13:02.680407 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4180 | 2025.02.06 05:13:02.680448 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 4181 | 2025.02.06 05:13:02.680484 [ 255 ] {b4a2fd69-39fc-4a35-9424-fe1495ffe717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4182 | 2025.02.06 05:13:02.680541 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 4183 | 2025.02.06 05:13:02.680664 [ 255 ] {b4a2fd69-39fc-4a35-9424-fe1495ffe717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4184 | 2025.02.06 05:13:02.680829 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 4185 | 2025.02.06 05:13:02.681247 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 4186 | 2025.02.06 05:13:02.681655 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 4187 | 2025.02.06 05:13:02.682934 [ 255 ] {b4a2fd69-39fc-4a35-9424-fe1495ffe717} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4188 | 2025.02.06 05:13:02.682979 [ 255 ] {b4a2fd69-39fc-4a35-9424-fe1495ffe717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4189 | 2025.02.06 05:13:02.683249 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003074771 sec., 21139.78569460945 rows/sec., 1.37 MiB/sec. | ||
| 4190 | 2025.02.06 05:13:02.683464 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4191 | 2025.02.06 05:13:02.683525 [ 255 ] {b4a2fd69-39fc-4a35-9424-fe1495ffe717} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4192 | 2025.02.06 05:13:02.683795 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_9_2} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2025.02.06 05:13:02.683801 [ 255 ] {b4a2fd69-39fc-4a35-9424-fe1495ffe717} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4194 | 2025.02.06 05:13:02.683887 [ 198 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_9_2} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4195 | 2025.02.06 05:13:02.684087 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4196 | 2025.02.06 05:13:02.684139 [ 255 ] {b4a2fd69-39fc-4a35-9424-fe1495ffe717} <Debug> executeQuery: Read 410 rows, 29.93 KiB in 0.003693 sec., 111020.85025724344 rows/sec., 7.91 MiB/sec. | ||
| 4197 | 2025.02.06 05:13:02.684202 [ 255 ] {b4a2fd69-39fc-4a35-9424-fe1495ffe717} <Debug> TCPHandler: Processed in 0.003919448 sec. | ||
| 4198 | 2025.02.06 05:13:02.684368 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4199 | 2025.02.06 05:13:02.684511 [ 5 ] {c8b7c71a-a8c8-48a5-8382-fa64833185f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4200 | 2025.02.06 05:13:02.684573 [ 5 ] {c8b7c71a-a8c8-48a5-8382-fa64833185f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4201 | 2025.02.06 05:13:02.685151 [ 5 ] {c8b7c71a-a8c8-48a5-8382-fa64833185f7} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2025.02.06 05:13:02.685191 [ 5 ] {c8b7c71a-a8c8-48a5-8382-fa64833185f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4203 | 2025.02.06 05:13:02.685561 [ 5 ] {c8b7c71a-a8c8-48a5-8382-fa64833185f7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4204 | 2025.02.06 05:13:02.685816 [ 5 ] {c8b7c71a-a8c8-48a5-8382-fa64833185f7} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4205 | 2025.02.06 05:13:02.686044 [ 5 ] {c8b7c71a-a8c8-48a5-8382-fa64833185f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec. | ||
| 4206 | 2025.02.06 05:13:02.686101 [ 5 ] {c8b7c71a-a8c8-48a5-8382-fa64833185f7} <Debug> TCPHandler: Processed in 0.001799689 sec. | ||
| 4207 | 2025.02.06 05:13:02.686271 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4208 | 2025.02.06 05:13:02.686413 [ 255 ] {62085e82-ca0d-4372-af5a-b2a3e7d24117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4209 | 2025.02.06 05:13:02.686479 [ 255 ] {62085e82-ca0d-4372-af5a-b2a3e7d24117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4210 | 2025.02.06 05:13:02.687176 [ 255 ] {62085e82-ca0d-4372-af5a-b2a3e7d24117} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4211 | 2025.02.06 05:13:02.687218 [ 255 ] {62085e82-ca0d-4372-af5a-b2a3e7d24117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4212 | 2025.02.06 05:13:02.687628 [ 255 ] {62085e82-ca0d-4372-af5a-b2a3e7d24117} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4213 | 2025.02.06 05:13:02.687889 [ 255 ] {62085e82-ca0d-4372-af5a-b2a3e7d24117} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4214 | 2025.02.06 05:13:02.688102 [ 255 ] {62085e82-ca0d-4372-af5a-b2a3e7d24117} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001722 sec., 138211.38211382114 rows/sec., 9.26 MiB/sec. | ||
| 4215 | 2025.02.06 05:13:02.688177 [ 255 ] {62085e82-ca0d-4372-af5a-b2a3e7d24117} <Debug> TCPHandler: Processed in 0.001976975 sec. | ||
| 4216 | 2025.02.06 05:13:02.688387 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4217 | 2025.02.06 05:13:02.688550 [ 5 ] {9701ce4c-1352-4135-bdc4-09f459feb4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4218 | 2025.02.06 05:13:02.688630 [ 5 ] {9701ce4c-1352-4135-bdc4-09f459feb4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4219 | 2025.02.06 05:13:02.689199 [ 5 ] {9701ce4c-1352-4135-bdc4-09f459feb4df} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4220 | 2025.02.06 05:13:02.689239 [ 5 ] {9701ce4c-1352-4135-bdc4-09f459feb4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4221 | 2025.02.06 05:13:02.689616 [ 5 ] {9701ce4c-1352-4135-bdc4-09f459feb4df} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4222 | 2025.02.06 05:13:02.689910 [ 5 ] {9701ce4c-1352-4135-bdc4-09f459feb4df} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4223 | 2025.02.06 05:13:02.690126 [ 5 ] {9701ce4c-1352-4135-bdc4-09f459feb4df} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001616 sec., 618.8118811881188 rows/sec., 41.70 KiB/sec. | ||
| 4224 | 2025.02.06 05:13:02.690179 [ 5 ] {9701ce4c-1352-4135-bdc4-09f459feb4df} <Debug> TCPHandler: Processed in 0.001873451 sec. | ||
| 4225 | 2025.02.06 05:13:02.690333 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4226 | 2025.02.06 05:13:02.690459 [ 255 ] {fdb73b0a-5d72-4a31-adbb-c8b1c3baa1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4227 | 2025.02.06 05:13:02.690545 [ 255 ] {fdb73b0a-5d72-4a31-adbb-c8b1c3baa1e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4228 | 2025.02.06 05:13:02.691705 [ 255 ] {fdb73b0a-5d72-4a31-adbb-c8b1c3baa1e4} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2025.02.06 05:13:02.691746 [ 255 ] {fdb73b0a-5d72-4a31-adbb-c8b1c3baa1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4230 | 2025.02.06 05:13:02.692384 [ 255 ] {fdb73b0a-5d72-4a31-adbb-c8b1c3baa1e4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4231 | 2025.02.06 05:13:02.692638 [ 255 ] {fdb73b0a-5d72-4a31-adbb-c8b1c3baa1e4} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2025.02.06 05:13:02.692949 [ 255 ] {fdb73b0a-5d72-4a31-adbb-c8b1c3baa1e4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002515 sec., 10337.972166998012 rows/sec., 18.53 MiB/sec. | ||
| 4233 | 2025.02.06 05:13:02.693354 [ 255 ] {fdb73b0a-5d72-4a31-adbb-c8b1c3baa1e4} <Debug> TCPHandler: Processed in 0.003077391 sec. | ||
| 4234 | 2025.02.06 05:13:02.693534 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2025.02.06 05:13:02.693669 [ 5 ] {1e64874d-4cd3-4447-afed-c66ac4b7005b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4236 | 2025.02.06 05:13:02.693731 [ 5 ] {1e64874d-4cd3-4447-afed-c66ac4b7005b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4237 | 2025.02.06 05:13:02.694285 [ 5 ] {1e64874d-4cd3-4447-afed-c66ac4b7005b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2025.02.06 05:13:02.694324 [ 5 ] {1e64874d-4cd3-4447-afed-c66ac4b7005b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4239 | 2025.02.06 05:13:02.694713 [ 5 ] {1e64874d-4cd3-4447-afed-c66ac4b7005b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4240 | 2025.02.06 05:13:02.694975 [ 5 ] {1e64874d-4cd3-4447-afed-c66ac4b7005b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2025.02.06 05:13:02.695270 [ 5 ] {1e64874d-4cd3-4447-afed-c66ac4b7005b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001627 sec., 50399.508297480024 rows/sec., 3.20 MiB/sec. | ||
| 4242 | 2025.02.06 05:13:02.695484 [ 5 ] {1e64874d-4cd3-4447-afed-c66ac4b7005b} <Debug> TCPHandler: Processed in 0.002011365 sec. | ||
| 4243 | 2025.02.06 05:13:03.577004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 4244 | 2025.02.06 05:13:03.577693 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4245 | 2025.02.06 05:13:03.577755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4246 | 2025.02.06 05:13:03.578346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4247 | 2025.02.06 05:13:03.578667 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4248 | 2025.02.06 05:13:03.578962 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 4249 | 2025.02.06 05:13:04.141183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 4250 | 2025.02.06 05:13:04.161171 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4251 | 2025.02.06 05:13:04.161227 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4252 | 2025.02.06 05:13:04.168694 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4253 | 2025.02.06 05:13:04.169510 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4254 | 2025.02.06 05:13:04.173519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 4255 | 2025.02.06 05:13:05.001167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.81 MiB, peak 186.27 MiB, free memory in arenas 0.00 B, will set to 179.96 MiB (RSS), difference: 1.15 MiB | ||
| 4256 | 2025.02.06 05:13:06.108146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 594 | ||
| 4257 | 2025.02.06 05:13:06.111195 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4258 | 2025.02.06 05:13:06.111239 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4259 | 2025.02.06 05:13:06.112705 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4260 | 2025.02.06 05:13:06.113008 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4261 | 2025.02.06 05:13:06.114216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 594 | ||
| 4262 | 2025.02.06 05:13:07.659685 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4263 | 2025.02.06 05:13:07.659891 [ 255 ] {e1f0fa64-82a7-455f-81f1-b656c811f272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4264 | 2025.02.06 05:13:07.659967 [ 255 ] {e1f0fa64-82a7-455f-81f1-b656c811f272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4265 | 2025.02.06 05:13:07.660818 [ 255 ] {e1f0fa64-82a7-455f-81f1-b656c811f272} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4266 | 2025.02.06 05:13:07.660868 [ 255 ] {e1f0fa64-82a7-455f-81f1-b656c811f272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4267 | 2025.02.06 05:13:07.661318 [ 255 ] {e1f0fa64-82a7-455f-81f1-b656c811f272} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4268 | 2025.02.06 05:13:07.661578 [ 255 ] {e1f0fa64-82a7-455f-81f1-b656c811f272} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4269 | 2025.02.06 05:13:07.661818 [ 255 ] {e1f0fa64-82a7-455f-81f1-b656c811f272} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001978 sec., 41456.01617795753 rows/sec., 3.43 MiB/sec. | ||
| 4270 | 2025.02.06 05:13:07.661897 [ 255 ] {e1f0fa64-82a7-455f-81f1-b656c811f272} <Debug> TCPHandler: Processed in 0.002342827 sec. | ||
| 4271 | 2025.02.06 05:13:07.662942 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4272 | 2025.02.06 05:13:07.663136 [ 5 ] {d37fd8c6-86a6-417d-b5bd-d27439ea9e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4273 | 2025.02.06 05:13:07.663208 [ 5 ] {d37fd8c6-86a6-417d-b5bd-d27439ea9e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4274 | 2025.02.06 05:13:07.663946 [ 5 ] {d37fd8c6-86a6-417d-b5bd-d27439ea9e89} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2025.02.06 05:13:07.663997 [ 5 ] {d37fd8c6-86a6-417d-b5bd-d27439ea9e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4276 | 2025.02.06 05:13:07.664435 [ 5 ] {d37fd8c6-86a6-417d-b5bd-d27439ea9e89} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4277 | 2025.02.06 05:13:07.664685 [ 5 ] {d37fd8c6-86a6-417d-b5bd-d27439ea9e89} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4278 | 2025.02.06 05:13:07.664977 [ 5 ] {d37fd8c6-86a6-417d-b5bd-d27439ea9e89} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001892 sec., 6871.035940803383 rows/sec., 516.67 KiB/sec. | ||
| 4279 | 2025.02.06 05:13:07.665196 [ 5 ] {d37fd8c6-86a6-417d-b5bd-d27439ea9e89} <Debug> TCPHandler: Processed in 0.002390739 sec. | ||
| 4280 | 2025.02.06 05:13:07.665346 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2025.02.06 05:13:07.665471 [ 255 ] {8a57f458-f10d-4160-98a0-1c8fbf262b95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4282 | 2025.02.06 05:13:07.665528 [ 255 ] {8a57f458-f10d-4160-98a0-1c8fbf262b95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4283 | 2025.02.06 05:13:07.666176 [ 255 ] {8a57f458-f10d-4160-98a0-1c8fbf262b95} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2025.02.06 05:13:07.666217 [ 255 ] {8a57f458-f10d-4160-98a0-1c8fbf262b95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4285 | 2025.02.06 05:13:07.666608 [ 255 ] {8a57f458-f10d-4160-98a0-1c8fbf262b95} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4286 | 2025.02.06 05:13:07.666849 [ 255 ] {8a57f458-f10d-4160-98a0-1c8fbf262b95} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2025.02.06 05:13:07.667110 [ 255 ] {8a57f458-f10d-4160-98a0-1c8fbf262b95} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001664 sec., 46274.03846153846 rows/sec., 3.61 MiB/sec. | ||
| 4288 | 2025.02.06 05:13:07.667327 [ 255 ] {8a57f458-f10d-4160-98a0-1c8fbf262b95} <Debug> TCPHandler: Processed in 0.002039067 sec. | ||
| 4289 | 2025.02.06 05:13:07.667519 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4290 | 2025.02.06 05:13:07.667647 [ 5 ] {bf042292-3cfe-46bc-936f-2a83b7aca10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4291 | 2025.02.06 05:13:07.667703 [ 5 ] {bf042292-3cfe-46bc-936f-2a83b7aca10e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4292 | 2025.02.06 05:13:07.668300 [ 5 ] {bf042292-3cfe-46bc-936f-2a83b7aca10e} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4293 | 2025.02.06 05:13:07.668342 [ 5 ] {bf042292-3cfe-46bc-936f-2a83b7aca10e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4294 | 2025.02.06 05:13:07.668764 [ 5 ] {bf042292-3cfe-46bc-936f-2a83b7aca10e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4295 | 2025.02.06 05:13:07.669020 [ 5 ] {bf042292-3cfe-46bc-936f-2a83b7aca10e} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4296 | 2025.02.06 05:13:07.669279 [ 5 ] {bf042292-3cfe-46bc-936f-2a83b7aca10e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec. | ||
| 4297 | 2025.02.06 05:13:07.669508 [ 5 ] {bf042292-3cfe-46bc-936f-2a83b7aca10e} <Debug> TCPHandler: Processed in 0.002043776 sec. | ||
| 4298 | 2025.02.06 05:13:07.669694 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4299 | 2025.02.06 05:13:07.669809 [ 255 ] {a37fcf9c-98a7-4f78-8312-5a908daa864d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4300 | 2025.02.06 05:13:07.669887 [ 255 ] {a37fcf9c-98a7-4f78-8312-5a908daa864d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4301 | 2025.02.06 05:13:07.671001 [ 255 ] {a37fcf9c-98a7-4f78-8312-5a908daa864d} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4302 | 2025.02.06 05:13:07.671040 [ 255 ] {a37fcf9c-98a7-4f78-8312-5a908daa864d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4303 | 2025.02.06 05:13:07.671688 [ 255 ] {a37fcf9c-98a7-4f78-8312-5a908daa864d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4304 | 2025.02.06 05:13:07.671949 [ 255 ] {a37fcf9c-98a7-4f78-8312-5a908daa864d} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4305 | 2025.02.06 05:13:07.672205 [ 255 ] {a37fcf9c-98a7-4f78-8312-5a908daa864d} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00242 sec., 5371.900826446281 rows/sec., 9.63 MiB/sec. | ||
| 4306 | 2025.02.06 05:13:07.672312 [ 255 ] {a37fcf9c-98a7-4f78-8312-5a908daa864d} <Debug> TCPHandler: Processed in 0.002678897 sec. | ||
| 4307 | 2025.02.06 05:13:07.672480 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4308 | 2025.02.06 05:13:07.672622 [ 5 ] {4a29a0c9-443d-4aa8-b100-64d69e2f6c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4309 | 2025.02.06 05:13:07.672684 [ 5 ] {4a29a0c9-443d-4aa8-b100-64d69e2f6c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4310 | 2025.02.06 05:13:07.673282 [ 5 ] {4a29a0c9-443d-4aa8-b100-64d69e2f6c6b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4311 | 2025.02.06 05:13:07.673322 [ 5 ] {4a29a0c9-443d-4aa8-b100-64d69e2f6c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4312 | 2025.02.06 05:13:07.673696 [ 5 ] {4a29a0c9-443d-4aa8-b100-64d69e2f6c6b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4313 | 2025.02.06 05:13:07.673938 [ 5 ] {4a29a0c9-443d-4aa8-b100-64d69e2f6c6b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4314 | 2025.02.06 05:13:07.674190 [ 5 ] {4a29a0c9-443d-4aa8-b100-64d69e2f6c6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001598 sec., 37546.93366708385 rows/sec., 2.53 MiB/sec. | ||
| 4315 | 2025.02.06 05:13:07.674392 [ 5 ] {4a29a0c9-443d-4aa8-b100-64d69e2f6c6b} <Debug> TCPHandler: Processed in 0.001982414 sec. | ||
| 4316 | 2025.02.06 05:13:10.952826 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4317 | 2025.02.06 05:13:10.952903 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4318 | 2025.02.06 05:13:11.079988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 4319 | 2025.02.06 05:13:11.080663 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4320 | 2025.02.06 05:13:11.080706 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4321 | 2025.02.06 05:13:11.081321 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4322 | 2025.02.06 05:13:11.081581 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4323 | 2025.02.06 05:13:11.081889 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4324 | 2025.02.06 05:13:11.674477 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4325 | 2025.02.06 05:13:11.694652 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4326 | 2025.02.06 05:13:11.694712 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4327 | 2025.02.06 05:13:11.702160 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4328 | 2025.02.06 05:13:11.702942 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4329 | 2025.02.06 05:13:11.706146 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4330 | 2025.02.06 05:13:12.665317 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4331 | 2025.02.06 05:13:12.665512 [ 255 ] {f2ca7309-e576-4a30-a4e9-c8af0d6a12d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4332 | 2025.02.06 05:13:12.665583 [ 255 ] {f2ca7309-e576-4a30-a4e9-c8af0d6a12d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4333 | 2025.02.06 05:13:12.666320 [ 255 ] {f2ca7309-e576-4a30-a4e9-c8af0d6a12d4} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4334 | 2025.02.06 05:13:12.666363 [ 255 ] {f2ca7309-e576-4a30-a4e9-c8af0d6a12d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4335 | 2025.02.06 05:13:12.666787 [ 255 ] {f2ca7309-e576-4a30-a4e9-c8af0d6a12d4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4336 | 2025.02.06 05:13:12.667036 [ 255 ] {f2ca7309-e576-4a30-a4e9-c8af0d6a12d4} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4337 | 2025.02.06 05:13:12.667261 [ 255 ] {f2ca7309-e576-4a30-a4e9-c8af0d6a12d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001791 sec., 7816.862088218872 rows/sec., 562.71 KiB/sec. | ||
| 4338 | 2025.02.06 05:13:12.667465 [ 255 ] {f2ca7309-e576-4a30-a4e9-c8af0d6a12d4} <Debug> TCPHandler: Processed in 0.002283165 sec. | ||
| 4339 | 2025.02.06 05:13:12.667797 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4340 | 2025.02.06 05:13:12.668108 [ 5 ] {7d2aa346-5490-47e4-a720-fc26249a10ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4341 | 2025.02.06 05:13:12.668228 [ 5 ] {7d2aa346-5490-47e4-a720-fc26249a10ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4342 | 2025.02.06 05:13:12.669205 [ 5 ] {7d2aa346-5490-47e4-a720-fc26249a10ad} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4343 | 2025.02.06 05:13:12.669255 [ 5 ] {7d2aa346-5490-47e4-a720-fc26249a10ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4344 | 2025.02.06 05:13:12.669730 [ 5 ] {7d2aa346-5490-47e4-a720-fc26249a10ad} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4345 | 2025.02.06 05:13:12.669987 [ 5 ] {7d2aa346-5490-47e4-a720-fc26249a10ad} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4346 | 2025.02.06 05:13:12.670230 [ 5 ] {7d2aa346-5490-47e4-a720-fc26249a10ad} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.002209 sec., 115436.84925305568 rows/sec., 10.09 MiB/sec. | ||
| 4347 | 2025.02.06 05:13:12.670297 [ 5 ] {7d2aa346-5490-47e4-a720-fc26249a10ad} <Debug> TCPHandler: Processed in 0.002693028 sec. | ||
| 4348 | 2025.02.06 05:13:12.670456 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4349 | 2025.02.06 05:13:12.670575 [ 255 ] {e1e9bf64-a8db-4e19-b710-6fdef1dbdd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4350 | 2025.02.06 05:13:12.670625 [ 255 ] {e1e9bf64-a8db-4e19-b710-6fdef1dbdd68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4351 | 2025.02.06 05:13:12.671208 [ 255 ] {e1e9bf64-a8db-4e19-b710-6fdef1dbdd68} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4352 | 2025.02.06 05:13:12.671245 [ 255 ] {e1e9bf64-a8db-4e19-b710-6fdef1dbdd68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4353 | 2025.02.06 05:13:12.671602 [ 255 ] {e1e9bf64-a8db-4e19-b710-6fdef1dbdd68} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4354 | 2025.02.06 05:13:12.671834 [ 255 ] {e1e9bf64-a8db-4e19-b710-6fdef1dbdd68} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4355 | 2025.02.06 05:13:12.671954 [ 106 ] {} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4356 | 2025.02.06 05:13:12.671993 [ 106 ] {} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4357 | 2025.02.06 05:13:12.672018 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4358 | 2025.02.06 05:13:12.672020 [ 255 ] {e1e9bf64-a8db-4e19-b710-6fdef1dbdd68} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001469 sec., 22464.2614023145 rows/sec., 1.60 MiB/sec. | ||
| 4359 | 2025.02.06 05:13:12.672324 [ 255 ] {e1e9bf64-a8db-4e19-b710-6fdef1dbdd68} <Debug> TCPHandler: Processed in 0.001919993 sec. | ||
| 4360 | 2025.02.06 05:13:12.672531 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 4361 | 2025.02.06 05:13:12.672653 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4362 | 2025.02.06 05:13:12.673032 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4363 | 2025.02.06 05:13:12.673055 [ 5 ] {056c29f6-07a4-41f9-b56d-1e00130b0616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4364 | 2025.02.06 05:13:12.673089 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 60 rows starting from the beginning of the part | ||
| 4365 | 2025.02.06 05:13:12.673143 [ 5 ] {056c29f6-07a4-41f9-b56d-1e00130b0616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4366 | 2025.02.06 05:13:12.673217 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
| 4367 | 2025.02.06 05:13:12.673504 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 4368 | 2025.02.06 05:13:12.673716 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 35 rows starting from the beginning of the part | ||
| 4369 | 2025.02.06 05:13:12.673984 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 4370 | 2025.02.06 05:13:12.674236 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
| 4371 | 2025.02.06 05:13:12.675167 [ 5 ] {056c29f6-07a4-41f9-b56d-1e00130b0616} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2025.02.06 05:13:12.675217 [ 5 ] {056c29f6-07a4-41f9-b56d-1e00130b0616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4373 | 2025.02.06 05:13:12.675913 [ 5 ] {056c29f6-07a4-41f9-b56d-1e00130b0616} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4374 | 2025.02.06 05:13:12.675983 [ 198 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.003866487 sec., 48364.316238487285 rows/sec., 3.64 MiB/sec. | ||
| 4375 | 2025.02.06 05:13:12.676292 [ 5 ] {056c29f6-07a4-41f9-b56d-1e00130b0616} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4376 | 2025.02.06 05:13:12.676358 [ 195 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4377 | 2025.02.06 05:13:12.676719 [ 5 ] {056c29f6-07a4-41f9-b56d-1e00130b0616} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003797 sec., 3687.121411640769 rows/sec., 258.22 KiB/sec. | ||
| 4378 | 2025.02.06 05:13:12.676874 [ 5 ] {056c29f6-07a4-41f9-b56d-1e00130b0616} <Debug> TCPHandler: Processed in 0.004410534 sec. | ||
| 4379 | 2025.02.06 05:13:12.677045 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4380 | 2025.02.06 05:13:12.677104 [ 190 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4381 | 2025.02.06 05:13:12.677220 [ 255 ] {64cb1742-b70a-4c98-8a8c-dfc6255cf4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4382 | 2025.02.06 05:13:12.677225 [ 190 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_21_4} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4383 | 2025.02.06 05:13:12.677283 [ 255 ] {64cb1742-b70a-4c98-8a8c-dfc6255cf4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4384 | 2025.02.06 05:13:12.677363 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4385 | 2025.02.06 05:13:12.677922 [ 255 ] {64cb1742-b70a-4c98-8a8c-dfc6255cf4c0} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2025.02.06 05:13:12.677959 [ 255 ] {64cb1742-b70a-4c98-8a8c-dfc6255cf4c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4387 | 2025.02.06 05:13:12.678311 [ 255 ] {64cb1742-b70a-4c98-8a8c-dfc6255cf4c0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4388 | 2025.02.06 05:13:12.678556 [ 255 ] {64cb1742-b70a-4c98-8a8c-dfc6255cf4c0} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2025.02.06 05:13:12.678763 [ 255 ] {64cb1742-b70a-4c98-8a8c-dfc6255cf4c0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001582 sec., 8217.446270543614 rows/sec., 512.36 KiB/sec. | ||
| 4390 | 2025.02.06 05:13:12.678952 [ 255 ] {64cb1742-b70a-4c98-8a8c-dfc6255cf4c0} <Debug> TCPHandler: Processed in 0.001977615 sec. | ||
| 4391 | 2025.02.06 05:13:12.679170 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4392 | 2025.02.06 05:13:12.679405 [ 5 ] {4139bb9e-5d95-4203-a7bc-5e310d57a7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4393 | 2025.02.06 05:13:12.679489 [ 5 ] {4139bb9e-5d95-4203-a7bc-5e310d57a7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4394 | 2025.02.06 05:13:12.680251 [ 5 ] {4139bb9e-5d95-4203-a7bc-5e310d57a7d8} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4395 | 2025.02.06 05:13:12.680291 [ 5 ] {4139bb9e-5d95-4203-a7bc-5e310d57a7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4396 | 2025.02.06 05:13:12.680686 [ 5 ] {4139bb9e-5d95-4203-a7bc-5e310d57a7d8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4397 | 2025.02.06 05:13:12.680935 [ 5 ] {4139bb9e-5d95-4203-a7bc-5e310d57a7d8} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4398 | 2025.02.06 05:13:12.681177 [ 5 ] {4139bb9e-5d95-4203-a7bc-5e310d57a7d8} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001828 sec., 223194.74835886215 rows/sec., 15.90 MiB/sec. | ||
| 4399 | 2025.02.06 05:13:12.681304 [ 5 ] {4139bb9e-5d95-4203-a7bc-5e310d57a7d8} <Debug> TCPHandler: Processed in 0.002244113 sec. | ||
| 4400 | 2025.02.06 05:13:12.681481 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4401 | 2025.02.06 05:13:12.681604 [ 255 ] {81e21d23-c7a6-4d1e-bacd-031caf82bd9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4402 | 2025.02.06 05:13:12.681657 [ 255 ] {81e21d23-c7a6-4d1e-bacd-031caf82bd9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4403 | 2025.02.06 05:13:12.682146 [ 255 ] {81e21d23-c7a6-4d1e-bacd-031caf82bd9e} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4404 | 2025.02.06 05:13:12.682185 [ 255 ] {81e21d23-c7a6-4d1e-bacd-031caf82bd9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4405 | 2025.02.06 05:13:12.682596 [ 255 ] {81e21d23-c7a6-4d1e-bacd-031caf82bd9e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4406 | 2025.02.06 05:13:12.682841 [ 255 ] {81e21d23-c7a6-4d1e-bacd-031caf82bd9e} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4407 | 2025.02.06 05:13:12.683023 [ 255 ] {81e21d23-c7a6-4d1e-bacd-031caf82bd9e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec. | ||
| 4408 | 2025.02.06 05:13:12.683078 [ 255 ] {81e21d23-c7a6-4d1e-bacd-031caf82bd9e} <Debug> TCPHandler: Processed in 0.001679675 sec. | ||
| 4409 | 2025.02.06 05:13:12.683222 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4410 | 2025.02.06 05:13:12.683343 [ 5 ] {1b6d8d6a-38ed-42fc-8ea0-92f4194eba28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4411 | 2025.02.06 05:13:12.683398 [ 5 ] {1b6d8d6a-38ed-42fc-8ea0-92f4194eba28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4412 | 2025.02.06 05:13:12.684098 [ 5 ] {1b6d8d6a-38ed-42fc-8ea0-92f4194eba28} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4413 | 2025.02.06 05:13:12.684145 [ 5 ] {1b6d8d6a-38ed-42fc-8ea0-92f4194eba28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4414 | 2025.02.06 05:13:12.684587 [ 5 ] {1b6d8d6a-38ed-42fc-8ea0-92f4194eba28} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4415 | 2025.02.06 05:13:12.684827 [ 5 ] {1b6d8d6a-38ed-42fc-8ea0-92f4194eba28} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4416 | 2025.02.06 05:13:12.685087 [ 5 ] {1b6d8d6a-38ed-42fc-8ea0-92f4194eba28} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001764 sec., 134353.74149659864 rows/sec., 9.01 MiB/sec. | ||
| 4417 | 2025.02.06 05:13:12.685296 [ 5 ] {1b6d8d6a-38ed-42fc-8ea0-92f4194eba28} <Debug> TCPHandler: Processed in 0.002126149 sec. | ||
| 4418 | 2025.02.06 05:13:12.685505 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4419 | 2025.02.06 05:13:12.685645 [ 255 ] {d3644ac9-494f-40c9-ab5e-bdcc86cc507f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4420 | 2025.02.06 05:13:12.685707 [ 255 ] {d3644ac9-494f-40c9-ab5e-bdcc86cc507f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4421 | 2025.02.06 05:13:12.686268 [ 255 ] {d3644ac9-494f-40c9-ab5e-bdcc86cc507f} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2025.02.06 05:13:12.686314 [ 255 ] {d3644ac9-494f-40c9-ab5e-bdcc86cc507f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4423 | 2025.02.06 05:13:12.686701 [ 255 ] {d3644ac9-494f-40c9-ab5e-bdcc86cc507f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4424 | 2025.02.06 05:13:12.686945 [ 255 ] {d3644ac9-494f-40c9-ab5e-bdcc86cc507f} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2025.02.06 05:13:12.687127 [ 255 ] {d3644ac9-494f-40c9-ab5e-bdcc86cc507f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001512 sec., 661.3756613756614 rows/sec., 44.57 KiB/sec. | ||
| 4426 | 2025.02.06 05:13:12.687179 [ 255 ] {d3644ac9-494f-40c9-ab5e-bdcc86cc507f} <Debug> TCPHandler: Processed in 0.001783148 sec. | ||
| 4427 | 2025.02.06 05:13:12.687335 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2025.02.06 05:13:12.687493 [ 5 ] {04158ab0-1871-4a15-9b0c-526892858422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4429 | 2025.02.06 05:13:12.687637 [ 5 ] {04158ab0-1871-4a15-9b0c-526892858422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4430 | 2025.02.06 05:13:12.689147 [ 5 ] {04158ab0-1871-4a15-9b0c-526892858422} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4431 | 2025.02.06 05:13:12.689188 [ 5 ] {04158ab0-1871-4a15-9b0c-526892858422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4432 | 2025.02.06 05:13:12.689820 [ 5 ] {04158ab0-1871-4a15-9b0c-526892858422} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4433 | 2025.02.06 05:13:12.690078 [ 5 ] {04158ab0-1871-4a15-9b0c-526892858422} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4434 | 2025.02.06 05:13:12.690260 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4435 | 2025.02.06 05:13:12.690332 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2025.02.06 05:13:12.690372 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4437 | 2025.02.06 05:13:12.690378 [ 5 ] {04158ab0-1871-4a15-9b0c-526892858422} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002931 sec., 8870.692596383487 rows/sec., 15.90 MiB/sec. | ||
| 4438 | 2025.02.06 05:13:12.690944 [ 195 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4439 | 2025.02.06 05:13:12.691395 [ 5 ] {04158ab0-1871-4a15-9b0c-526892858422} <Debug> TCPHandler: Processed in 0.004116435 sec. | ||
| 4440 | 2025.02.06 05:13:12.691633 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4441 | 2025.02.06 05:13:12.691919 [ 195 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4442 | 2025.02.06 05:13:12.691932 [ 255 ] {c10751cf-ee35-45cc-96a6-db20e77d6943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4443 | 2025.02.06 05:13:12.692077 [ 195 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 269 rows starting from the beginning of the part | ||
| 4444 | 2025.02.06 05:13:12.692086 [ 255 ] {c10751cf-ee35-45cc-96a6-db20e77d6943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4445 | 2025.02.06 05:13:12.692994 [ 195 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part | ||
| 4446 | 2025.02.06 05:13:12.693753 [ 195 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 4447 | 2025.02.06 05:13:12.694562 [ 195 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part | ||
| 4448 | 2025.02.06 05:13:12.694577 [ 255 ] {c10751cf-ee35-45cc-96a6-db20e77d6943} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4449 | 2025.02.06 05:13:12.694658 [ 255 ] {c10751cf-ee35-45cc-96a6-db20e77d6943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4450 | 2025.02.06 05:13:12.695169 [ 195 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 4451 | 2025.02.06 05:13:12.695868 [ 195 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part | ||
| 4452 | 2025.02.06 05:13:12.696167 [ 255 ] {c10751cf-ee35-45cc-96a6-db20e77d6943} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4453 | 2025.02.06 05:13:12.696906 [ 255 ] {c10751cf-ee35-45cc-96a6-db20e77d6943} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4454 | 2025.02.06 05:13:12.697440 [ 255 ] {c10751cf-ee35-45cc-96a6-db20e77d6943} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005568 sec., 14727.011494252873 rows/sec., 957.80 KiB/sec. | ||
| 4455 | 2025.02.06 05:13:12.697913 [ 255 ] {c10751cf-ee35-45cc-96a6-db20e77d6943} <Debug> TCPHandler: Processed in 0.006405969 sec. | ||
| 4456 | 2025.02.06 05:13:12.701099 [ 198 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 373 rows, containing 19 columns (19 merged, 0 gathered) in 0.010622238 sec., 35115.010603226925 rows/sec., 62.92 MiB/sec. | ||
| 4457 | 2025.02.06 05:13:12.701796 [ 198 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4458 | 2025.02.06 05:13:12.702235 [ 198 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4459 | 2025.02.06 05:13:12.702318 [ 198 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4460 | 2025.02.06 05:13:12.702473 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 4461 | 2025.02.06 05:13:15.692213 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4462 | 2025.02.06 05:13:15.692413 [ 255 ] {19b94508-c69f-4f45-9e1e-2aa946294113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4463 | 2025.02.06 05:13:15.692491 [ 255 ] {19b94508-c69f-4f45-9e1e-2aa946294113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4464 | 2025.02.06 05:13:15.693232 [ 255 ] {19b94508-c69f-4f45-9e1e-2aa946294113} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4465 | 2025.02.06 05:13:15.693291 [ 255 ] {19b94508-c69f-4f45-9e1e-2aa946294113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4466 | 2025.02.06 05:13:15.693748 [ 255 ] {19b94508-c69f-4f45-9e1e-2aa946294113} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4467 | 2025.02.06 05:13:15.694011 [ 255 ] {19b94508-c69f-4f45-9e1e-2aa946294113} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4468 | 2025.02.06 05:13:15.694268 [ 255 ] {19b94508-c69f-4f45-9e1e-2aa946294113} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00191 sec., 5235.602094240838 rows/sec., 426.93 KiB/sec. | ||
| 4469 | 2025.02.06 05:13:15.694372 [ 255 ] {19b94508-c69f-4f45-9e1e-2aa946294113} <Debug> TCPHandler: Processed in 0.002297085 sec. | ||
| 4470 | 2025.02.06 05:13:15.694639 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4471 | 2025.02.06 05:13:15.694861 [ 5 ] {786c9132-62cf-4697-ac48-ada92f839acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4472 | 2025.02.06 05:13:15.694947 [ 5 ] {786c9132-62cf-4697-ac48-ada92f839acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4473 | 2025.02.06 05:13:15.696418 [ 5 ] {786c9132-62cf-4697-ac48-ada92f839acf} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2025.02.06 05:13:15.696473 [ 5 ] {786c9132-62cf-4697-ac48-ada92f839acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4475 | 2025.02.06 05:13:15.697001 [ 5 ] {786c9132-62cf-4697-ac48-ada92f839acf} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4476 | 2025.02.06 05:13:15.697272 [ 5 ] {786c9132-62cf-4697-ac48-ada92f839acf} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2025.02.06 05:13:15.697461 [ 103 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4478 | 2025.02.06 05:13:15.697543 [ 5 ] {786c9132-62cf-4697-ac48-ada92f839acf} <Debug> executeQuery: Read 1227 rows, 103.42 KiB in 0.002735 sec., 448628.8848263254 rows/sec., 36.93 MiB/sec. | ||
| 4479 | 2025.02.06 05:13:15.697549 [ 103 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4480 | 2025.02.06 05:13:15.697635 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4481 | 2025.02.06 05:13:15.697695 [ 5 ] {786c9132-62cf-4697-ac48-ada92f839acf} <Debug> TCPHandler: Processed in 0.003204505 sec. | ||
| 4482 | 2025.02.06 05:13:15.697941 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 4483 | 2025.02.06 05:13:15.697966 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4484 | 2025.02.06 05:13:15.698211 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4485 | 2025.02.06 05:13:15.698231 [ 255 ] {b418f188-c958-4bb8-9d2a-b94764cb055b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4486 | 2025.02.06 05:13:15.698285 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1429 rows starting from the beginning of the part | ||
| 4487 | 2025.02.06 05:13:15.698355 [ 255 ] {b418f188-c958-4bb8-9d2a-b94764cb055b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4488 | 2025.02.06 05:13:15.698695 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 4489 | 2025.02.06 05:13:15.699046 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 256 rows starting from the beginning of the part | ||
| 4490 | 2025.02.06 05:13:15.699413 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 4491 | 2025.02.06 05:13:15.699790 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 255 rows starting from the beginning of the part | ||
| 4492 | 2025.02.06 05:13:15.700151 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1227 rows starting from the beginning of the part | ||
| 4493 | 2025.02.06 05:13:15.701255 [ 255 ] {b418f188-c958-4bb8-9d2a-b94764cb055b} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4494 | 2025.02.06 05:13:15.701350 [ 255 ] {b418f188-c958-4bb8-9d2a-b94764cb055b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4495 | 2025.02.06 05:13:15.702172 [ 255 ] {b418f188-c958-4bb8-9d2a-b94764cb055b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4496 | 2025.02.06 05:13:15.702692 [ 255 ] {b418f188-c958-4bb8-9d2a-b94764cb055b} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4497 | 2025.02.06 05:13:15.702938 [ 255 ] {b418f188-c958-4bb8-9d2a-b94764cb055b} <Debug> executeQuery: Read 23 rows, 1.68 KiB in 0.004794 sec., 4797.663746349604 rows/sec., 349.56 KiB/sec. | ||
| 4498 | 2025.02.06 05:13:15.703042 [ 255 ] {b418f188-c958-4bb8-9d2a-b94764cb055b} <Debug> TCPHandler: Processed in 0.00519824 sec. | ||
| 4499 | 2025.02.06 05:13:15.703245 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4500 | 2025.02.06 05:13:15.703501 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3331 rows, containing 5 columns (5 merged, 0 gathered) in 0.005761309 sec., 578167.2185956351 rows/sec., 50.53 MiB/sec. | ||
| 4501 | 2025.02.06 05:13:15.703531 [ 5 ] {06e86f5d-a4c8-4ddf-a3ae-0acd5899d38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4502 | 2025.02.06 05:13:15.703614 [ 5 ] {06e86f5d-a4c8-4ddf-a3ae-0acd5899d38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4503 | 2025.02.06 05:13:15.703836 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4504 | 2025.02.06 05:13:15.704511 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4505 | 2025.02.06 05:13:15.704705 [ 202 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_31_6} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4506 | 2025.02.06 05:13:15.704893 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4507 | 2025.02.06 05:13:15.705102 [ 5 ] {06e86f5d-a4c8-4ddf-a3ae-0acd5899d38a} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2025.02.06 05:13:15.705153 [ 5 ] {06e86f5d-a4c8-4ddf-a3ae-0acd5899d38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4509 | 2025.02.06 05:13:15.705556 [ 5 ] {06e86f5d-a4c8-4ddf-a3ae-0acd5899d38a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4510 | 2025.02.06 05:13:15.705808 [ 5 ] {06e86f5d-a4c8-4ddf-a3ae-0acd5899d38a} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4511 | 2025.02.06 05:13:15.706034 [ 5 ] {06e86f5d-a4c8-4ddf-a3ae-0acd5899d38a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00256 sec., 89062.49999999999 rows/sec., 6.03 MiB/sec. | ||
| 4512 | 2025.02.06 05:13:15.706105 [ 5 ] {06e86f5d-a4c8-4ddf-a3ae-0acd5899d38a} <Debug> TCPHandler: Processed in 0.002952256 sec. | ||
| 4513 | 2025.02.06 05:13:15.706271 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4514 | 2025.02.06 05:13:15.706392 [ 255 ] {d22d7a66-aaca-484b-8a5b-b20fc3a63e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4515 | 2025.02.06 05:13:15.706444 [ 255 ] {d22d7a66-aaca-484b-8a5b-b20fc3a63e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4516 | 2025.02.06 05:13:15.707275 [ 255 ] {d22d7a66-aaca-484b-8a5b-b20fc3a63e58} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2025.02.06 05:13:15.707314 [ 255 ] {d22d7a66-aaca-484b-8a5b-b20fc3a63e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4518 | 2025.02.06 05:13:15.707710 [ 255 ] {d22d7a66-aaca-484b-8a5b-b20fc3a63e58} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4519 | 2025.02.06 05:13:15.708040 [ 255 ] {d22d7a66-aaca-484b-8a5b-b20fc3a63e58} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2025.02.06 05:13:15.708183 [ 102 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4521 | 2025.02.06 05:13:15.708226 [ 102 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4522 | 2025.02.06 05:13:15.708245 [ 255 ] {d22d7a66-aaca-484b-8a5b-b20fc3a63e58} <Debug> executeQuery: Read 543 rows, 41.26 KiB in 0.001877 sec., 289291.4224826851 rows/sec., 21.47 MiB/sec. | ||
| 4523 | 2025.02.06 05:13:15.708249 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4524 | 2025.02.06 05:13:15.708380 [ 255 ] {d22d7a66-aaca-484b-8a5b-b20fc3a63e58} <Debug> TCPHandler: Processed in 0.002161841 sec. | ||
| 4525 | 2025.02.06 05:13:15.708690 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 4526 | 2025.02.06 05:13:15.708813 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4527 | 2025.02.06 05:13:15.709134 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4528 | 2025.02.06 05:13:15.709174 [ 5 ] {034730c2-8bb5-48ed-9c7d-6bc4e916f8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4529 | 2025.02.06 05:13:15.709196 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4530 | 2025.02.06 05:13:15.709329 [ 5 ] {034730c2-8bb5-48ed-9c7d-6bc4e916f8df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4531 | 2025.02.06 05:13:15.709472 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part | ||
| 4532 | 2025.02.06 05:13:15.709878 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 410 rows starting from the beginning of the part | ||
| 4533 | 2025.02.06 05:13:15.710266 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
| 4534 | 2025.02.06 05:13:15.710631 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 408 rows starting from the beginning of the part | ||
| 4535 | 2025.02.06 05:13:15.710961 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 543 rows starting from the beginning of the part | ||
| 4536 | 2025.02.06 05:13:15.712184 [ 5 ] {034730c2-8bb5-48ed-9c7d-6bc4e916f8df} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4537 | 2025.02.06 05:13:15.712265 [ 5 ] {034730c2-8bb5-48ed-9c7d-6bc4e916f8df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4538 | 2025.02.06 05:13:15.713416 [ 5 ] {034730c2-8bb5-48ed-9c7d-6bc4e916f8df} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4539 | 2025.02.06 05:13:15.713914 [ 5 ] {034730c2-8bb5-48ed-9c7d-6bc4e916f8df} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4540 | 2025.02.06 05:13:15.714232 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.00582495 sec., 416140.91108078184 rows/sec., 31.92 MiB/sec. | ||
| 4541 | 2025.02.06 05:13:15.714283 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4542 | 2025.02.06 05:13:15.714386 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2025.02.06 05:13:15.714433 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4544 | 2025.02.06 05:13:15.714449 [ 5 ] {034730c2-8bb5-48ed-9c7d-6bc4e916f8df} <Debug> executeQuery: Read 957 rows, 65.74 KiB in 0.005339 sec., 179247.05000936505 rows/sec., 12.02 MiB/sec. | ||
| 4545 | 2025.02.06 05:13:15.714712 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4546 | 2025.02.06 05:13:15.715001 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 4547 | 2025.02.06 05:13:15.715210 [ 5 ] {034730c2-8bb5-48ed-9c7d-6bc4e916f8df} <Debug> TCPHandler: Processed in 0.00670471 sec. | ||
| 4548 | 2025.02.06 05:13:15.715648 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4549 | 2025.02.06 05:13:15.715869 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4550 | 2025.02.06 05:13:15.716030 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7677 rows starting from the beginning of the part | ||
| 4551 | 2025.02.06 05:13:15.716130 [ 255 ] {8246c15c-5856-48c2-a241-e0adba1cec6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4552 | 2025.02.06 05:13:15.716193 [ 200 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4553 | 2025.02.06 05:13:15.716677 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4554 | 2025.02.06 05:13:15.716713 [ 255 ] {8246c15c-5856-48c2-a241-e0adba1cec6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4555 | 2025.02.06 05:13:15.716755 [ 200 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_31_6} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4556 | 2025.02.06 05:13:15.717191 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4557 | 2025.02.06 05:13:15.717264 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 238 rows starting from the beginning of the part | ||
| 4558 | 2025.02.06 05:13:15.717598 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4559 | 2025.02.06 05:13:15.717908 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 4560 | 2025.02.06 05:13:15.718131 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 957 rows starting from the beginning of the part | ||
| 4561 | 2025.02.06 05:13:15.719930 [ 255 ] {8246c15c-5856-48c2-a241-e0adba1cec6f} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4562 | 2025.02.06 05:13:15.719979 [ 255 ] {8246c15c-5856-48c2-a241-e0adba1cec6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4563 | 2025.02.06 05:13:15.720754 [ 255 ] {8246c15c-5856-48c2-a241-e0adba1cec6f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4564 | 2025.02.06 05:13:15.721250 [ 255 ] {8246c15c-5856-48c2-a241-e0adba1cec6f} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4565 | 2025.02.06 05:13:15.721484 [ 255 ] {8246c15c-5856-48c2-a241-e0adba1cec6f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.005487 sec., 2369.236376890833 rows/sec., 4.25 MiB/sec. | ||
| 4566 | 2025.02.06 05:13:15.721612 [ 255 ] {8246c15c-5856-48c2-a241-e0adba1cec6f} <Debug> TCPHandler: Processed in 0.006199893 sec. | ||
| 4567 | 2025.02.06 05:13:15.721791 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4568 | 2025.02.06 05:13:15.721935 [ 5 ] {db13839c-5bb4-4853-a118-00c5ad51bffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4569 | 2025.02.06 05:13:15.722020 [ 5 ] {db13839c-5bb4-4853-a118-00c5ad51bffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4570 | 2025.02.06 05:13:15.722662 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9429 rows, containing 5 columns (5 merged, 0 gathered) in 0.008119606 sec., 1161263.2435613256 rows/sec., 78.40 MiB/sec. | ||
| 4571 | 2025.02.06 05:13:15.722926 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4572 | 2025.02.06 05:13:15.723517 [ 5 ] {db13839c-5bb4-4853-a118-00c5ad51bffe} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4573 | 2025.02.06 05:13:15.723579 [ 5 ] {db13839c-5bb4-4853-a118-00c5ad51bffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4574 | 2025.02.06 05:13:15.723619 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4575 | 2025.02.06 05:13:15.723850 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4576 | 2025.02.06 05:13:15.724046 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 4577 | 2025.02.06 05:13:15.724284 [ 5 ] {db13839c-5bb4-4853-a118-00c5ad51bffe} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4578 | 2025.02.06 05:13:15.724527 [ 5 ] {db13839c-5bb4-4853-a118-00c5ad51bffe} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2025.02.06 05:13:15.724711 [ 102 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4580 | 2025.02.06 05:13:15.724775 [ 102 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4581 | 2025.02.06 05:13:15.724792 [ 5 ] {db13839c-5bb4-4853-a118-00c5ad51bffe} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.002878 sec., 13898.540653231412 rows/sec., 960.95 KiB/sec. | ||
| 4582 | 2025.02.06 05:13:15.724819 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4583 | 2025.02.06 05:13:15.724971 [ 5 ] {db13839c-5bb4-4853-a118-00c5ad51bffe} <Debug> TCPHandler: Processed in 0.003256357 sec. | ||
| 4584 | 2025.02.06 05:13:15.725057 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 4585 | 2025.02.06 05:13:15.725190 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4586 | 2025.02.06 05:13:15.725222 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1322 rows starting from the beginning of the part | ||
| 4587 | 2025.02.06 05:13:15.725328 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4588 | 2025.02.06 05:13:15.725521 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4589 | 2025.02.06 05:13:15.725655 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4590 | 2025.02.06 05:13:15.725849 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4591 | 2025.02.06 05:13:15.726005 [ 189 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 4592 | 2025.02.06 05:13:15.727351 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1646 rows, containing 4 columns (4 merged, 0 gathered) in 0.002393759 sec., 687621.4355747591 rows/sec., 44.91 MiB/sec. | ||
| 4593 | 2025.02.06 05:13:15.727586 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4594 | 2025.02.06 05:13:15.727924 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4595 | 2025.02.06 05:13:15.728031 [ 193 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_31_6} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4596 | 2025.02.06 05:13:15.728124 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4597 | 2025.02.06 05:13:16.115247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 644 | ||
| 4598 | 2025.02.06 05:13:16.118599 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2025.02.06 05:13:16.118643 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4600 | 2025.02.06 05:13:16.120108 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4601 | 2025.02.06 05:13:16.120427 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2025.02.06 05:13:16.121408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 644 | ||
| 4603 | 2025.02.06 05:13:17.654442 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4604 | 2025.02.06 05:13:17.654660 [ 255 ] {c546711f-0886-48d0-bef2-cbc7cee7aa2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4605 | 2025.02.06 05:13:17.654734 [ 255 ] {c546711f-0886-48d0-bef2-cbc7cee7aa2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4606 | 2025.02.06 05:13:17.655494 [ 255 ] {c546711f-0886-48d0-bef2-cbc7cee7aa2b} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4607 | 2025.02.06 05:13:17.655543 [ 255 ] {c546711f-0886-48d0-bef2-cbc7cee7aa2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4608 | 2025.02.06 05:13:17.655986 [ 255 ] {c546711f-0886-48d0-bef2-cbc7cee7aa2b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4609 | 2025.02.06 05:13:17.656237 [ 255 ] {c546711f-0886-48d0-bef2-cbc7cee7aa2b} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4610 | 2025.02.06 05:13:17.656516 [ 255 ] {c546711f-0886-48d0-bef2-cbc7cee7aa2b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.24 MiB/sec. | ||
| 4611 | 2025.02.06 05:13:17.656745 [ 255 ] {c546711f-0886-48d0-bef2-cbc7cee7aa2b} <Debug> TCPHandler: Processed in 0.002482801 sec. | ||
| 4612 | 2025.02.06 05:13:17.657083 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4613 | 2025.02.06 05:13:17.657365 [ 5 ] {45003453-0258-4ada-b93d-59f33fcfa0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4614 | 2025.02.06 05:13:17.657473 [ 5 ] {45003453-0258-4ada-b93d-59f33fcfa0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4615 | 2025.02.06 05:13:17.658285 [ 5 ] {45003453-0258-4ada-b93d-59f33fcfa0b7} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4616 | 2025.02.06 05:13:17.658331 [ 5 ] {45003453-0258-4ada-b93d-59f33fcfa0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4617 | 2025.02.06 05:13:17.658785 [ 5 ] {45003453-0258-4ada-b93d-59f33fcfa0b7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4618 | 2025.02.06 05:13:17.659048 [ 5 ] {45003453-0258-4ada-b93d-59f33fcfa0b7} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4619 | 2025.02.06 05:13:17.659251 [ 5 ] {45003453-0258-4ada-b93d-59f33fcfa0b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001963 sec., 32603.158430973002 rows/sec., 2.54 MiB/sec. | ||
| 4620 | 2025.02.06 05:13:17.659316 [ 5 ] {45003453-0258-4ada-b93d-59f33fcfa0b7} <Debug> TCPHandler: Processed in 0.00242455 sec. | ||
| 4621 | 2025.02.06 05:13:17.659472 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4622 | 2025.02.06 05:13:17.659619 [ 255 ] {096b4284-ef40-4e8c-a697-57a8381fee52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4623 | 2025.02.06 05:13:17.659685 [ 255 ] {096b4284-ef40-4e8c-a697-57a8381fee52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4624 | 2025.02.06 05:13:17.660326 [ 255 ] {096b4284-ef40-4e8c-a697-57a8381fee52} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2025.02.06 05:13:17.660374 [ 255 ] {096b4284-ef40-4e8c-a697-57a8381fee52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4626 | 2025.02.06 05:13:17.660803 [ 255 ] {096b4284-ef40-4e8c-a697-57a8381fee52} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4627 | 2025.02.06 05:13:17.661053 [ 255 ] {096b4284-ef40-4e8c-a697-57a8381fee52} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2025.02.06 05:13:17.661256 [ 255 ] {096b4284-ef40-4e8c-a697-57a8381fee52} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001673 sec., 32277.346084877467 rows/sec., 2.25 MiB/sec. | ||
| 4629 | 2025.02.06 05:13:17.661313 [ 255 ] {096b4284-ef40-4e8c-a697-57a8381fee52} <Debug> TCPHandler: Processed in 0.001911012 sec. | ||
| 4630 | 2025.02.06 05:13:17.661453 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4631 | 2025.02.06 05:13:17.661587 [ 5 ] {63f5ce32-5b62-4aae-98a2-f888e613b43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4632 | 2025.02.06 05:13:17.661654 [ 5 ] {63f5ce32-5b62-4aae-98a2-f888e613b43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4633 | 2025.02.06 05:13:17.662245 [ 5 ] {63f5ce32-5b62-4aae-98a2-f888e613b43e} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4634 | 2025.02.06 05:13:17.662295 [ 5 ] {63f5ce32-5b62-4aae-98a2-f888e613b43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4635 | 2025.02.06 05:13:17.662724 [ 5 ] {63f5ce32-5b62-4aae-98a2-f888e613b43e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4636 | 2025.02.06 05:13:17.662965 [ 5 ] {63f5ce32-5b62-4aae-98a2-f888e613b43e} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4637 | 2025.02.06 05:13:17.663162 [ 5 ] {63f5ce32-5b62-4aae-98a2-f888e613b43e} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001602 sec., 12484.394506866418 rows/sec., 858.30 KiB/sec. | ||
| 4638 | 2025.02.06 05:13:17.663239 [ 5 ] {63f5ce32-5b62-4aae-98a2-f888e613b43e} <Debug> TCPHandler: Processed in 0.00184636 sec. | ||
| 4639 | 2025.02.06 05:13:18.582911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4640 | 2025.02.06 05:13:18.583556 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2025.02.06 05:13:18.583595 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4642 | 2025.02.06 05:13:18.584142 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4643 | 2025.02.06 05:13:18.584401 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2025.02.06 05:13:18.584584 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4645 | 2025.02.06 05:13:19.207099 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4646 | 2025.02.06 05:13:19.228265 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4647 | 2025.02.06 05:13:19.228320 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4648 | 2025.02.06 05:13:19.235749 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4649 | 2025.02.06 05:13:19.236553 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4650 | 2025.02.06 05:13:19.239505 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4651 | 2025.02.06 05:13:22.664870 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2025.02.06 05:13:22.665107 [ 255 ] {6b61de1a-15bd-4c57-9747-9d3c3d7aca54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4653 | 2025.02.06 05:13:22.665189 [ 255 ] {6b61de1a-15bd-4c57-9747-9d3c3d7aca54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4654 | 2025.02.06 05:13:22.666027 [ 255 ] {6b61de1a-15bd-4c57-9747-9d3c3d7aca54} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2025.02.06 05:13:22.666072 [ 255 ] {6b61de1a-15bd-4c57-9747-9d3c3d7aca54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4656 | 2025.02.06 05:13:22.666507 [ 255 ] {6b61de1a-15bd-4c57-9747-9d3c3d7aca54} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4657 | 2025.02.06 05:13:22.666770 [ 255 ] {6b61de1a-15bd-4c57-9747-9d3c3d7aca54} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2025.02.06 05:13:22.667001 [ 255 ] {6b61de1a-15bd-4c57-9747-9d3c3d7aca54} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec. | ||
| 4659 | 2025.02.06 05:13:22.667098 [ 255 ] {6b61de1a-15bd-4c57-9747-9d3c3d7aca54} <Debug> TCPHandler: Processed in 0.002367988 sec. | ||
| 4660 | 2025.02.06 05:13:22.667458 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4661 | 2025.02.06 05:13:22.667765 [ 5 ] {0339b748-d3f4-47ab-bf8d-6e0d7c3f29c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4662 | 2025.02.06 05:13:22.667836 [ 5 ] {0339b748-d3f4-47ab-bf8d-6e0d7c3f29c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4663 | 2025.02.06 05:13:22.668700 [ 5 ] {0339b748-d3f4-47ab-bf8d-6e0d7c3f29c6} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2025.02.06 05:13:22.668743 [ 5 ] {0339b748-d3f4-47ab-bf8d-6e0d7c3f29c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4665 | 2025.02.06 05:13:22.669194 [ 5 ] {0339b748-d3f4-47ab-bf8d-6e0d7c3f29c6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4666 | 2025.02.06 05:13:22.669448 [ 5 ] {0339b748-d3f4-47ab-bf8d-6e0d7c3f29c6} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2025.02.06 05:13:22.669675 [ 5 ] {0339b748-d3f4-47ab-bf8d-6e0d7c3f29c6} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.001992 sec., 128012.0481927711 rows/sec., 11.19 MiB/sec. | ||
| 4668 | 2025.02.06 05:13:22.669736 [ 5 ] {0339b748-d3f4-47ab-bf8d-6e0d7c3f29c6} <Debug> TCPHandler: Processed in 0.002467411 sec. | ||
| 4669 | 2025.02.06 05:13:22.669960 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4670 | 2025.02.06 05:13:22.670192 [ 255 ] {b12b11c1-ecd3-4e29-9dd2-201e05bb87f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4671 | 2025.02.06 05:13:22.670289 [ 255 ] {b12b11c1-ecd3-4e29-9dd2-201e05bb87f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4672 | 2025.02.06 05:13:22.671114 [ 255 ] {b12b11c1-ecd3-4e29-9dd2-201e05bb87f5} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2025.02.06 05:13:22.671153 [ 255 ] {b12b11c1-ecd3-4e29-9dd2-201e05bb87f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4674 | 2025.02.06 05:13:22.671519 [ 255 ] {b12b11c1-ecd3-4e29-9dd2-201e05bb87f5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4675 | 2025.02.06 05:13:22.671765 [ 255 ] {b12b11c1-ecd3-4e29-9dd2-201e05bb87f5} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2025.02.06 05:13:22.671944 [ 255 ] {b12b11c1-ecd3-4e29-9dd2-201e05bb87f5} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001813 sec., 18201.87534473249 rows/sec., 1.30 MiB/sec. | ||
| 4677 | 2025.02.06 05:13:22.671997 [ 255 ] {b12b11c1-ecd3-4e29-9dd2-201e05bb87f5} <Debug> TCPHandler: Processed in 0.00214825 sec. | ||
| 4678 | 2025.02.06 05:13:22.672165 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4679 | 2025.02.06 05:13:22.672305 [ 5 ] {84740e10-cded-4e58-80c4-6393ef1f1cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4680 | 2025.02.06 05:13:22.672363 [ 5 ] {84740e10-cded-4e58-80c4-6393ef1f1cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4681 | 2025.02.06 05:13:22.672997 [ 5 ] {84740e10-cded-4e58-80c4-6393ef1f1cb3} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4682 | 2025.02.06 05:13:22.673037 [ 5 ] {84740e10-cded-4e58-80c4-6393ef1f1cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4683 | 2025.02.06 05:13:22.673404 [ 5 ] {84740e10-cded-4e58-80c4-6393ef1f1cb3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4684 | 2025.02.06 05:13:22.673645 [ 5 ] {84740e10-cded-4e58-80c4-6393ef1f1cb3} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2025.02.06 05:13:22.673860 [ 5 ] {84740e10-cded-4e58-80c4-6393ef1f1cb3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001587 sec., 8821.676118462507 rows/sec., 617.81 KiB/sec. | ||
| 4686 | 2025.02.06 05:13:22.673913 [ 5 ] {84740e10-cded-4e58-80c4-6393ef1f1cb3} <Debug> TCPHandler: Processed in 0.00181832 sec. | ||
| 4687 | 2025.02.06 05:13:22.674075 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4688 | 2025.02.06 05:13:22.674216 [ 255 ] {e37e3bb8-ca9a-48fb-979d-7810ab45620e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4689 | 2025.02.06 05:13:22.674273 [ 255 ] {e37e3bb8-ca9a-48fb-979d-7810ab45620e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4690 | 2025.02.06 05:13:22.674914 [ 255 ] {e37e3bb8-ca9a-48fb-979d-7810ab45620e} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.02.06 05:13:22.674952 [ 255 ] {e37e3bb8-ca9a-48fb-979d-7810ab45620e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4692 | 2025.02.06 05:13:22.675311 [ 255 ] {e37e3bb8-ca9a-48fb-979d-7810ab45620e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4693 | 2025.02.06 05:13:22.675554 [ 255 ] {e37e3bb8-ca9a-48fb-979d-7810ab45620e} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.02.06 05:13:22.675734 [ 255 ] {e37e3bb8-ca9a-48fb-979d-7810ab45620e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 4695 | 2025.02.06 05:13:22.675785 [ 255 ] {e37e3bb8-ca9a-48fb-979d-7810ab45620e} <Debug> TCPHandler: Processed in 0.001781648 sec. | ||
| 4696 | 2025.02.06 05:13:22.676002 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4697 | 2025.02.06 05:13:22.676227 [ 5 ] {7bd977bd-aa1e-45f0-b0ef-5d06c356d64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4698 | 2025.02.06 05:13:22.676321 [ 5 ] {7bd977bd-aa1e-45f0-b0ef-5d06c356d64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4699 | 2025.02.06 05:13:22.677239 [ 5 ] {7bd977bd-aa1e-45f0-b0ef-5d06c356d64a} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2025.02.06 05:13:22.677279 [ 5 ] {7bd977bd-aa1e-45f0-b0ef-5d06c356d64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4701 | 2025.02.06 05:13:22.677657 [ 5 ] {7bd977bd-aa1e-45f0-b0ef-5d06c356d64a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4702 | 2025.02.06 05:13:22.677897 [ 5 ] {7bd977bd-aa1e-45f0-b0ef-5d06c356d64a} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4703 | 2025.02.06 05:13:22.678176 [ 5 ] {7bd977bd-aa1e-45f0-b0ef-5d06c356d64a} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001992 sec., 204819.27710843374 rows/sec., 14.59 MiB/sec. | ||
| 4704 | 2025.02.06 05:13:22.678242 [ 5 ] {7bd977bd-aa1e-45f0-b0ef-5d06c356d64a} <Debug> TCPHandler: Processed in 0.002359407 sec. | ||
| 4705 | 2025.02.06 05:13:22.678493 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4706 | 2025.02.06 05:13:22.678685 [ 255 ] {2e77aedc-763f-436d-93ec-02473292289c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4707 | 2025.02.06 05:13:22.678743 [ 255 ] {2e77aedc-763f-436d-93ec-02473292289c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4708 | 2025.02.06 05:13:22.679219 [ 255 ] {2e77aedc-763f-436d-93ec-02473292289c} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2025.02.06 05:13:22.679258 [ 255 ] {2e77aedc-763f-436d-93ec-02473292289c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4710 | 2025.02.06 05:13:22.679631 [ 255 ] {2e77aedc-763f-436d-93ec-02473292289c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4711 | 2025.02.06 05:13:22.679865 [ 255 ] {2e77aedc-763f-436d-93ec-02473292289c} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2025.02.06 05:13:22.679981 [ 94 ] {} <Debug> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4713 | 2025.02.06 05:13:22.680028 [ 94 ] {} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4714 | 2025.02.06 05:13:22.680050 [ 255 ] {2e77aedc-763f-436d-93ec-02473292289c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001398 sec., 4291.845493562232 rows/sec., 224.23 KiB/sec. | ||
| 4715 | 2025.02.06 05:13:22.680054 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4716 | 2025.02.06 05:13:22.680144 [ 255 ] {2e77aedc-763f-436d-93ec-02473292289c} <Debug> TCPHandler: Processed in 0.001799469 sec. | ||
| 4717 | 2025.02.06 05:13:22.680354 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4718 | 2025.02.06 05:13:22.680371 [ 189 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::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 | ||
| 4719 | 2025.02.06 05:13:22.680548 [ 5 ] {17402cf8-3c62-4629-a394-65f739aadcca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4720 | 2025.02.06 05:13:22.680672 [ 5 ] {17402cf8-3c62-4629-a394-65f739aadcca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4721 | 2025.02.06 05:13:22.680693 [ 189 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4722 | 2025.02.06 05:13:22.680799 [ 189 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 4723 | 2025.02.06 05:13:22.681170 [ 189 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4724 | 2025.02.06 05:13:22.681497 [ 189 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4725 | 2025.02.06 05:13:22.681888 [ 189 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4726 | 2025.02.06 05:13:22.682070 [ 189 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 4727 | 2025.02.06 05:13:22.682286 [ 189 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 4728 | 2025.02.06 05:13:22.683434 [ 5 ] {17402cf8-3c62-4629-a394-65f739aadcca} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4729 | 2025.02.06 05:13:22.683502 [ 5 ] {17402cf8-3c62-4629-a394-65f739aadcca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4730 | 2025.02.06 05:13:22.684572 [ 5 ] {17402cf8-3c62-4629-a394-65f739aadcca} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4731 | 2025.02.06 05:13:22.685216 [ 5 ] {17402cf8-3c62-4629-a394-65f739aadcca} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4732 | 2025.02.06 05:13:22.685353 [ 193 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.0051914 sec., 12713.333590168357 rows/sec., 664.22 KiB/sec. | ||
| 4733 | 2025.02.06 05:13:22.685617 [ 5 ] {17402cf8-3c62-4629-a394-65f739aadcca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00512 sec., 46289.06249999999 rows/sec., 3.10 MiB/sec. | ||
| 4734 | 2025.02.06 05:13:22.685653 [ 188 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4735 | 2025.02.06 05:13:22.685701 [ 5 ] {17402cf8-3c62-4629-a394-65f739aadcca} <Debug> TCPHandler: Processed in 0.00547854 sec. | ||
| 4736 | 2025.02.06 05:13:22.685896 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4737 | 2025.02.06 05:13:22.686084 [ 188 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4738 | 2025.02.06 05:13:22.686122 [ 255 ] {e3a4beb8-8338-4dbb-8b5c-94a1e5982000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4739 | 2025.02.06 05:13:22.686240 [ 255 ] {e3a4beb8-8338-4dbb-8b5c-94a1e5982000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4740 | 2025.02.06 05:13:22.686248 [ 188 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_11_2} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4741 | 2025.02.06 05:13:22.686468 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4742 | 2025.02.06 05:13:22.686924 [ 255 ] {e3a4beb8-8338-4dbb-8b5c-94a1e5982000} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4743 | 2025.02.06 05:13:22.686968 [ 255 ] {e3a4beb8-8338-4dbb-8b5c-94a1e5982000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4744 | 2025.02.06 05:13:22.687329 [ 255 ] {e3a4beb8-8338-4dbb-8b5c-94a1e5982000} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4745 | 2025.02.06 05:13:22.687569 [ 255 ] {e3a4beb8-8338-4dbb-8b5c-94a1e5982000} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4746 | 2025.02.06 05:13:22.687696 [ 94 ] {} <Debug> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4747 | 2025.02.06 05:13:22.687736 [ 94 ] {} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4748 | 2025.02.06 05:13:22.687754 [ 255 ] {e3a4beb8-8338-4dbb-8b5c-94a1e5982000} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001688 sec., 592.4170616113744 rows/sec., 39.92 KiB/sec. | ||
| 4749 | 2025.02.06 05:13:22.687763 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4750 | 2025.02.06 05:13:22.687867 [ 255 ] {e3a4beb8-8338-4dbb-8b5c-94a1e5982000} <Debug> TCPHandler: Processed in 0.002053237 sec. | ||
| 4751 | 2025.02.06 05:13:22.687962 [ 193 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::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 | ||
| 4752 | 2025.02.06 05:13:22.688067 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4753 | 2025.02.06 05:13:22.688139 [ 193 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4754 | 2025.02.06 05:13:22.688207 [ 193 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 4755 | 2025.02.06 05:13:22.688287 [ 5 ] {b585f59c-3fda-48bc-8165-8a3823e4901e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4756 | 2025.02.06 05:13:22.688408 [ 193 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4757 | 2025.02.06 05:13:22.688777 [ 5 ] {b585f59c-3fda-48bc-8165-8a3823e4901e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4758 | 2025.02.06 05:13:22.688799 [ 193 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4759 | 2025.02.06 05:13:22.689159 [ 193 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4760 | 2025.02.06 05:13:22.689568 [ 193 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4761 | 2025.02.06 05:13:22.689963 [ 193 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4762 | 2025.02.06 05:13:22.694032 [ 187 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.006151502 sec., 1950.7430868103434 rows/sec., 130.81 KiB/sec. | ||
| 4763 | 2025.02.06 05:13:22.694077 [ 5 ] {b585f59c-3fda-48bc-8165-8a3823e4901e} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2025.02.06 05:13:22.694141 [ 5 ] {b585f59c-3fda-48bc-8165-8a3823e4901e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4765 | 2025.02.06 05:13:22.694306 [ 187 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4766 | 2025.02.06 05:13:22.695043 [ 187 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4767 | 2025.02.06 05:13:22.695286 [ 187 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_11_2} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4768 | 2025.02.06 05:13:22.695454 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4769 | 2025.02.06 05:13:22.695599 [ 5 ] {b585f59c-3fda-48bc-8165-8a3823e4901e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4770 | 2025.02.06 05:13:22.695878 [ 5 ] {b585f59c-3fda-48bc-8165-8a3823e4901e} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4771 | 2025.02.06 05:13:22.696135 [ 5 ] {b585f59c-3fda-48bc-8165-8a3823e4901e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007912 sec., 3286.1476238624873 rows/sec., 5.89 MiB/sec. | ||
| 4772 | 2025.02.06 05:13:22.696242 [ 5 ] {b585f59c-3fda-48bc-8165-8a3823e4901e} <Debug> TCPHandler: Processed in 0.008278191 sec. | ||
| 4773 | 2025.02.06 05:13:22.696403 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4774 | 2025.02.06 05:13:22.696521 [ 255 ] {5f981e6f-1eaa-4398-8a8f-091cdb126411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4775 | 2025.02.06 05:13:22.696572 [ 255 ] {5f981e6f-1eaa-4398-8a8f-091cdb126411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4776 | 2025.02.06 05:13:22.697057 [ 255 ] {5f981e6f-1eaa-4398-8a8f-091cdb126411} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4777 | 2025.02.06 05:13:22.697095 [ 255 ] {5f981e6f-1eaa-4398-8a8f-091cdb126411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4778 | 2025.02.06 05:13:22.697471 [ 255 ] {5f981e6f-1eaa-4398-8a8f-091cdb126411} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4779 | 2025.02.06 05:13:22.697709 [ 255 ] {5f981e6f-1eaa-4398-8a8f-091cdb126411} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4780 | 2025.02.06 05:13:22.697882 [ 255 ] {5f981e6f-1eaa-4398-8a8f-091cdb126411} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001386 sec., 59163.05916305916 rows/sec., 3.76 MiB/sec. | ||
| 4781 | 2025.02.06 05:13:22.697934 [ 255 ] {5f981e6f-1eaa-4398-8a8f-091cdb126411} <Debug> TCPHandler: Processed in 0.001586902 sec. | ||
| 4782 | 2025.02.06 05:13:25.952963 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4783 | 2025.02.06 05:13:25.953016 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4784 | 2025.02.06 05:13:26.085595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4785 | 2025.02.06 05:13:26.086275 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4786 | 2025.02.06 05:13:26.086324 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4787 | 2025.02.06 05:13:26.086847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4788 | 2025.02.06 05:13:26.087102 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4789 | 2025.02.06 05:13:26.087332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4790 | 2025.02.06 05:13:26.122501 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 674 | ||
| 4791 | 2025.02.06 05:13:26.125462 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4792 | 2025.02.06 05:13:26.125512 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4793 | 2025.02.06 05:13:26.127073 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4794 | 2025.02.06 05:13:26.127381 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4795 | 2025.02.06 05:13:26.127896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 674 | ||
| 4796 | 2025.02.06 05:13:26.740459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4797 | 2025.02.06 05:13:26.763638 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4798 | 2025.02.06 05:13:26.763699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4799 | 2025.02.06 05:13:26.771373 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4800 | 2025.02.06 05:13:26.772171 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4801 | 2025.02.06 05:13:26.775375 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4802 | 2025.02.06 05:13:27.659618 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4803 | 2025.02.06 05:13:27.659928 [ 255 ] {c4450a17-1ab8-435d-a2c9-4cdc7dc97e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4804 | 2025.02.06 05:13:27.660002 [ 255 ] {c4450a17-1ab8-435d-a2c9-4cdc7dc97e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4805 | 2025.02.06 05:13:27.660849 [ 255 ] {c4450a17-1ab8-435d-a2c9-4cdc7dc97e47} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4806 | 2025.02.06 05:13:27.660902 [ 255 ] {c4450a17-1ab8-435d-a2c9-4cdc7dc97e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4807 | 2025.02.06 05:13:27.661362 [ 255 ] {c4450a17-1ab8-435d-a2c9-4cdc7dc97e47} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4808 | 2025.02.06 05:13:27.661615 [ 255 ] {c4450a17-1ab8-435d-a2c9-4cdc7dc97e47} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4809 | 2025.02.06 05:13:27.661847 [ 255 ] {c4450a17-1ab8-435d-a2c9-4cdc7dc97e47} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002 sec., 41000 rows/sec., 3.39 MiB/sec. | ||
| 4810 | 2025.02.06 05:13:27.661903 [ 255 ] {c4450a17-1ab8-435d-a2c9-4cdc7dc97e47} <Debug> TCPHandler: Processed in 0.002480971 sec. | ||
| 4811 | 2025.02.06 05:13:27.663331 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4812 | 2025.02.06 05:13:27.663568 [ 5 ] {4fdec79f-b2ac-442d-ba9f-beea87b56d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4813 | 2025.02.06 05:13:27.663651 [ 5 ] {4fdec79f-b2ac-442d-ba9f-beea87b56d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4814 | 2025.02.06 05:13:27.664431 [ 5 ] {4fdec79f-b2ac-442d-ba9f-beea87b56d6f} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2025.02.06 05:13:27.664484 [ 5 ] {4fdec79f-b2ac-442d-ba9f-beea87b56d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4816 | 2025.02.06 05:13:27.664931 [ 5 ] {4fdec79f-b2ac-442d-ba9f-beea87b56d6f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4817 | 2025.02.06 05:13:27.665188 [ 5 ] {4fdec79f-b2ac-442d-ba9f-beea87b56d6f} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4818 | 2025.02.06 05:13:27.665428 [ 5 ] {4fdec79f-b2ac-442d-ba9f-beea87b56d6f} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001919 sec., 6774.361646690985 rows/sec., 509.40 KiB/sec. | ||
| 4819 | 2025.02.06 05:13:27.665496 [ 5 ] {4fdec79f-b2ac-442d-ba9f-beea87b56d6f} <Debug> TCPHandler: Processed in 0.002312336 sec. | ||
| 4820 | 2025.02.06 05:13:27.665676 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4821 | 2025.02.06 05:13:27.665819 [ 255 ] {bdd6012c-295d-4127-a452-6debcda20849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4822 | 2025.02.06 05:13:27.665877 [ 255 ] {bdd6012c-295d-4127-a452-6debcda20849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4823 | 2025.02.06 05:13:27.666599 [ 255 ] {bdd6012c-295d-4127-a452-6debcda20849} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4824 | 2025.02.06 05:13:27.666648 [ 255 ] {bdd6012c-295d-4127-a452-6debcda20849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4825 | 2025.02.06 05:13:27.667055 [ 255 ] {bdd6012c-295d-4127-a452-6debcda20849} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4826 | 2025.02.06 05:13:27.667299 [ 255 ] {bdd6012c-295d-4127-a452-6debcda20849} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4827 | 2025.02.06 05:13:27.667500 [ 255 ] {bdd6012c-295d-4127-a452-6debcda20849} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001714 sec., 44924.15402567094 rows/sec., 3.51 MiB/sec. | ||
| 4828 | 2025.02.06 05:13:27.667552 [ 255 ] {bdd6012c-295d-4127-a452-6debcda20849} <Debug> TCPHandler: Processed in 0.001957254 sec. | ||
| 4829 | 2025.02.06 05:13:27.667715 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4830 | 2025.02.06 05:13:27.667840 [ 5 ] {2f05bad1-fe9b-401f-ae15-d28ea6a3ac56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4831 | 2025.02.06 05:13:27.667938 [ 5 ] {2f05bad1-fe9b-401f-ae15-d28ea6a3ac56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4832 | 2025.02.06 05:13:27.668950 [ 5 ] {2f05bad1-fe9b-401f-ae15-d28ea6a3ac56} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4833 | 2025.02.06 05:13:27.668991 [ 5 ] {2f05bad1-fe9b-401f-ae15-d28ea6a3ac56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4834 | 2025.02.06 05:13:27.669394 [ 5 ] {2f05bad1-fe9b-401f-ae15-d28ea6a3ac56} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4835 | 2025.02.06 05:13:27.669637 [ 5 ] {2f05bad1-fe9b-401f-ae15-d28ea6a3ac56} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4836 | 2025.02.06 05:13:27.669849 [ 5 ] {2f05bad1-fe9b-401f-ae15-d28ea6a3ac56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00204 sec., 78431.37254901961 rows/sec., 5.46 MiB/sec. | ||
| 4837 | 2025.02.06 05:13:27.669901 [ 5 ] {2f05bad1-fe9b-401f-ae15-d28ea6a3ac56} <Debug> TCPHandler: Processed in 0.002247004 sec. | ||
| 4838 | 2025.02.06 05:13:27.670060 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4839 | 2025.02.06 05:13:27.670206 [ 255 ] {c41f2fe9-37d9-4dc1-8427-3a6f6c31c6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4840 | 2025.02.06 05:13:27.670302 [ 255 ] {c41f2fe9-37d9-4dc1-8427-3a6f6c31c6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4841 | 2025.02.06 05:13:27.671519 [ 255 ] {c41f2fe9-37d9-4dc1-8427-3a6f6c31c6eb} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4842 | 2025.02.06 05:13:27.671559 [ 255 ] {c41f2fe9-37d9-4dc1-8427-3a6f6c31c6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4843 | 2025.02.06 05:13:27.672207 [ 255 ] {c41f2fe9-37d9-4dc1-8427-3a6f6c31c6eb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4844 | 2025.02.06 05:13:27.672460 [ 255 ] {c41f2fe9-37d9-4dc1-8427-3a6f6c31c6eb} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4845 | 2025.02.06 05:13:27.672695 [ 255 ] {c41f2fe9-37d9-4dc1-8427-3a6f6c31c6eb} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00252 sec., 5158.730158730158 rows/sec., 9.24 MiB/sec. | ||
| 4846 | 2025.02.06 05:13:27.672785 [ 255 ] {c41f2fe9-37d9-4dc1-8427-3a6f6c31c6eb} <Debug> TCPHandler: Processed in 0.002794191 sec. | ||
| 4847 | 2025.02.06 05:13:27.672993 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4848 | 2025.02.06 05:13:27.673222 [ 5 ] {d9f67981-e8f9-4a48-9728-01d90c97473b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4849 | 2025.02.06 05:13:27.673317 [ 5 ] {d9f67981-e8f9-4a48-9728-01d90c97473b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4850 | 2025.02.06 05:13:27.674071 [ 5 ] {d9f67981-e8f9-4a48-9728-01d90c97473b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4851 | 2025.02.06 05:13:27.674110 [ 5 ] {d9f67981-e8f9-4a48-9728-01d90c97473b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4852 | 2025.02.06 05:13:27.674485 [ 5 ] {d9f67981-e8f9-4a48-9728-01d90c97473b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4853 | 2025.02.06 05:13:27.674737 [ 5 ] {d9f67981-e8f9-4a48-9728-01d90c97473b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4854 | 2025.02.06 05:13:27.674943 [ 5 ] {d9f67981-e8f9-4a48-9728-01d90c97473b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001777 sec., 33764.772087788406 rows/sec., 2.28 MiB/sec. | ||
| 4855 | 2025.02.06 05:13:27.674993 [ 5 ] {d9f67981-e8f9-4a48-9728-01d90c97473b} <Debug> TCPHandler: Processed in 0.002111509 sec. | ||
| 4856 | 2025.02.06 05:13:28.197583 [ 84 ] {} <Debug> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4857 | 2025.02.06 05:13:28.197644 [ 84 ] {} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4858 | 2025.02.06 05:13:28.197666 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4859 | 2025.02.06 05:13:28.198044 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::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 | ||
| 4860 | 2025.02.06 05:13:28.198292 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4861 | 2025.02.06 05:13:28.198357 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::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 | ||
| 4862 | 2025.02.06 05:13:28.198549 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 4863 | 2025.02.06 05:13:28.198784 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::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 | ||
| 4864 | 2025.02.06 05:13:28.199029 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 4865 | 2025.02.06 05:13:28.199185 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::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 | ||
| 4866 | 2025.02.06 05:13:28.200319 [ 193 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.002549013 sec., 10200.026441607006 rows/sec., 871.58 KiB/sec. | ||
| 4867 | 2025.02.06 05:13:28.200524 [ 196 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4868 | 2025.02.06 05:13:28.200897 [ 196 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_5_1} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4869 | 2025.02.06 05:13:28.200983 [ 196 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_5_1} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4870 | 2025.02.06 05:13:28.201082 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4871 | 2025.02.06 05:13:32.665167 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4872 | 2025.02.06 05:13:32.665429 [ 255 ] {19817f95-e2d9-4d99-82f6-45608d1a9756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4873 | 2025.02.06 05:13:32.665514 [ 255 ] {19817f95-e2d9-4d99-82f6-45608d1a9756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4874 | 2025.02.06 05:13:32.666348 [ 255 ] {19817f95-e2d9-4d99-82f6-45608d1a9756} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4875 | 2025.02.06 05:13:32.666403 [ 255 ] {19817f95-e2d9-4d99-82f6-45608d1a9756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4876 | 2025.02.06 05:13:32.666846 [ 255 ] {19817f95-e2d9-4d99-82f6-45608d1a9756} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4877 | 2025.02.06 05:13:32.667104 [ 255 ] {19817f95-e2d9-4d99-82f6-45608d1a9756} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4878 | 2025.02.06 05:13:32.667365 [ 255 ] {19817f95-e2d9-4d99-82f6-45608d1a9756} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001985 sec., 7052.896725440807 rows/sec., 507.71 KiB/sec. | ||
| 4879 | 2025.02.06 05:13:32.667573 [ 255 ] {19817f95-e2d9-4d99-82f6-45608d1a9756} <Debug> TCPHandler: Processed in 0.002549224 sec. | ||
| 4880 | 2025.02.06 05:13:32.667841 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4881 | 2025.02.06 05:13:32.668038 [ 5 ] {920420ff-5477-459c-b841-f8baebd8b382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4882 | 2025.02.06 05:13:32.668122 [ 5 ] {920420ff-5477-459c-b841-f8baebd8b382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4883 | 2025.02.06 05:13:32.668984 [ 5 ] {920420ff-5477-459c-b841-f8baebd8b382} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4884 | 2025.02.06 05:13:32.669035 [ 5 ] {920420ff-5477-459c-b841-f8baebd8b382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4885 | 2025.02.06 05:13:32.669471 [ 5 ] {920420ff-5477-459c-b841-f8baebd8b382} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4886 | 2025.02.06 05:13:32.669729 [ 5 ] {920420ff-5477-459c-b841-f8baebd8b382} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4887 | 2025.02.06 05:13:32.669970 [ 5 ] {920420ff-5477-459c-b841-f8baebd8b382} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001988 sec., 3018.1086519114683 rows/sec., 246.11 KiB/sec. | ||
| 4888 | 2025.02.06 05:13:32.670038 [ 5 ] {920420ff-5477-459c-b841-f8baebd8b382} <Debug> TCPHandler: Processed in 0.002329926 sec. | ||
| 4889 | 2025.02.06 05:13:32.670210 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4890 | 2025.02.06 05:13:32.670339 [ 255 ] {cfe06947-457c-4686-90e9-8bdedc1e861e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4891 | 2025.02.06 05:13:32.670393 [ 255 ] {cfe06947-457c-4686-90e9-8bdedc1e861e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4892 | 2025.02.06 05:13:32.671144 [ 255 ] {cfe06947-457c-4686-90e9-8bdedc1e861e} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4893 | 2025.02.06 05:13:32.671186 [ 255 ] {cfe06947-457c-4686-90e9-8bdedc1e861e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4894 | 2025.02.06 05:13:32.671582 [ 255 ] {cfe06947-457c-4686-90e9-8bdedc1e861e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4895 | 2025.02.06 05:13:32.671821 [ 255 ] {cfe06947-457c-4686-90e9-8bdedc1e861e} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4896 | 2025.02.06 05:13:32.672051 [ 255 ] {cfe06947-457c-4686-90e9-8bdedc1e861e} <Debug> executeQuery: Read 258 rows, 23.04 KiB in 0.00174 sec., 148275.8620689655 rows/sec., 12.93 MiB/sec. | ||
| 4897 | 2025.02.06 05:13:32.672176 [ 255 ] {cfe06947-457c-4686-90e9-8bdedc1e861e} <Debug> TCPHandler: Processed in 0.002024777 sec. | ||
| 4898 | 2025.02.06 05:13:32.672354 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4899 | 2025.02.06 05:13:32.672479 [ 5 ] {69e72dff-def2-45c7-9ca7-c5bb484e8ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4900 | 2025.02.06 05:13:32.672534 [ 5 ] {69e72dff-def2-45c7-9ca7-c5bb484e8ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4901 | 2025.02.06 05:13:32.673162 [ 5 ] {69e72dff-def2-45c7-9ca7-c5bb484e8ceb} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2025.02.06 05:13:32.673204 [ 5 ] {69e72dff-def2-45c7-9ca7-c5bb484e8ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4903 | 2025.02.06 05:13:32.673572 [ 5 ] {69e72dff-def2-45c7-9ca7-c5bb484e8ceb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4904 | 2025.02.06 05:13:32.673812 [ 5 ] {69e72dff-def2-45c7-9ca7-c5bb484e8ceb} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4905 | 2025.02.06 05:13:32.674027 [ 5 ] {69e72dff-def2-45c7-9ca7-c5bb484e8ceb} <Debug> executeQuery: Read 39 rows, 2.83 KiB in 0.001565 sec., 24920.127795527158 rows/sec., 1.77 MiB/sec. | ||
| 4906 | 2025.02.06 05:13:32.674158 [ 5 ] {69e72dff-def2-45c7-9ca7-c5bb484e8ceb} <Debug> TCPHandler: Processed in 0.001862941 sec. | ||
| 4907 | 2025.02.06 05:13:32.674392 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4908 | 2025.02.06 05:13:32.674527 [ 255 ] {35eb27c2-7a59-4aac-8e5b-1584b19be017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4909 | 2025.02.06 05:13:32.674585 [ 255 ] {35eb27c2-7a59-4aac-8e5b-1584b19be017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4910 | 2025.02.06 05:13:32.675255 [ 255 ] {35eb27c2-7a59-4aac-8e5b-1584b19be017} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4911 | 2025.02.06 05:13:32.675296 [ 255 ] {35eb27c2-7a59-4aac-8e5b-1584b19be017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4912 | 2025.02.06 05:13:32.675653 [ 255 ] {35eb27c2-7a59-4aac-8e5b-1584b19be017} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4913 | 2025.02.06 05:13:32.675897 [ 255 ] {35eb27c2-7a59-4aac-8e5b-1584b19be017} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4914 | 2025.02.06 05:13:32.676062 [ 76 ] {} <Debug> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4915 | 2025.02.06 05:13:32.676146 [ 76 ] {} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4916 | 2025.02.06 05:13:32.676148 [ 255 ] {35eb27c2-7a59-4aac-8e5b-1584b19be017} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 4917 | 2025.02.06 05:13:32.676191 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4918 | 2025.02.06 05:13:32.676299 [ 255 ] {35eb27c2-7a59-4aac-8e5b-1584b19be017} <Debug> TCPHandler: Processed in 0.002019966 sec. | ||
| 4919 | 2025.02.06 05:13:32.676386 [ 186 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 4920 | 2025.02.06 05:13:32.676492 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4921 | 2025.02.06 05:13:32.676535 [ 186 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4922 | 2025.02.06 05:13:32.676580 [ 186 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 4923 | 2025.02.06 05:13:32.676813 [ 186 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 4924 | 2025.02.06 05:13:32.676826 [ 5 ] {ead963dc-f03a-452f-bddc-06a138d0b50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4925 | 2025.02.06 05:13:32.677054 [ 186 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 4926 | 2025.02.06 05:13:32.677068 [ 5 ] {ead963dc-f03a-452f-bddc-06a138d0b50a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4927 | 2025.02.06 05:13:32.677453 [ 186 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 4928 | 2025.02.06 05:13:32.677775 [ 186 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 4929 | 2025.02.06 05:13:32.678146 [ 186 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 4930 | 2025.02.06 05:13:32.679685 [ 5 ] {ead963dc-f03a-452f-bddc-06a138d0b50a} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4931 | 2025.02.06 05:13:32.679750 [ 5 ] {ead963dc-f03a-452f-bddc-06a138d0b50a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4932 | 2025.02.06 05:13:32.680742 [ 5 ] {ead963dc-f03a-452f-bddc-06a138d0b50a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4933 | 2025.02.06 05:13:32.681128 [ 186 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004819628 sec., 109344.53862414278 rows/sec., 7.83 MiB/sec. | ||
| 4934 | 2025.02.06 05:13:32.681253 [ 5 ] {ead963dc-f03a-452f-bddc-06a138d0b50a} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4935 | 2025.02.06 05:13:32.681332 [ 196 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4936 | 2025.02.06 05:13:32.681527 [ 5 ] {ead963dc-f03a-452f-bddc-06a138d0b50a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00487 sec., 2669.4045174537987 rows/sec., 166.44 KiB/sec. | ||
| 4937 | 2025.02.06 05:13:32.681622 [ 5 ] {ead963dc-f03a-452f-bddc-06a138d0b50a} <Debug> TCPHandler: Processed in 0.005217161 sec. | ||
| 4938 | 2025.02.06 05:13:32.681807 [ 196 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_16_3} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4939 | 2025.02.06 05:13:32.681835 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4940 | 2025.02.06 05:13:32.681904 [ 196 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_16_3} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4941 | 2025.02.06 05:13:32.682000 [ 255 ] {66c22a90-1491-4fe5-9851-3be314d60fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4942 | 2025.02.06 05:13:32.682074 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4943 | 2025.02.06 05:13:32.682095 [ 255 ] {66c22a90-1491-4fe5-9851-3be314d60fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4944 | 2025.02.06 05:13:32.682914 [ 255 ] {66c22a90-1491-4fe5-9851-3be314d60fae} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2025.02.06 05:13:32.682956 [ 255 ] {66c22a90-1491-4fe5-9851-3be314d60fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4946 | 2025.02.06 05:13:32.683358 [ 255 ] {66c22a90-1491-4fe5-9851-3be314d60fae} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4947 | 2025.02.06 05:13:32.683599 [ 255 ] {66c22a90-1491-4fe5-9851-3be314d60fae} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4948 | 2025.02.06 05:13:32.683827 [ 255 ] {66c22a90-1491-4fe5-9851-3be314d60fae} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.001869 sec., 221508.82825040127 rows/sec., 15.81 MiB/sec. | ||
| 4949 | 2025.02.06 05:13:32.683890 [ 255 ] {66c22a90-1491-4fe5-9851-3be314d60fae} <Debug> TCPHandler: Processed in 0.002162231 sec. | ||
| 4950 | 2025.02.06 05:13:32.684067 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4951 | 2025.02.06 05:13:32.684208 [ 5 ] {239562de-3b5d-4950-b357-270f1bae342c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4952 | 2025.02.06 05:13:32.684270 [ 5 ] {239562de-3b5d-4950-b357-270f1bae342c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4953 | 2025.02.06 05:13:32.684847 [ 5 ] {239562de-3b5d-4950-b357-270f1bae342c} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4954 | 2025.02.06 05:13:32.684892 [ 5 ] {239562de-3b5d-4950-b357-270f1bae342c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4955 | 2025.02.06 05:13:32.685277 [ 5 ] {239562de-3b5d-4950-b357-270f1bae342c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4956 | 2025.02.06 05:13:32.685511 [ 5 ] {239562de-3b5d-4950-b357-270f1bae342c} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4957 | 2025.02.06 05:13:32.685684 [ 5 ] {239562de-3b5d-4950-b357-270f1bae342c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec. | ||
| 4958 | 2025.02.06 05:13:32.685733 [ 5 ] {239562de-3b5d-4950-b357-270f1bae342c} <Debug> TCPHandler: Processed in 0.001734607 sec. | ||
| 4959 | 2025.02.06 05:13:32.685902 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4960 | 2025.02.06 05:13:32.686023 [ 255 ] {e7f836d1-23d3-45c9-bafa-b9ea18b336d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4961 | 2025.02.06 05:13:32.686076 [ 255 ] {e7f836d1-23d3-45c9-bafa-b9ea18b336d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4962 | 2025.02.06 05:13:32.686693 [ 255 ] {e7f836d1-23d3-45c9-bafa-b9ea18b336d3} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4963 | 2025.02.06 05:13:32.686734 [ 255 ] {e7f836d1-23d3-45c9-bafa-b9ea18b336d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4964 | 2025.02.06 05:13:32.687125 [ 255 ] {e7f836d1-23d3-45c9-bafa-b9ea18b336d3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4965 | 2025.02.06 05:13:32.687370 [ 255 ] {e7f836d1-23d3-45c9-bafa-b9ea18b336d3} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2025.02.06 05:13:32.687583 [ 255 ] {e7f836d1-23d3-45c9-bafa-b9ea18b336d3} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001585 sec., 151419.55835962144 rows/sec., 10.15 MiB/sec. | ||
| 4967 | 2025.02.06 05:13:32.687635 [ 255 ] {e7f836d1-23d3-45c9-bafa-b9ea18b336d3} <Debug> TCPHandler: Processed in 0.001798738 sec. | ||
| 4968 | 2025.02.06 05:13:32.687799 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4969 | 2025.02.06 05:13:32.687917 [ 5 ] {32443f3c-c074-4f4d-bc23-d310cab34b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4970 | 2025.02.06 05:13:32.687969 [ 5 ] {32443f3c-c074-4f4d-bc23-d310cab34b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4971 | 2025.02.06 05:13:32.688525 [ 5 ] {32443f3c-c074-4f4d-bc23-d310cab34b1a} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4972 | 2025.02.06 05:13:32.688570 [ 5 ] {32443f3c-c074-4f4d-bc23-d310cab34b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4973 | 2025.02.06 05:13:32.688998 [ 5 ] {32443f3c-c074-4f4d-bc23-d310cab34b1a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4974 | 2025.02.06 05:13:32.689230 [ 5 ] {32443f3c-c074-4f4d-bc23-d310cab34b1a} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4975 | 2025.02.06 05:13:32.689411 [ 5 ] {32443f3c-c074-4f4d-bc23-d310cab34b1a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec. | ||
| 4976 | 2025.02.06 05:13:32.689460 [ 5 ] {32443f3c-c074-4f4d-bc23-d310cab34b1a} <Debug> TCPHandler: Processed in 0.001718666 sec. | ||
| 4977 | 2025.02.06 05:13:32.689604 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4978 | 2025.02.06 05:13:32.689721 [ 255 ] {aa93590c-89f7-4712-bde7-0167440c530d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4979 | 2025.02.06 05:13:32.689804 [ 255 ] {aa93590c-89f7-4712-bde7-0167440c530d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4980 | 2025.02.06 05:13:32.690926 [ 255 ] {aa93590c-89f7-4712-bde7-0167440c530d} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2025.02.06 05:13:32.690966 [ 255 ] {aa93590c-89f7-4712-bde7-0167440c530d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4982 | 2025.02.06 05:13:32.691609 [ 255 ] {aa93590c-89f7-4712-bde7-0167440c530d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4983 | 2025.02.06 05:13:32.691867 [ 255 ] {aa93590c-89f7-4712-bde7-0167440c530d} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4984 | 2025.02.06 05:13:32.692138 [ 255 ] {aa93590c-89f7-4712-bde7-0167440c530d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002438 sec., 10664.47908121411 rows/sec., 19.11 MiB/sec. | ||
| 4985 | 2025.02.06 05:13:32.692431 [ 255 ] {aa93590c-89f7-4712-bde7-0167440c530d} <Debug> TCPHandler: Processed in 0.002878834 sec. | ||
| 4986 | 2025.02.06 05:13:32.692639 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4987 | 2025.02.06 05:13:32.692865 [ 5 ] {fc14360d-c5d7-4168-9df5-7a74c4487462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4988 | 2025.02.06 05:13:32.692960 [ 5 ] {fc14360d-c5d7-4168-9df5-7a74c4487462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4989 | 2025.02.06 05:13:32.693484 [ 5 ] {fc14360d-c5d7-4168-9df5-7a74c4487462} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4990 | 2025.02.06 05:13:32.693523 [ 5 ] {fc14360d-c5d7-4168-9df5-7a74c4487462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4991 | 2025.02.06 05:13:32.693895 [ 5 ] {fc14360d-c5d7-4168-9df5-7a74c4487462} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4992 | 2025.02.06 05:13:32.694136 [ 5 ] {fc14360d-c5d7-4168-9df5-7a74c4487462} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4993 | 2025.02.06 05:13:32.694317 [ 5 ] {fc14360d-c5d7-4168-9df5-7a74c4487462} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec. | ||
| 4994 | 2025.02.06 05:13:32.694366 [ 5 ] {fc14360d-c5d7-4168-9df5-7a74c4487462} <Debug> TCPHandler: Processed in 0.00184031 sec. | ||
| 4995 | 2025.02.06 05:13:33.588352 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4996 | 2025.02.06 05:13:33.589133 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4997 | 2025.02.06 05:13:33.589205 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 4998 | 2025.02.06 05:13:33.589836 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4999 | 2025.02.06 05:13:33.590113 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5000 | 2025.02.06 05:13:33.590280 [ 75 ] {} <Debug> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5001 | 2025.02.06 05:13:33.590337 [ 75 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5002 | 2025.02.06 05:13:33.590338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 5003 | 2025.02.06 05:13:33.590364 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5004 | 2025.02.06 05:13:33.590568 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::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 | ||
| 5005 | 2025.02.06 05:13:33.590786 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5006 | 2025.02.06 05:13:33.590850 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::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 | ||
| 5007 | 2025.02.06 05:13:33.590966 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 5008 | 2025.02.06 05:13:33.591092 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 5009 | 2025.02.06 05:13:33.591213 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 5010 | 2025.02.06 05:13:33.591316 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 5011 | 2025.02.06 05:13:33.591426 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 5012 | 2025.02.06 05:13:33.594741 [ 186 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.00428709 sec., 2248145.0121177766 rows/sec., 32.16 MiB/sec. | ||
| 5013 | 2025.02.06 05:13:33.595106 [ 197 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5014 | 2025.02.06 05:13:33.595536 [ 197 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5015 | 2025.02.06 05:13:33.595653 [ 197 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_21_4} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5016 | 2025.02.06 05:13:33.595794 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 5017 | 2025.02.06 05:13:34.276328 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 5018 | 2025.02.06 05:13:34.298054 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5019 | 2025.02.06 05:13:34.298118 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5020 | 2025.02.06 05:13:34.305565 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5021 | 2025.02.06 05:13:34.306353 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5022 | 2025.02.06 05:13:34.306704 [ 74 ] {} <Debug> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5023 | 2025.02.06 05:13:34.306851 [ 74 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2025.02.06 05:13:34.306931 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5025 | 2025.02.06 05:13:34.307337 [ 190 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5026 | 2025.02.06 05:13:34.323689 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 5027 | 2025.02.06 05:13:34.324951 [ 190 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5028 | 2025.02.06 05:13:34.326202 [ 190 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5029 | 2025.02.06 05:13:34.331395 [ 190 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5030 | 2025.02.06 05:13:34.336711 [ 190 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5031 | 2025.02.06 05:13:34.342162 [ 190 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5032 | 2025.02.06 05:13:34.347806 [ 190 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5033 | 2025.02.06 05:13:34.352397 [ 190 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5034 | 2025.02.06 05:13:34.410983 [ 195 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.103904401 sec., 1530.2527945856693 rows/sec., 7.91 MiB/sec. | ||
| 5035 | 2025.02.06 05:13:34.413690 [ 192 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5036 | 2025.02.06 05:13:34.416723 [ 192 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_21_4} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2025.02.06 05:13:34.416855 [ 192 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_21_4} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5038 | 2025.02.06 05:13:34.419410 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5039 | 2025.02.06 05:13:35.001151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.27 MiB, peak 194.81 MiB, free memory in arenas 0.00 B, will set to 186.34 MiB (RSS), difference: 2.08 MiB | ||
| 5040 | 2025.02.06 05:13:36.128928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 710 | ||
| 5041 | 2025.02.06 05:13:36.132117 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5042 | 2025.02.06 05:13:36.132156 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5043 | 2025.02.06 05:13:36.133610 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5044 | 2025.02.06 05:13:36.133913 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5045 | 2025.02.06 05:13:36.134085 [ 70 ] {} <Debug> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5046 | 2025.02.06 05:13:36.134147 [ 70 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5047 | 2025.02.06 05:13:36.134185 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5048 | 2025.02.06 05:13:36.134603 [ 195 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::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 | ||
| 5049 | 2025.02.06 05:13:36.135113 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710 | ||
| 5050 | 2025.02.06 05:13:36.135650 [ 195 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5051 | 2025.02.06 05:13:36.135838 [ 195 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 528 rows starting from the beginning of the part | ||
| 5052 | 2025.02.06 05:13:36.136466 [ 195 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 5053 | 2025.02.06 05:13:36.137144 [ 195 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
| 5054 | 2025.02.06 05:13:36.137826 [ 195 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part | ||
| 5055 | 2025.02.06 05:13:36.138507 [ 195 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 5056 | 2025.02.06 05:13:36.139083 [ 195 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
| 5057 | 2025.02.06 05:13:36.147057 [ 198 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 72 columns (72 merged, 0 gathered) in 0.012730017 sec., 55773.68828336993 rows/sec., 47.91 MiB/sec. | ||
| 5058 | 2025.02.06 05:13:36.148212 [ 191 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5059 | 2025.02.06 05:13:36.148904 [ 191 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5060 | 2025.02.06 05:13:36.148986 [ 191 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_16_3} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5061 | 2025.02.06 05:13:36.149188 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. | ||
| 5062 | 2025.02.06 05:13:37.659864 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5063 | 2025.02.06 05:13:37.660075 [ 255 ] {754984de-99da-4729-b06a-c1337d7ed3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5064 | 2025.02.06 05:13:37.660150 [ 255 ] {754984de-99da-4729-b06a-c1337d7ed3ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5065 | 2025.02.06 05:13:37.660937 [ 255 ] {754984de-99da-4729-b06a-c1337d7ed3ee} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5066 | 2025.02.06 05:13:37.660985 [ 255 ] {754984de-99da-4729-b06a-c1337d7ed3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5067 | 2025.02.06 05:13:37.661436 [ 255 ] {754984de-99da-4729-b06a-c1337d7ed3ee} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5068 | 2025.02.06 05:13:37.661701 [ 255 ] {754984de-99da-4729-b06a-c1337d7ed3ee} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5069 | 2025.02.06 05:13:37.661880 [ 69 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5070 | 2025.02.06 05:13:37.661951 [ 255 ] {754984de-99da-4729-b06a-c1337d7ed3ee} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001926 sec., 42575.285565939776 rows/sec., 3.52 MiB/sec. | ||
| 5071 | 2025.02.06 05:13:37.661957 [ 69 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5072 | 2025.02.06 05:13:37.662027 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5073 | 2025.02.06 05:13:37.662079 [ 255 ] {754984de-99da-4729-b06a-c1337d7ed3ee} <Debug> TCPHandler: Processed in 0.002345096 sec. | ||
| 5074 | 2025.02.06 05:13:37.662219 [ 198 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 5075 | 2025.02.06 05:13:37.662354 [ 198 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5076 | 2025.02.06 05:13:37.662400 [ 198 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1431 rows starting from the beginning of the part | ||
| 5077 | 2025.02.06 05:13:37.662513 [ 198 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 5078 | 2025.02.06 05:13:37.662616 [ 198 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 255 rows starting from the beginning of the part | ||
| 5079 | 2025.02.06 05:13:37.662936 [ 198 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 5080 | 2025.02.06 05:13:37.663078 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5081 | 2025.02.06 05:13:37.663138 [ 198 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 258 rows starting from the beginning of the part | ||
| 5082 | 2025.02.06 05:13:37.663334 [ 198 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 5083 | 2025.02.06 05:13:37.663607 [ 5 ] {cdb53813-4513-4e46-9cce-928552f784e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5084 | 2025.02.06 05:13:37.663786 [ 5 ] {cdb53813-4513-4e46-9cce-928552f784e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5085 | 2025.02.06 05:13:37.665921 [ 5 ] {cdb53813-4513-4e46-9cce-928552f784e5} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5086 | 2025.02.06 05:13:37.666001 [ 5 ] {cdb53813-4513-4e46-9cce-928552f784e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5087 | 2025.02.06 05:13:37.666984 [ 5 ] {cdb53813-4513-4e46-9cce-928552f784e5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5088 | 2025.02.06 05:13:37.667034 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 5 columns (5 merged, 0 gathered) in 0.00489397 sec., 442176.8012472492 rows/sec., 38.87 MiB/sec. | ||
| 5089 | 2025.02.06 05:13:37.667329 [ 5 ] {cdb53813-4513-4e46-9cce-928552f784e5} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2025.02.06 05:13:37.667388 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5091 | 2025.02.06 05:13:37.667581 [ 69 ] {} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5092 | 2025.02.06 05:13:37.667690 [ 69 ] {} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5093 | 2025.02.06 05:13:37.667757 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5094 | 2025.02.06 05:13:37.667837 [ 5 ] {cdb53813-4513-4e46-9cce-928552f784e5} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.004374 sec., 2972.107910379515 rows/sec., 223.49 KiB/sec. | ||
| 5095 | 2025.02.06 05:13:37.668187 [ 5 ] {cdb53813-4513-4e46-9cce-928552f784e5} <Debug> TCPHandler: Processed in 0.005350775 sec. | ||
| 5096 | 2025.02.06 05:13:37.668218 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 5097 | 2025.02.06 05:13:37.668415 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_36_7} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.02.06 05:13:37.668543 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5099 | 2025.02.06 05:13:37.668566 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5100 | 2025.02.06 05:13:37.668624 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_36_7} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5101 | 2025.02.06 05:13:37.668635 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 60 rows starting from the beginning of the part | ||
| 5102 | 2025.02.06 05:13:37.669014 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 5103 | 2025.02.06 05:13:37.669102 [ 255 ] {d3f2f91a-30d5-4bea-8534-6f3139f88379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5104 | 2025.02.06 05:13:37.669178 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
| 5105 | 2025.02.06 05:13:37.669323 [ 255 ] {d3f2f91a-30d5-4bea-8534-6f3139f88379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5106 | 2025.02.06 05:13:37.669447 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
| 5107 | 2025.02.06 05:13:37.669834 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 5108 | 2025.02.06 05:13:37.670088 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 5109 | 2025.02.06 05:13:37.670402 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 5110 | 2025.02.06 05:13:37.672398 [ 255 ] {d3f2f91a-30d5-4bea-8534-6f3139f88379} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5111 | 2025.02.06 05:13:37.672483 [ 255 ] {d3f2f91a-30d5-4bea-8534-6f3139f88379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5112 | 2025.02.06 05:13:37.673411 [ 188 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005525291 sec., 32758.455617993695 rows/sec., 2.46 MiB/sec. | ||
| 5113 | 2025.02.06 05:13:37.673573 [ 255 ] {d3f2f91a-30d5-4bea-8534-6f3139f88379} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5114 | 2025.02.06 05:13:37.673599 [ 188 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5115 | 2025.02.06 05:13:37.674083 [ 255 ] {d3f2f91a-30d5-4bea-8534-6f3139f88379} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5116 | 2025.02.06 05:13:37.674106 [ 188 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5117 | 2025.02.06 05:13:37.674293 [ 188 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_26_5} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5118 | 2025.02.06 05:13:37.674362 [ 69 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5119 | 2025.02.06 05:13:37.674462 [ 69 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5120 | 2025.02.06 05:13:37.674542 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5121 | 2025.02.06 05:13:37.674646 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5122 | 2025.02.06 05:13:37.674655 [ 255 ] {d3f2f91a-30d5-4bea-8534-6f3139f88379} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.005848 sec., 13166.89466484268 rows/sec., 1.03 MiB/sec. | ||
| 5123 | 2025.02.06 05:13:37.675100 [ 255 ] {d3f2f91a-30d5-4bea-8534-6f3139f88379} <Debug> TCPHandler: Processed in 0.006775431 sec. | ||
| 5124 | 2025.02.06 05:13:37.675199 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 5125 | 2025.02.06 05:13:37.675458 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5126 | 2025.02.06 05:13:37.675739 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5127 | 2025.02.06 05:13:37.675853 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5128 | 2025.02.06 05:13:37.675873 [ 5 ] {1c487a03-1d81-408b-8fd2-d638e9e35baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5129 | 2025.02.06 05:13:37.676006 [ 5 ] {1c487a03-1d81-408b-8fd2-d638e9e35baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5130 | 2025.02.06 05:13:37.676066 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 5131 | 2025.02.06 05:13:37.676459 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 408 rows starting from the beginning of the part | ||
| 5132 | 2025.02.06 05:13:37.676750 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part | ||
| 5133 | 2025.02.06 05:13:37.677100 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 414 rows starting from the beginning of the part | ||
| 5134 | 2025.02.06 05:13:37.677324 [ 188 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
| 5135 | 2025.02.06 05:13:37.678069 [ 5 ] {1c487a03-1d81-408b-8fd2-d638e9e35baa} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5136 | 2025.02.06 05:13:37.678122 [ 5 ] {1c487a03-1d81-408b-8fd2-d638e9e35baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5137 | 2025.02.06 05:13:37.678720 [ 5 ] {1c487a03-1d81-408b-8fd2-d638e9e35baa} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5138 | 2025.02.06 05:13:37.679046 [ 5 ] {1c487a03-1d81-408b-8fd2-d638e9e35baa} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5139 | 2025.02.06 05:13:37.679192 [ 187 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.004405444 sec., 443315.13463796163 rows/sec., 33.93 MiB/sec. | ||
| 5140 | 2025.02.06 05:13:37.679321 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5141 | 2025.02.06 05:13:37.679407 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2025.02.06 05:13:37.679452 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5143 | 2025.02.06 05:13:37.679539 [ 5 ] {1c487a03-1d81-408b-8fd2-d638e9e35baa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00375 sec., 42666.66666666667 rows/sec., 2.97 MiB/sec. | ||
| 5144 | 2025.02.06 05:13:37.679740 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5145 | 2025.02.06 05:13:37.680143 [ 5 ] {1c487a03-1d81-408b-8fd2-d638e9e35baa} <Debug> TCPHandler: Processed in 0.004848779 sec. | ||
| 5146 | 2025.02.06 05:13:37.680332 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 5147 | 2025.02.06 05:13:37.680650 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5148 | 2025.02.06 05:13:37.681235 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5149 | 2025.02.06 05:13:37.681342 [ 255 ] {6de487b2-6937-46a8-9ce0-67cb4b044f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5150 | 2025.02.06 05:13:37.681408 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9429 rows starting from the beginning of the part | ||
| 5151 | 2025.02.06 05:13:37.681475 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5152 | 2025.02.06 05:13:37.681823 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 54 rows starting from the beginning of the part | ||
| 5153 | 2025.02.06 05:13:37.681859 [ 255 ] {6de487b2-6937-46a8-9ce0-67cb4b044f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5154 | 2025.02.06 05:13:37.681885 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_36_7} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5155 | 2025.02.06 05:13:37.682378 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5156 | 2025.02.06 05:13:37.682385 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5157 | 2025.02.06 05:13:37.682871 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5158 | 2025.02.06 05:13:37.683284 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 240 rows starting from the beginning of the part | ||
| 5159 | 2025.02.06 05:13:37.683678 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 5160 | 2025.02.06 05:13:37.687174 [ 255 ] {6de487b2-6937-46a8-9ce0-67cb4b044f4c} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5161 | 2025.02.06 05:13:37.687250 [ 255 ] {6de487b2-6937-46a8-9ce0-67cb4b044f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5162 | 2025.02.06 05:13:37.688685 [ 255 ] {6de487b2-6937-46a8-9ce0-67cb4b044f4c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5163 | 2025.02.06 05:13:37.688995 [ 255 ] {6de487b2-6937-46a8-9ce0-67cb4b044f4c} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5164 | 2025.02.06 05:13:37.689216 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5165 | 2025.02.06 05:13:37.689316 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5166 | 2025.02.06 05:13:37.689380 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5167 | 2025.02.06 05:13:37.689395 [ 255 ] {6de487b2-6937-46a8-9ce0-67cb4b044f4c} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.008309 sec., 1564.5685401372004 rows/sec., 2.80 MiB/sec. | ||
| 5168 | 2025.02.06 05:13:37.690248 [ 255 ] {6de487b2-6937-46a8-9ce0-67cb4b044f4c} <Debug> TCPHandler: Processed in 0.009878053 sec. | ||
| 5169 | 2025.02.06 05:13:37.690396 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10280 rows, containing 5 columns (5 merged, 0 gathered) in 0.010785533 sec., 953128.6029165179 rows/sec., 64.40 MiB/sec. | ||
| 5170 | 2025.02.06 05:13:37.690572 [ 187 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 5171 | 2025.02.06 05:13:37.690586 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5172 | 2025.02.06 05:13:37.690746 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5173 | 2025.02.06 05:13:37.690999 [ 5 ] {ae7472af-4afe-44d7-b2cc-d7f0b0abbe85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5174 | 2025.02.06 05:13:37.691160 [ 5 ] {ae7472af-4afe-44d7-b2cc-d7f0b0abbe85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5175 | 2025.02.06 05:13:37.691711 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2025.02.06 05:13:37.692038 [ 193 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5177 | 2025.02.06 05:13:37.692307 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
| 5178 | 2025.02.06 05:13:37.692543 [ 187 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5179 | 2025.02.06 05:13:37.692652 [ 187 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 373 rows starting from the beginning of the part | ||
| 5180 | 2025.02.06 05:13:37.693556 [ 187 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 5181 | 2025.02.06 05:13:37.693675 [ 5 ] {ae7472af-4afe-44d7-b2cc-d7f0b0abbe85} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5182 | 2025.02.06 05:13:37.693765 [ 5 ] {ae7472af-4afe-44d7-b2cc-d7f0b0abbe85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5183 | 2025.02.06 05:13:37.694241 [ 187 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
| 5184 | 2025.02.06 05:13:37.694933 [ 187 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 5185 | 2025.02.06 05:13:37.695230 [ 5 ] {ae7472af-4afe-44d7-b2cc-d7f0b0abbe85} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5186 | 2025.02.06 05:13:37.695558 [ 187 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
| 5187 | 2025.02.06 05:13:37.696020 [ 5 ] {ae7472af-4afe-44d7-b2cc-d7f0b0abbe85} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5188 | 2025.02.06 05:13:37.696203 [ 187 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 5189 | 2025.02.06 05:13:37.696413 [ 69 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5190 | 2025.02.06 05:13:37.696526 [ 69 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5191 | 2025.02.06 05:13:37.696610 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5192 | 2025.02.06 05:13:37.696842 [ 5 ] {ae7472af-4afe-44d7-b2cc-d7f0b0abbe85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005978 sec., 10036.801605888257 rows/sec., 692.64 KiB/sec. | ||
| 5193 | 2025.02.06 05:13:37.696990 [ 199 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 5194 | 2025.02.06 05:13:37.697118 [ 5 ] {ae7472af-4afe-44d7-b2cc-d7f0b0abbe85} <Debug> TCPHandler: Processed in 0.006674298 sec. | ||
| 5195 | 2025.02.06 05:13:37.697359 [ 199 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5196 | 2025.02.06 05:13:37.697409 [ 199 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1646 rows starting from the beginning of the part | ||
| 5197 | 2025.02.06 05:13:37.697612 [ 199 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 5198 | 2025.02.06 05:13:37.697866 [ 199 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5199 | 2025.02.06 05:13:37.698202 [ 199 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5200 | 2025.02.06 05:13:37.698460 [ 199 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
| 5201 | 2025.02.06 05:13:37.698770 [ 199 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5202 | 2025.02.06 05:13:37.700824 [ 194 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 4 columns (4 merged, 0 gathered) in 0.004073133 sec., 478746.94982952933 rows/sec., 31.26 MiB/sec. | ||
| 5203 | 2025.02.06 05:13:37.701212 [ 197 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5204 | 2025.02.06 05:13:37.701931 [ 197 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5205 | 2025.02.06 05:13:37.702179 [ 197 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_36_7} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5206 | 2025.02.06 05:13:37.702351 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5207 | 2025.02.06 05:13:37.703856 [ 194 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 19 columns (19 merged, 0 gathered) in 0.014335499 sec., 32367.202564765972 rows/sec., 58.00 MiB/sec. | ||
| 5208 | 2025.02.06 05:13:37.704606 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5209 | 2025.02.06 05:13:37.705100 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2025.02.06 05:13:37.705189 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5211 | 2025.02.06 05:13:37.705338 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 5212 | 2025.02.06 05:13:40.953267 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5213 | 2025.02.06 05:13:40.953317 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5214 | 2025.02.06 05:13:41.091363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 5215 | 2025.02.06 05:13:41.092067 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2025.02.06 05:13:41.092117 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5217 | 2025.02.06 05:13:41.092669 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5218 | 2025.02.06 05:13:41.092938 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5219 | 2025.02.06 05:13:41.093210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 5220 | 2025.02.06 05:13:41.824671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 5221 | 2025.02.06 05:13:41.843641 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2025.02.06 05:13:41.843694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5223 | 2025.02.06 05:13:41.851009 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5224 | 2025.02.06 05:13:41.851792 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2025.02.06 05:13:41.854493 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 5226 | 2025.02.06 05:13:42.001217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.90 MiB, peak 194.81 MiB, free memory in arenas 0.00 B, will set to 189.11 MiB (RSS), difference: 1.21 MiB | ||
| 5227 | 2025.02.06 05:13:42.663960 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5228 | 2025.02.06 05:13:42.664153 [ 255 ] {6487992b-584f-4d72-9a0f-6ba4cf50019c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5229 | 2025.02.06 05:13:42.664224 [ 255 ] {6487992b-584f-4d72-9a0f-6ba4cf50019c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5230 | 2025.02.06 05:13:42.664970 [ 255 ] {6487992b-584f-4d72-9a0f-6ba4cf50019c} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5231 | 2025.02.06 05:13:42.665013 [ 255 ] {6487992b-584f-4d72-9a0f-6ba4cf50019c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5232 | 2025.02.06 05:13:42.665461 [ 255 ] {6487992b-584f-4d72-9a0f-6ba4cf50019c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5233 | 2025.02.06 05:13:42.665719 [ 255 ] {6487992b-584f-4d72-9a0f-6ba4cf50019c} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5234 | 2025.02.06 05:13:42.665853 [ 58 ] {} <Debug> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5235 | 2025.02.06 05:13:42.665897 [ 58 ] {} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5236 | 2025.02.06 05:13:42.665916 [ 255 ] {6487992b-584f-4d72-9a0f-6ba4cf50019c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001816 sec., 7709.251101321586 rows/sec., 554.96 KiB/sec. | ||
| 5237 | 2025.02.06 05:13:42.665921 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5238 | 2025.02.06 05:13:42.666037 [ 255 ] {6487992b-584f-4d72-9a0f-6ba4cf50019c} <Debug> TCPHandler: Processed in 0.002204342 sec. | ||
| 5239 | 2025.02.06 05:13:42.666197 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 5240 | 2025.02.06 05:13:42.666401 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5241 | 2025.02.06 05:13:42.666417 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5242 | 2025.02.06 05:13:42.666533 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 5243 | 2025.02.06 05:13:42.666830 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 5244 | 2025.02.06 05:13:42.667031 [ 5 ] {48c22e3c-33eb-4a87-9a96-ea0d8206a21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5245 | 2025.02.06 05:13:42.667155 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 5246 | 2025.02.06 05:13:42.667389 [ 5 ] {48c22e3c-33eb-4a87-9a96-ea0d8206a21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5247 | 2025.02.06 05:13:42.667495 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 5248 | 2025.02.06 05:13:42.667850 [ 197 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 5249 | 2025.02.06 05:13:42.670095 [ 5 ] {48c22e3c-33eb-4a87-9a96-ea0d8206a21b} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5250 | 2025.02.06 05:13:42.670181 [ 5 ] {48c22e3c-33eb-4a87-9a96-ea0d8206a21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5251 | 2025.02.06 05:13:42.670554 [ 194 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004509098 sec., 15524.169135379183 rows/sec., 1.15 MiB/sec. | ||
| 5252 | 2025.02.06 05:13:42.670778 [ 194 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5253 | 2025.02.06 05:13:42.671187 [ 5 ] {48c22e3c-33eb-4a87-9a96-ea0d8206a21b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5254 | 2025.02.06 05:13:42.671521 [ 196 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_13_3} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5255 | 2025.02.06 05:13:42.671649 [ 5 ] {48c22e3c-33eb-4a87-9a96-ea0d8206a21b} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5256 | 2025.02.06 05:13:42.671674 [ 196 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_13_3} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5257 | 2025.02.06 05:13:42.671863 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5258 | 2025.02.06 05:13:42.671964 [ 5 ] {48c22e3c-33eb-4a87-9a96-ea0d8206a21b} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.005244 sec., 48627.00228832952 rows/sec., 4.25 MiB/sec. | ||
| 5259 | 2025.02.06 05:13:42.672029 [ 5 ] {48c22e3c-33eb-4a87-9a96-ea0d8206a21b} <Debug> TCPHandler: Processed in 0.005849411 sec. | ||
| 5260 | 2025.02.06 05:13:42.672191 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5261 | 2025.02.06 05:13:42.672337 [ 255 ] {5d087370-b4ad-4db1-80e6-729bc46d53e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5262 | 2025.02.06 05:13:42.672399 [ 255 ] {5d087370-b4ad-4db1-80e6-729bc46d53e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5263 | 2025.02.06 05:13:42.673110 [ 255 ] {5d087370-b4ad-4db1-80e6-729bc46d53e4} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5264 | 2025.02.06 05:13:42.673155 [ 255 ] {5d087370-b4ad-4db1-80e6-729bc46d53e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5265 | 2025.02.06 05:13:42.673531 [ 255 ] {5d087370-b4ad-4db1-80e6-729bc46d53e4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5266 | 2025.02.06 05:13:42.673771 [ 255 ] {5d087370-b4ad-4db1-80e6-729bc46d53e4} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2025.02.06 05:13:42.673944 [ 255 ] {5d087370-b4ad-4db1-80e6-729bc46d53e4} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001644 sec., 20072.992700729927 rows/sec., 1.43 MiB/sec. | ||
| 5268 | 2025.02.06 05:13:42.673994 [ 255 ] {5d087370-b4ad-4db1-80e6-729bc46d53e4} <Debug> TCPHandler: Processed in 0.001875552 sec. | ||
| 5269 | 2025.02.06 05:13:42.674142 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5270 | 2025.02.06 05:13:42.674263 [ 5 ] {c1fadbc6-5e9f-4110-8379-98c4e6fc852d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5271 | 2025.02.06 05:13:42.674342 [ 5 ] {c1fadbc6-5e9f-4110-8379-98c4e6fc852d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5272 | 2025.02.06 05:13:42.675370 [ 5 ] {c1fadbc6-5e9f-4110-8379-98c4e6fc852d} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2025.02.06 05:13:42.675409 [ 5 ] {c1fadbc6-5e9f-4110-8379-98c4e6fc852d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5274 | 2025.02.06 05:13:42.675760 [ 5 ] {c1fadbc6-5e9f-4110-8379-98c4e6fc852d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5275 | 2025.02.06 05:13:42.676003 [ 5 ] {c1fadbc6-5e9f-4110-8379-98c4e6fc852d} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2025.02.06 05:13:42.676214 [ 5 ] {c1fadbc6-5e9f-4110-8379-98c4e6fc852d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001979 sec., 7074.279939363315 rows/sec., 495.44 KiB/sec. | ||
| 5277 | 2025.02.06 05:13:42.676266 [ 5 ] {c1fadbc6-5e9f-4110-8379-98c4e6fc852d} <Debug> TCPHandler: Processed in 0.002183542 sec. | ||
| 5278 | 2025.02.06 05:13:42.676406 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5279 | 2025.02.06 05:13:42.676543 [ 255 ] {d2862ee3-9048-4a80-870b-4d9cf7d38753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5280 | 2025.02.06 05:13:42.676600 [ 255 ] {d2862ee3-9048-4a80-870b-4d9cf7d38753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5281 | 2025.02.06 05:13:42.677289 [ 255 ] {d2862ee3-9048-4a80-870b-4d9cf7d38753} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5282 | 2025.02.06 05:13:42.677325 [ 255 ] {d2862ee3-9048-4a80-870b-4d9cf7d38753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5283 | 2025.02.06 05:13:42.677686 [ 255 ] {d2862ee3-9048-4a80-870b-4d9cf7d38753} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5284 | 2025.02.06 05:13:42.677923 [ 255 ] {d2862ee3-9048-4a80-870b-4d9cf7d38753} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5285 | 2025.02.06 05:13:42.678043 [ 58 ] {} <Debug> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5286 | 2025.02.06 05:13:42.678083 [ 58 ] {} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2025.02.06 05:13:42.678106 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5288 | 2025.02.06 05:13:42.678115 [ 255 ] {d2862ee3-9048-4a80-870b-4d9cf7d38753} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec. | ||
| 5289 | 2025.02.06 05:13:42.678230 [ 255 ] {d2862ee3-9048-4a80-870b-4d9cf7d38753} <Debug> TCPHandler: Processed in 0.001890192 sec. | ||
| 5290 | 2025.02.06 05:13:42.678259 [ 194 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 5291 | 2025.02.06 05:13:42.678375 [ 194 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5292 | 2025.02.06 05:13:42.678416 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5293 | 2025.02.06 05:13:42.678433 [ 194 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 5294 | 2025.02.06 05:13:42.678722 [ 194 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 5295 | 2025.02.06 05:13:42.678838 [ 5 ] {001a7745-f5fa-4887-98d1-6a1c86a13782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5296 | 2025.02.06 05:13:42.679036 [ 5 ] {001a7745-f5fa-4887-98d1-6a1c86a13782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5297 | 2025.02.06 05:13:42.679053 [ 194 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 5298 | 2025.02.06 05:13:42.679452 [ 194 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 5299 | 2025.02.06 05:13:42.679775 [ 194 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 5300 | 2025.02.06 05:13:42.681799 [ 5 ] {001a7745-f5fa-4887-98d1-6a1c86a13782} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5301 | 2025.02.06 05:13:42.681873 [ 5 ] {001a7745-f5fa-4887-98d1-6a1c86a13782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5302 | 2025.02.06 05:13:42.682308 [ 194 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004148355 sec., 15668.861512575466 rows/sec., 1.01 MiB/sec. | ||
| 5303 | 2025.02.06 05:13:42.682504 [ 196 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5304 | 2025.02.06 05:13:42.682617 [ 5 ] {001a7745-f5fa-4887-98d1-6a1c86a13782} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5305 | 2025.02.06 05:13:42.682906 [ 196 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_13_3} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5306 | 2025.02.06 05:13:42.682912 [ 5 ] {001a7745-f5fa-4887-98d1-6a1c86a13782} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2025.02.06 05:13:42.683032 [ 196 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_13_3} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5308 | 2025.02.06 05:13:42.683200 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5309 | 2025.02.06 05:13:42.683218 [ 5 ] {001a7745-f5fa-4887-98d1-6a1c86a13782} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.004565 sec., 89375.68455640746 rows/sec., 6.37 MiB/sec. | ||
| 5310 | 2025.02.06 05:13:42.683284 [ 5 ] {001a7745-f5fa-4887-98d1-6a1c86a13782} <Debug> TCPHandler: Processed in 0.004957553 sec. | ||
| 5311 | 2025.02.06 05:13:42.683440 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5312 | 2025.02.06 05:13:42.683578 [ 255 ] {c9ee257c-c26d-4214-a052-88c00129a52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5313 | 2025.02.06 05:13:42.683638 [ 255 ] {c9ee257c-c26d-4214-a052-88c00129a52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5314 | 2025.02.06 05:13:42.684205 [ 255 ] {c9ee257c-c26d-4214-a052-88c00129a52d} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2025.02.06 05:13:42.684251 [ 255 ] {c9ee257c-c26d-4214-a052-88c00129a52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5316 | 2025.02.06 05:13:42.684629 [ 255 ] {c9ee257c-c26d-4214-a052-88c00129a52d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5317 | 2025.02.06 05:13:42.684858 [ 255 ] {c9ee257c-c26d-4214-a052-88c00129a52d} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5318 | 2025.02.06 05:13:42.685113 [ 255 ] {c9ee257c-c26d-4214-a052-88c00129a52d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001563 sec., 3838.7715930902114 rows/sec., 200.56 KiB/sec. | ||
| 5319 | 2025.02.06 05:13:42.685278 [ 255 ] {c9ee257c-c26d-4214-a052-88c00129a52d} <Debug> TCPHandler: Processed in 0.001902822 sec. | ||
| 5320 | 2025.02.06 05:13:42.685494 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5321 | 2025.02.06 05:13:42.685714 [ 5 ] {488b07cd-489b-44c4-94ff-02cda06a0301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5322 | 2025.02.06 05:13:42.685813 [ 5 ] {488b07cd-489b-44c4-94ff-02cda06a0301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5323 | 2025.02.06 05:13:42.687000 [ 5 ] {488b07cd-489b-44c4-94ff-02cda06a0301} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5324 | 2025.02.06 05:13:42.687040 [ 5 ] {488b07cd-489b-44c4-94ff-02cda06a0301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5325 | 2025.02.06 05:13:42.687439 [ 5 ] {488b07cd-489b-44c4-94ff-02cda06a0301} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5326 | 2025.02.06 05:13:42.687671 [ 5 ] {488b07cd-489b-44c4-94ff-02cda06a0301} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5327 | 2025.02.06 05:13:42.687879 [ 5 ] {488b07cd-489b-44c4-94ff-02cda06a0301} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00222 sec., 106756.75675675675 rows/sec., 7.16 MiB/sec. | ||
| 5328 | 2025.02.06 05:13:42.687931 [ 5 ] {488b07cd-489b-44c4-94ff-02cda06a0301} <Debug> TCPHandler: Processed in 0.002548684 sec. | ||
| 5329 | 2025.02.06 05:13:42.688073 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5330 | 2025.02.06 05:13:42.688210 [ 255 ] {37984aac-6f94-4249-9262-43ffd40913c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5331 | 2025.02.06 05:13:42.688271 [ 255 ] {37984aac-6f94-4249-9262-43ffd40913c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5332 | 2025.02.06 05:13:42.688813 [ 255 ] {37984aac-6f94-4249-9262-43ffd40913c3} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5333 | 2025.02.06 05:13:42.688860 [ 255 ] {37984aac-6f94-4249-9262-43ffd40913c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5334 | 2025.02.06 05:13:42.689285 [ 255 ] {37984aac-6f94-4249-9262-43ffd40913c3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5335 | 2025.02.06 05:13:42.689518 [ 255 ] {37984aac-6f94-4249-9262-43ffd40913c3} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5336 | 2025.02.06 05:13:42.689817 [ 255 ] {37984aac-6f94-4249-9262-43ffd40913c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00161 sec., 621.1180124223602 rows/sec., 41.85 KiB/sec. | ||
| 5337 | 2025.02.06 05:13:42.689970 [ 255 ] {37984aac-6f94-4249-9262-43ffd40913c3} <Debug> TCPHandler: Processed in 0.001963584 sec. | ||
| 5338 | 2025.02.06 05:13:42.690102 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5339 | 2025.02.06 05:13:42.690217 [ 5 ] {e91a18fb-881a-41d6-92ba-a4217645f7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5340 | 2025.02.06 05:13:42.690302 [ 5 ] {e91a18fb-881a-41d6-92ba-a4217645f7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5341 | 2025.02.06 05:13:42.691587 [ 5 ] {e91a18fb-881a-41d6-92ba-a4217645f7fa} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5342 | 2025.02.06 05:13:42.691625 [ 5 ] {e91a18fb-881a-41d6-92ba-a4217645f7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5343 | 2025.02.06 05:13:42.692252 [ 5 ] {e91a18fb-881a-41d6-92ba-a4217645f7fa} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5344 | 2025.02.06 05:13:42.692498 [ 5 ] {e91a18fb-881a-41d6-92ba-a4217645f7fa} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5345 | 2025.02.06 05:13:42.692735 [ 5 ] {e91a18fb-881a-41d6-92ba-a4217645f7fa} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002543 sec., 10224.144710971294 rows/sec., 18.32 MiB/sec. | ||
| 5346 | 2025.02.06 05:13:42.692826 [ 5 ] {e91a18fb-881a-41d6-92ba-a4217645f7fa} <Debug> TCPHandler: Processed in 0.002781941 sec. | ||
| 5347 | 2025.02.06 05:13:42.692967 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5348 | 2025.02.06 05:13:42.693103 [ 255 ] {4dd75260-a45b-434c-bcd0-3189121e72a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5349 | 2025.02.06 05:13:42.693161 [ 255 ] {4dd75260-a45b-434c-bcd0-3189121e72a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5350 | 2025.02.06 05:13:42.693660 [ 255 ] {4dd75260-a45b-434c-bcd0-3189121e72a3} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2025.02.06 05:13:42.693699 [ 255 ] {4dd75260-a45b-434c-bcd0-3189121e72a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5352 | 2025.02.06 05:13:42.694073 [ 255 ] {4dd75260-a45b-434c-bcd0-3189121e72a3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5353 | 2025.02.06 05:13:42.694309 [ 255 ] {4dd75260-a45b-434c-bcd0-3189121e72a3} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5354 | 2025.02.06 05:13:42.694504 [ 255 ] {4dd75260-a45b-434c-bcd0-3189121e72a3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001431 sec., 57302.5856044724 rows/sec., 3.64 MiB/sec. | ||
| 5355 | 2025.02.06 05:13:42.694555 [ 255 ] {4dd75260-a45b-434c-bcd0-3189121e72a3} <Debug> TCPHandler: Processed in 0.001655545 sec. | ||
| 5356 | 2025.02.06 05:13:45.691697 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5357 | 2025.02.06 05:13:45.691905 [ 255 ] {1e7dfc3a-27a4-439a-b67f-09479fad56b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5358 | 2025.02.06 05:13:45.691986 [ 255 ] {1e7dfc3a-27a4-439a-b67f-09479fad56b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5359 | 2025.02.06 05:13:45.693403 [ 255 ] {1e7dfc3a-27a4-439a-b67f-09479fad56b1} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2025.02.06 05:13:45.693454 [ 255 ] {1e7dfc3a-27a4-439a-b67f-09479fad56b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5361 | 2025.02.06 05:13:45.693971 [ 255 ] {1e7dfc3a-27a4-439a-b67f-09479fad56b1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5362 | 2025.02.06 05:13:45.694227 [ 255 ] {1e7dfc3a-27a4-439a-b67f-09479fad56b1} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2025.02.06 05:13:45.694498 [ 255 ] {1e7dfc3a-27a4-439a-b67f-09479fad56b1} <Debug> executeQuery: Read 1222 rows, 103.05 KiB in 0.002648 sec., 461480.3625377643 rows/sec., 38.01 MiB/sec. | ||
| 5364 | 2025.02.06 05:13:45.694628 [ 255 ] {1e7dfc3a-27a4-439a-b67f-09479fad56b1} <Debug> TCPHandler: Processed in 0.00306664 sec. | ||
| 5365 | 2025.02.06 05:13:45.694996 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2025.02.06 05:13:45.695294 [ 5 ] {e5c83c25-39c1-442d-b29d-a25735fb4e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5367 | 2025.02.06 05:13:45.695407 [ 5 ] {e5c83c25-39c1-442d-b29d-a25735fb4e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5368 | 2025.02.06 05:13:45.696133 [ 5 ] {e5c83c25-39c1-442d-b29d-a25735fb4e08} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2025.02.06 05:13:45.696181 [ 5 ] {e5c83c25-39c1-442d-b29d-a25735fb4e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5370 | 2025.02.06 05:13:45.696609 [ 5 ] {e5c83c25-39c1-442d-b29d-a25735fb4e08} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5371 | 2025.02.06 05:13:45.696854 [ 5 ] {e5c83c25-39c1-442d-b29d-a25735fb4e08} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2025.02.06 05:13:45.697125 [ 5 ] {e5c83c25-39c1-442d-b29d-a25735fb4e08} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.00191 sec., 6806.282722513089 rows/sec., 511.80 KiB/sec. | ||
| 5373 | 2025.02.06 05:13:45.697345 [ 5 ] {e5c83c25-39c1-442d-b29d-a25735fb4e08} <Debug> TCPHandler: Processed in 0.002544203 sec. | ||
| 5374 | 2025.02.06 05:13:45.697574 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2025.02.06 05:13:45.697726 [ 255 ] {3aea2216-9df4-4728-af8f-3e08e09c67cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5376 | 2025.02.06 05:13:45.697788 [ 255 ] {3aea2216-9df4-4728-af8f-3e08e09c67cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5377 | 2025.02.06 05:13:45.698548 [ 255 ] {3aea2216-9df4-4728-af8f-3e08e09c67cd} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2025.02.06 05:13:45.698590 [ 255 ] {3aea2216-9df4-4728-af8f-3e08e09c67cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5379 | 2025.02.06 05:13:45.698963 [ 255 ] {3aea2216-9df4-4728-af8f-3e08e09c67cd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5380 | 2025.02.06 05:13:45.699202 [ 255 ] {3aea2216-9df4-4728-af8f-3e08e09c67cd} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2025.02.06 05:13:45.699418 [ 255 ] {3aea2216-9df4-4728-af8f-3e08e09c67cd} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001728 sec., 131944.44444444444 rows/sec., 8.93 MiB/sec. | ||
| 5382 | 2025.02.06 05:13:45.699473 [ 255 ] {3aea2216-9df4-4728-af8f-3e08e09c67cd} <Debug> TCPHandler: Processed in 0.002004196 sec. | ||
| 5383 | 2025.02.06 05:13:45.699647 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2025.02.06 05:13:45.699794 [ 5 ] {05959d26-29e8-49e2-9ebc-d2566f68eb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5385 | 2025.02.06 05:13:45.699854 [ 5 ] {05959d26-29e8-49e2-9ebc-d2566f68eb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5386 | 2025.02.06 05:13:45.700746 [ 5 ] {05959d26-29e8-49e2-9ebc-d2566f68eb9b} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2025.02.06 05:13:45.700788 [ 5 ] {05959d26-29e8-49e2-9ebc-d2566f68eb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5388 | 2025.02.06 05:13:45.701176 [ 5 ] {05959d26-29e8-49e2-9ebc-d2566f68eb9b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5389 | 2025.02.06 05:13:45.701409 [ 5 ] {05959d26-29e8-49e2-9ebc-d2566f68eb9b} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2025.02.06 05:13:45.701625 [ 5 ] {05959d26-29e8-49e2-9ebc-d2566f68eb9b} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.001867 sec., 285484.73486877343 rows/sec., 21.16 MiB/sec. | ||
| 5391 | 2025.02.06 05:13:45.701684 [ 5 ] {05959d26-29e8-49e2-9ebc-d2566f68eb9b} <Debug> TCPHandler: Processed in 0.002112529 sec. | ||
| 5392 | 2025.02.06 05:13:45.701824 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5393 | 2025.02.06 05:13:45.701941 [ 255 ] {0d74fed5-c9cd-4db7-987c-b7f02ccdb352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5394 | 2025.02.06 05:13:45.701996 [ 255 ] {0d74fed5-c9cd-4db7-987c-b7f02ccdb352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5395 | 2025.02.06 05:13:45.702811 [ 255 ] {0d74fed5-c9cd-4db7-987c-b7f02ccdb352} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.02.06 05:13:45.702851 [ 255 ] {0d74fed5-c9cd-4db7-987c-b7f02ccdb352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5397 | 2025.02.06 05:13:45.703291 [ 255 ] {0d74fed5-c9cd-4db7-987c-b7f02ccdb352} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5398 | 2025.02.06 05:13:45.703526 [ 255 ] {0d74fed5-c9cd-4db7-987c-b7f02ccdb352} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5399 | 2025.02.06 05:13:45.703760 [ 255 ] {0d74fed5-c9cd-4db7-987c-b7f02ccdb352} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001843 sec., 516549.10472056427 rows/sec., 34.65 MiB/sec. | ||
| 5400 | 2025.02.06 05:13:45.703886 [ 255 ] {0d74fed5-c9cd-4db7-987c-b7f02ccdb352} <Debug> TCPHandler: Processed in 0.002117099 sec. | ||
| 5401 | 2025.02.06 05:13:45.704055 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2025.02.06 05:13:45.704196 [ 5 ] {b889a720-8599-4778-9aaa-dfe26271ee4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5403 | 2025.02.06 05:13:45.704293 [ 5 ] {b889a720-8599-4778-9aaa-dfe26271ee4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5404 | 2025.02.06 05:13:45.705445 [ 5 ] {b889a720-8599-4778-9aaa-dfe26271ee4b} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.02.06 05:13:45.705486 [ 5 ] {b889a720-8599-4778-9aaa-dfe26271ee4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5406 | 2025.02.06 05:13:45.706125 [ 5 ] {b889a720-8599-4778-9aaa-dfe26271ee4b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5407 | 2025.02.06 05:13:45.706379 [ 5 ] {b889a720-8599-4778-9aaa-dfe26271ee4b} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2025.02.06 05:13:45.706692 [ 5 ] {b889a720-8599-4778-9aaa-dfe26271ee4b} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002519 sec., 5160.778086542278 rows/sec., 9.25 MiB/sec. | ||
| 5409 | 2025.02.06 05:13:45.707151 [ 5 ] {b889a720-8599-4778-9aaa-dfe26271ee4b} <Debug> TCPHandler: Processed in 0.003172394 sec. | ||
| 5410 | 2025.02.06 05:13:45.707317 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2025.02.06 05:13:45.707454 [ 255 ] {28f49299-2cc3-44ca-8f23-036707b1b549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5412 | 2025.02.06 05:13:45.707516 [ 255 ] {28f49299-2cc3-44ca-8f23-036707b1b549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5413 | 2025.02.06 05:13:45.708073 [ 255 ] {28f49299-2cc3-44ca-8f23-036707b1b549} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5414 | 2025.02.06 05:13:45.708120 [ 255 ] {28f49299-2cc3-44ca-8f23-036707b1b549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5415 | 2025.02.06 05:13:45.708526 [ 255 ] {28f49299-2cc3-44ca-8f23-036707b1b549} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5416 | 2025.02.06 05:13:45.708775 [ 255 ] {28f49299-2cc3-44ca-8f23-036707b1b549} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2025.02.06 05:13:45.708992 [ 255 ] {28f49299-2cc3-44ca-8f23-036707b1b549} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001568 sec., 25510.204081632655 rows/sec., 1.72 MiB/sec. | ||
| 5418 | 2025.02.06 05:13:45.709108 [ 255 ] {28f49299-2cc3-44ca-8f23-036707b1b549} <Debug> TCPHandler: Processed in 0.001856731 sec. | ||
| 5419 | 2025.02.06 05:13:46.136213 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 758 | ||
| 5420 | 2025.02.06 05:13:46.139725 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5421 | 2025.02.06 05:13:46.139773 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5422 | 2025.02.06 05:13:46.141291 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5423 | 2025.02.06 05:13:46.141604 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5424 | 2025.02.06 05:13:46.142432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 758 | ||
| 5425 | 2025.02.06 05:13:47.653122 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5426 | 2025.02.06 05:13:47.653348 [ 255 ] {607346be-ae9e-4dd8-8960-b1e9a799141a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5427 | 2025.02.06 05:13:47.653428 [ 255 ] {607346be-ae9e-4dd8-8960-b1e9a799141a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5428 | 2025.02.06 05:13:47.654246 [ 255 ] {607346be-ae9e-4dd8-8960-b1e9a799141a} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5429 | 2025.02.06 05:13:47.654290 [ 255 ] {607346be-ae9e-4dd8-8960-b1e9a799141a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5430 | 2025.02.06 05:13:47.654728 [ 255 ] {607346be-ae9e-4dd8-8960-b1e9a799141a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5431 | 2025.02.06 05:13:47.654979 [ 255 ] {607346be-ae9e-4dd8-8960-b1e9a799141a} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5432 | 2025.02.06 05:13:47.655188 [ 255 ] {607346be-ae9e-4dd8-8960-b1e9a799141a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.25 MiB/sec. | ||
| 5433 | 2025.02.06 05:13:47.655288 [ 255 ] {607346be-ae9e-4dd8-8960-b1e9a799141a} <Debug> TCPHandler: Processed in 0.002301196 sec. | ||
| 5434 | 2025.02.06 05:13:47.655639 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5435 | 2025.02.06 05:13:47.655946 [ 5 ] {a8107938-6c01-4e31-bc5a-54694a615262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5436 | 2025.02.06 05:13:47.656066 [ 5 ] {a8107938-6c01-4e31-bc5a-54694a615262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5437 | 2025.02.06 05:13:47.656980 [ 5 ] {a8107938-6c01-4e31-bc5a-54694a615262} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2025.02.06 05:13:47.657031 [ 5 ] {a8107938-6c01-4e31-bc5a-54694a615262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5439 | 2025.02.06 05:13:47.657480 [ 5 ] {a8107938-6c01-4e31-bc5a-54694a615262} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5440 | 2025.02.06 05:13:47.657736 [ 5 ] {a8107938-6c01-4e31-bc5a-54694a615262} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2025.02.06 05:13:47.658005 [ 5 ] {a8107938-6c01-4e31-bc5a-54694a615262} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002134 sec., 29990.627928772257 rows/sec., 2.34 MiB/sec. | ||
| 5442 | 2025.02.06 05:13:47.658086 [ 5 ] {a8107938-6c01-4e31-bc5a-54694a615262} <Debug> TCPHandler: Processed in 0.002649117 sec. | ||
| 5443 | 2025.02.06 05:13:47.658325 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5444 | 2025.02.06 05:13:47.658486 [ 255 ] {8260fc2b-85e6-48f8-81ee-ea0269b8070f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5445 | 2025.02.06 05:13:47.658552 [ 255 ] {8260fc2b-85e6-48f8-81ee-ea0269b8070f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5446 | 2025.02.06 05:13:47.659209 [ 255 ] {8260fc2b-85e6-48f8-81ee-ea0269b8070f} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5447 | 2025.02.06 05:13:47.659256 [ 255 ] {8260fc2b-85e6-48f8-81ee-ea0269b8070f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5448 | 2025.02.06 05:13:47.659674 [ 255 ] {8260fc2b-85e6-48f8-81ee-ea0269b8070f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5449 | 2025.02.06 05:13:47.659911 [ 255 ] {8260fc2b-85e6-48f8-81ee-ea0269b8070f} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5450 | 2025.02.06 05:13:47.660087 [ 255 ] {8260fc2b-85e6-48f8-81ee-ea0269b8070f} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001637 sec., 32987.17165546732 rows/sec., 2.30 MiB/sec. | ||
| 5451 | 2025.02.06 05:13:47.660144 [ 255 ] {8260fc2b-85e6-48f8-81ee-ea0269b8070f} <Debug> TCPHandler: Processed in 0.001943994 sec. | ||
| 5452 | 2025.02.06 05:13:47.660328 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5453 | 2025.02.06 05:13:47.660452 [ 5 ] {becc87f2-1df1-4a99-8608-ea1f2255a4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5454 | 2025.02.06 05:13:47.660513 [ 5 ] {becc87f2-1df1-4a99-8608-ea1f2255a4da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5455 | 2025.02.06 05:13:47.661081 [ 5 ] {becc87f2-1df1-4a99-8608-ea1f2255a4da} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5456 | 2025.02.06 05:13:47.661128 [ 5 ] {becc87f2-1df1-4a99-8608-ea1f2255a4da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5457 | 2025.02.06 05:13:47.661560 [ 5 ] {becc87f2-1df1-4a99-8608-ea1f2255a4da} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5458 | 2025.02.06 05:13:47.661797 [ 5 ] {becc87f2-1df1-4a99-8608-ea1f2255a4da} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5459 | 2025.02.06 05:13:47.662003 [ 5 ] {becc87f2-1df1-4a99-8608-ea1f2255a4da} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001583 sec., 12634.238787113076 rows/sec., 868.60 KiB/sec. | ||
| 5460 | 2025.02.06 05:13:47.662053 [ 5 ] {becc87f2-1df1-4a99-8608-ea1f2255a4da} <Debug> TCPHandler: Processed in 0.001782248 sec. | ||
| 5461 | 2025.02.06 05:13:48.594238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 5462 | 2025.02.06 05:13:48.594895 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5463 | 2025.02.06 05:13:48.594940 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5464 | 2025.02.06 05:13:48.595468 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5465 | 2025.02.06 05:13:48.595724 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5466 | 2025.02.06 05:13:48.595955 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 5467 | 2025.02.06 05:13:49.355441 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5468 | 2025.02.06 05:13:49.376414 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5469 | 2025.02.06 05:13:49.376470 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5470 | 2025.02.06 05:13:49.384153 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5471 | 2025.02.06 05:13:49.384911 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5472 | 2025.02.06 05:13:49.387866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5473 | 2025.02.06 05:13:52.664033 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5474 | 2025.02.06 05:13:52.664252 [ 255 ] {98a7713d-6824-432e-a3cb-41e45d2ecaf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5475 | 2025.02.06 05:13:52.664333 [ 255 ] {98a7713d-6824-432e-a3cb-41e45d2ecaf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5476 | 2025.02.06 05:13:52.665083 [ 255 ] {98a7713d-6824-432e-a3cb-41e45d2ecaf3} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5477 | 2025.02.06 05:13:52.665124 [ 255 ] {98a7713d-6824-432e-a3cb-41e45d2ecaf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5478 | 2025.02.06 05:13:52.665537 [ 255 ] {98a7713d-6824-432e-a3cb-41e45d2ecaf3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5479 | 2025.02.06 05:13:52.665778 [ 255 ] {98a7713d-6824-432e-a3cb-41e45d2ecaf3} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5480 | 2025.02.06 05:13:52.665964 [ 255 ] {98a7713d-6824-432e-a3cb-41e45d2ecaf3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001771 sec., 7905.138339920949 rows/sec., 569.06 KiB/sec. | ||
| 5481 | 2025.02.06 05:13:52.666020 [ 255 ] {98a7713d-6824-432e-a3cb-41e45d2ecaf3} <Debug> TCPHandler: Processed in 0.002124459 sec. | ||
| 5482 | 2025.02.06 05:13:52.666299 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5483 | 2025.02.06 05:13:52.666490 [ 5 ] {8646b4fb-eae8-4028-9767-9d2217bc0c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5484 | 2025.02.06 05:13:52.666566 [ 5 ] {8646b4fb-eae8-4028-9767-9d2217bc0c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5485 | 2025.02.06 05:13:52.667601 [ 5 ] {8646b4fb-eae8-4028-9767-9d2217bc0c54} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5486 | 2025.02.06 05:13:52.667655 [ 5 ] {8646b4fb-eae8-4028-9767-9d2217bc0c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5487 | 2025.02.06 05:13:52.668113 [ 5 ] {8646b4fb-eae8-4028-9767-9d2217bc0c54} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5488 | 2025.02.06 05:13:52.668365 [ 5 ] {8646b4fb-eae8-4028-9767-9d2217bc0c54} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5489 | 2025.02.06 05:13:52.668610 [ 5 ] {8646b4fb-eae8-4028-9767-9d2217bc0c54} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.002172 sec., 117403.31491712708 rows/sec., 10.26 MiB/sec. | ||
| 5490 | 2025.02.06 05:13:52.668677 [ 5 ] {8646b4fb-eae8-4028-9767-9d2217bc0c54} <Debug> TCPHandler: Processed in 0.002516162 sec. | ||
| 5491 | 2025.02.06 05:13:52.668850 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5492 | 2025.02.06 05:13:52.668987 [ 255 ] {2fe31bc1-d439-4987-9e23-3f72fce7a477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5493 | 2025.02.06 05:13:52.669046 [ 255 ] {2fe31bc1-d439-4987-9e23-3f72fce7a477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5494 | 2025.02.06 05:13:52.669724 [ 255 ] {2fe31bc1-d439-4987-9e23-3f72fce7a477} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5495 | 2025.02.06 05:13:52.669762 [ 255 ] {2fe31bc1-d439-4987-9e23-3f72fce7a477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5496 | 2025.02.06 05:13:52.670122 [ 255 ] {2fe31bc1-d439-4987-9e23-3f72fce7a477} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5497 | 2025.02.06 05:13:52.670348 [ 255 ] {2fe31bc1-d439-4987-9e23-3f72fce7a477} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5498 | 2025.02.06 05:13:52.670562 [ 255 ] {2fe31bc1-d439-4987-9e23-3f72fce7a477} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001602 sec., 20599.25093632959 rows/sec., 1.47 MiB/sec. | ||
| 5499 | 2025.02.06 05:13:52.670772 [ 255 ] {2fe31bc1-d439-4987-9e23-3f72fce7a477} <Debug> TCPHandler: Processed in 0.001986996 sec. | ||
| 5500 | 2025.02.06 05:13:52.670992 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5501 | 2025.02.06 05:13:52.671135 [ 5 ] {6fac6546-383f-42e3-8f31-02f42f297c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5502 | 2025.02.06 05:13:52.671198 [ 5 ] {6fac6546-383f-42e3-8f31-02f42f297c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5503 | 2025.02.06 05:13:52.671834 [ 5 ] {6fac6546-383f-42e3-8f31-02f42f297c95} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5504 | 2025.02.06 05:13:52.671875 [ 5 ] {6fac6546-383f-42e3-8f31-02f42f297c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5505 | 2025.02.06 05:13:52.672233 [ 5 ] {6fac6546-383f-42e3-8f31-02f42f297c95} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5506 | 2025.02.06 05:13:52.672477 [ 5 ] {6fac6546-383f-42e3-8f31-02f42f297c95} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5507 | 2025.02.06 05:13:52.672744 [ 5 ] {6fac6546-383f-42e3-8f31-02f42f297c95} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001635 sec., 8562.691131498472 rows/sec., 599.68 KiB/sec. | ||
| 5508 | 2025.02.06 05:13:52.672949 [ 5 ] {6fac6546-383f-42e3-8f31-02f42f297c95} <Debug> TCPHandler: Processed in 0.002041947 sec. | ||
| 5509 | 2025.02.06 05:13:52.673122 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5510 | 2025.02.06 05:13:52.673259 [ 255 ] {0eb7214b-5de3-4522-84d6-eaceb52a2a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5511 | 2025.02.06 05:13:52.673317 [ 255 ] {0eb7214b-5de3-4522-84d6-eaceb52a2a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5512 | 2025.02.06 05:13:52.673931 [ 255 ] {0eb7214b-5de3-4522-84d6-eaceb52a2a51} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5513 | 2025.02.06 05:13:52.673969 [ 255 ] {0eb7214b-5de3-4522-84d6-eaceb52a2a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5514 | 2025.02.06 05:13:52.674309 [ 255 ] {0eb7214b-5de3-4522-84d6-eaceb52a2a51} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5515 | 2025.02.06 05:13:52.674541 [ 255 ] {0eb7214b-5de3-4522-84d6-eaceb52a2a51} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5516 | 2025.02.06 05:13:52.674777 [ 255 ] {0eb7214b-5de3-4522-84d6-eaceb52a2a51} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001532 sec., 8485.639686684073 rows/sec., 529.08 KiB/sec. | ||
| 5517 | 2025.02.06 05:13:52.674956 [ 255 ] {0eb7214b-5de3-4522-84d6-eaceb52a2a51} <Debug> TCPHandler: Processed in 0.001899022 sec. | ||
| 5518 | 2025.02.06 05:13:52.675144 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5519 | 2025.02.06 05:13:52.675283 [ 5 ] {f8eca281-d6bb-47d6-b3cc-f6ed1c2d8611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5520 | 2025.02.06 05:13:52.675340 [ 5 ] {f8eca281-d6bb-47d6-b3cc-f6ed1c2d8611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5521 | 2025.02.06 05:13:52.676119 [ 5 ] {f8eca281-d6bb-47d6-b3cc-f6ed1c2d8611} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2025.02.06 05:13:52.676158 [ 5 ] {f8eca281-d6bb-47d6-b3cc-f6ed1c2d8611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5523 | 2025.02.06 05:13:52.676532 [ 5 ] {f8eca281-d6bb-47d6-b3cc-f6ed1c2d8611} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5524 | 2025.02.06 05:13:52.676762 [ 5 ] {f8eca281-d6bb-47d6-b3cc-f6ed1c2d8611} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2025.02.06 05:13:52.676977 [ 5 ] {f8eca281-d6bb-47d6-b3cc-f6ed1c2d8611} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001716 sec., 237762.23776223775 rows/sec., 16.94 MiB/sec. | ||
| 5526 | 2025.02.06 05:13:52.677073 [ 5 ] {f8eca281-d6bb-47d6-b3cc-f6ed1c2d8611} <Debug> TCPHandler: Processed in 0.001997955 sec. | ||
| 5527 | 2025.02.06 05:13:52.677293 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2025.02.06 05:13:52.677452 [ 255 ] {211d2c55-1930-44ae-9307-c92af9a23899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5529 | 2025.02.06 05:13:52.677514 [ 255 ] {211d2c55-1930-44ae-9307-c92af9a23899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5530 | 2025.02.06 05:13:52.677993 [ 255 ] {211d2c55-1930-44ae-9307-c92af9a23899} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2025.02.06 05:13:52.678033 [ 255 ] {211d2c55-1930-44ae-9307-c92af9a23899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5532 | 2025.02.06 05:13:52.678394 [ 255 ] {211d2c55-1930-44ae-9307-c92af9a23899} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5533 | 2025.02.06 05:13:52.678627 [ 255 ] {211d2c55-1930-44ae-9307-c92af9a23899} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5534 | 2025.02.06 05:13:52.678879 [ 255 ] {211d2c55-1930-44ae-9307-c92af9a23899} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00145 sec., 4137.931034482759 rows/sec., 216.19 KiB/sec. | ||
| 5535 | 2025.02.06 05:13:52.679029 [ 255 ] {211d2c55-1930-44ae-9307-c92af9a23899} <Debug> TCPHandler: Processed in 0.001857921 sec. | ||
| 5536 | 2025.02.06 05:13:52.679184 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5537 | 2025.02.06 05:13:52.679298 [ 5 ] {20958d86-1309-46d2-9787-c4947e0e0b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5538 | 2025.02.06 05:13:52.679352 [ 5 ] {20958d86-1309-46d2-9787-c4947e0e0b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5539 | 2025.02.06 05:13:52.679932 [ 5 ] {20958d86-1309-46d2-9787-c4947e0e0b5e} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5540 | 2025.02.06 05:13:52.679971 [ 5 ] {20958d86-1309-46d2-9787-c4947e0e0b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5541 | 2025.02.06 05:13:52.680354 [ 5 ] {20958d86-1309-46d2-9787-c4947e0e0b5e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5542 | 2025.02.06 05:13:52.680586 [ 5 ] {20958d86-1309-46d2-9787-c4947e0e0b5e} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5543 | 2025.02.06 05:13:52.680834 [ 5 ] {20958d86-1309-46d2-9787-c4947e0e0b5e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001553 sec., 152607.8557630393 rows/sec., 10.23 MiB/sec. | ||
| 5544 | 2025.02.06 05:13:52.681037 [ 5 ] {20958d86-1309-46d2-9787-c4947e0e0b5e} <Debug> TCPHandler: Processed in 0.001905472 sec. | ||
| 5545 | 2025.02.06 05:13:52.681267 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5546 | 2025.02.06 05:13:52.681409 [ 255 ] {57d0bc11-ed16-48a9-8dfa-48c68d83ca3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5547 | 2025.02.06 05:13:52.681470 [ 255 ] {57d0bc11-ed16-48a9-8dfa-48c68d83ca3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5548 | 2025.02.06 05:13:52.681953 [ 255 ] {57d0bc11-ed16-48a9-8dfa-48c68d83ca3a} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5549 | 2025.02.06 05:13:52.681993 [ 255 ] {57d0bc11-ed16-48a9-8dfa-48c68d83ca3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5550 | 2025.02.06 05:13:52.682354 [ 255 ] {57d0bc11-ed16-48a9-8dfa-48c68d83ca3a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5551 | 2025.02.06 05:13:52.682586 [ 255 ] {57d0bc11-ed16-48a9-8dfa-48c68d83ca3a} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5552 | 2025.02.06 05:13:52.682864 [ 255 ] {57d0bc11-ed16-48a9-8dfa-48c68d83ca3a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 5553 | 2025.02.06 05:13:52.683018 [ 255 ] {57d0bc11-ed16-48a9-8dfa-48c68d83ca3a} <Debug> TCPHandler: Processed in 0.001869171 sec. | ||
| 5554 | 2025.02.06 05:13:52.683164 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5555 | 2025.02.06 05:13:52.683302 [ 5 ] {28d5214c-715b-4923-8b1a-36b92ce6837d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5556 | 2025.02.06 05:13:52.683395 [ 5 ] {28d5214c-715b-4923-8b1a-36b92ce6837d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5557 | 2025.02.06 05:13:52.684592 [ 5 ] {28d5214c-715b-4923-8b1a-36b92ce6837d} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2025.02.06 05:13:52.684631 [ 5 ] {28d5214c-715b-4923-8b1a-36b92ce6837d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5559 | 2025.02.06 05:13:52.685262 [ 5 ] {28d5214c-715b-4923-8b1a-36b92ce6837d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5560 | 2025.02.06 05:13:52.685519 [ 5 ] {28d5214c-715b-4923-8b1a-36b92ce6837d} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5561 | 2025.02.06 05:13:52.685759 [ 5 ] {28d5214c-715b-4923-8b1a-36b92ce6837d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002487 sec., 10454.362685967028 rows/sec., 18.73 MiB/sec. | ||
| 5562 | 2025.02.06 05:13:52.685853 [ 5 ] {28d5214c-715b-4923-8b1a-36b92ce6837d} <Debug> TCPHandler: Processed in 0.00275622 sec. | ||
| 5563 | 2025.02.06 05:13:52.686066 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5564 | 2025.02.06 05:13:52.686184 [ 255 ] {874285b4-edf9-47b9-8b50-bc567e836fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5565 | 2025.02.06 05:13:52.686236 [ 255 ] {874285b4-edf9-47b9-8b50-bc567e836fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5566 | 2025.02.06 05:13:52.686722 [ 255 ] {874285b4-edf9-47b9-8b50-bc567e836fa1} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5567 | 2025.02.06 05:13:52.686761 [ 255 ] {874285b4-edf9-47b9-8b50-bc567e836fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5568 | 2025.02.06 05:13:52.687131 [ 255 ] {874285b4-edf9-47b9-8b50-bc567e836fa1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5569 | 2025.02.06 05:13:52.687357 [ 255 ] {874285b4-edf9-47b9-8b50-bc567e836fa1} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5570 | 2025.02.06 05:13:52.687563 [ 255 ] {874285b4-edf9-47b9-8b50-bc567e836fa1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001402 sec., 58487.87446504993 rows/sec., 3.71 MiB/sec. | ||
| 5571 | 2025.02.06 05:13:52.687613 [ 255 ] {874285b4-edf9-47b9-8b50-bc567e836fa1} <Debug> TCPHandler: Processed in 0.001604223 sec. | ||
| 5572 | 2025.02.06 05:13:55.953359 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5573 | 2025.02.06 05:13:55.953414 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5574 | 2025.02.06 05:13:56.097004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5575 | 2025.02.06 05:13:56.097899 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5576 | 2025.02.06 05:13:56.097951 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5577 | 2025.02.06 05:13:56.098553 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5578 | 2025.02.06 05:13:56.098837 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5579 | 2025.02.06 05:13:56.099084 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5580 | 2025.02.06 05:13:56.143536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 788 | ||
| 5581 | 2025.02.06 05:13:56.146591 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2025.02.06 05:13:56.146655 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5583 | 2025.02.06 05:13:56.148159 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5584 | 2025.02.06 05:13:56.148476 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2025.02.06 05:13:56.149096 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 788 | ||
| 5586 | 2025.02.06 05:13:56.888828 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5587 | 2025.02.06 05:13:56.909805 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5588 | 2025.02.06 05:13:56.909866 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5589 | 2025.02.06 05:13:56.917433 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5590 | 2025.02.06 05:13:56.918202 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5591 | 2025.02.06 05:13:56.921161 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5592 | 2025.02.06 05:13:57.659360 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5593 | 2025.02.06 05:13:57.659661 [ 255 ] {f5043109-b1d5-4551-a197-95b248ac0815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5594 | 2025.02.06 05:13:57.659778 [ 255 ] {f5043109-b1d5-4551-a197-95b248ac0815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5595 | 2025.02.06 05:13:57.660563 [ 255 ] {f5043109-b1d5-4551-a197-95b248ac0815} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5596 | 2025.02.06 05:13:57.660611 [ 255 ] {f5043109-b1d5-4551-a197-95b248ac0815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5597 | 2025.02.06 05:13:57.661050 [ 255 ] {f5043109-b1d5-4551-a197-95b248ac0815} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5598 | 2025.02.06 05:13:57.661305 [ 255 ] {f5043109-b1d5-4551-a197-95b248ac0815} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5599 | 2025.02.06 05:13:57.661518 [ 34 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5600 | 2025.02.06 05:13:57.661575 [ 255 ] {f5043109-b1d5-4551-a197-95b248ac0815} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001998 sec., 41041.04104104103 rows/sec., 3.39 MiB/sec. | ||
| 5601 | 2025.02.06 05:13:57.661642 [ 34 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2025.02.06 05:13:57.661722 [ 255 ] {f5043109-b1d5-4551-a197-95b248ac0815} <Debug> TCPHandler: Processed in 0.002548184 sec. | ||
| 5603 | 2025.02.06 05:13:57.661733 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5604 | 2025.02.06 05:13:57.662002 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 5605 | 2025.02.06 05:13:57.662478 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5606 | 2025.02.06 05:13:57.662534 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5607 | 2025.02.06 05:13:57.662637 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1431 rows starting from the beginning of the part | ||
| 5608 | 2025.02.06 05:13:57.662737 [ 5 ] {1595f53a-cbe9-4e7d-98ba-ab8d7ab0e932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5609 | 2025.02.06 05:13:57.662811 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 255 rows starting from the beginning of the part | ||
| 5610 | 2025.02.06 05:13:57.662906 [ 5 ] {1595f53a-cbe9-4e7d-98ba-ab8d7ab0e932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5611 | 2025.02.06 05:13:57.663217 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1222 rows starting from the beginning of the part | ||
| 5612 | 2025.02.06 05:13:57.663531 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 5613 | 2025.02.06 05:13:57.663810 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 255 rows starting from the beginning of the part | ||
| 5614 | 2025.02.06 05:13:57.664101 [ 192 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 5615 | 2025.02.06 05:13:57.664940 [ 5 ] {1595f53a-cbe9-4e7d-98ba-ab8d7ab0e932} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5616 | 2025.02.06 05:13:57.664989 [ 5 ] {1595f53a-cbe9-4e7d-98ba-ab8d7ab0e932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5617 | 2025.02.06 05:13:57.665602 [ 5 ] {1595f53a-cbe9-4e7d-98ba-ab8d7ab0e932} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5618 | 2025.02.06 05:13:57.665900 [ 5 ] {1595f53a-cbe9-4e7d-98ba-ab8d7ab0e932} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5619 | 2025.02.06 05:13:57.666291 [ 5 ] {1595f53a-cbe9-4e7d-98ba-ab8d7ab0e932} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.003607 sec., 3604.1031327973387 rows/sec., 271.01 KiB/sec. | ||
| 5620 | 2025.02.06 05:13:57.666654 [ 5 ] {1595f53a-cbe9-4e7d-98ba-ab8d7ab0e932} <Debug> TCPHandler: Processed in 0.004382974 sec. | ||
| 5621 | 2025.02.06 05:13:57.667060 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5622 | 2025.02.06 05:13:57.667316 [ 190 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.005441629 sec., 606619.8191754712 rows/sec., 52.97 MiB/sec. | ||
| 5623 | 2025.02.06 05:13:57.667338 [ 255 ] {6f9d4439-2eb8-4330-a045-7d9215912f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5624 | 2025.02.06 05:13:57.667400 [ 255 ] {6f9d4439-2eb8-4330-a045-7d9215912f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5625 | 2025.02.06 05:13:57.667583 [ 190 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5626 | 2025.02.06 05:13:57.668015 [ 190 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_41_8} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5627 | 2025.02.06 05:13:57.668142 [ 190 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_41_8} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5628 | 2025.02.06 05:13:57.668251 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 5629 | 2025.02.06 05:13:57.668267 [ 255 ] {6f9d4439-2eb8-4330-a045-7d9215912f99} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5630 | 2025.02.06 05:13:57.668309 [ 255 ] {6f9d4439-2eb8-4330-a045-7d9215912f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5631 | 2025.02.06 05:13:57.668682 [ 255 ] {6f9d4439-2eb8-4330-a045-7d9215912f99} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5632 | 2025.02.06 05:13:57.668926 [ 255 ] {6f9d4439-2eb8-4330-a045-7d9215912f99} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5633 | 2025.02.06 05:13:57.669097 [ 34 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5634 | 2025.02.06 05:13:57.669161 [ 34 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2025.02.06 05:13:57.669169 [ 255 ] {6f9d4439-2eb8-4330-a045-7d9215912f99} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001885 sec., 40848.80636604775 rows/sec., 3.19 MiB/sec. | ||
| 5636 | 2025.02.06 05:13:57.669192 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5637 | 2025.02.06 05:13:57.669375 [ 255 ] {6f9d4439-2eb8-4330-a045-7d9215912f99} <Debug> TCPHandler: Processed in 0.002513402 sec. | ||
| 5638 | 2025.02.06 05:13:57.669587 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 5639 | 2025.02.06 05:13:57.669691 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5640 | 2025.02.06 05:13:57.670138 [ 5 ] {57c63d4d-a36c-4fcd-a31b-d967e86fa390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5641 | 2025.02.06 05:13:57.670242 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5642 | 2025.02.06 05:13:57.670321 [ 5 ] {57c63d4d-a36c-4fcd-a31b-d967e86fa390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5643 | 2025.02.06 05:13:57.670359 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5644 | 2025.02.06 05:13:57.670766 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 408 rows starting from the beginning of the part | ||
| 5645 | 2025.02.06 05:13:57.671152 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 533 rows starting from the beginning of the part | ||
| 5646 | 2025.02.06 05:13:57.671513 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 5647 | 2025.02.06 05:13:57.671863 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 408 rows starting from the beginning of the part | ||
| 5648 | 2025.02.06 05:13:57.672039 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
| 5649 | 2025.02.06 05:13:57.673023 [ 5 ] {57c63d4d-a36c-4fcd-a31b-d967e86fa390} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5650 | 2025.02.06 05:13:57.673112 [ 5 ] {57c63d4d-a36c-4fcd-a31b-d967e86fa390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5651 | 2025.02.06 05:13:57.674167 [ 5 ] {57c63d4d-a36c-4fcd-a31b-d967e86fa390} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5652 | 2025.02.06 05:13:57.674640 [ 5 ] {57c63d4d-a36c-4fcd-a31b-d967e86fa390} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5653 | 2025.02.06 05:13:57.674974 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5654 | 2025.02.06 05:13:57.675130 [ 5 ] {57c63d4d-a36c-4fcd-a31b-d967e86fa390} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005103 sec., 31354.105428179504 rows/sec., 2.18 MiB/sec. | ||
| 5655 | 2025.02.06 05:13:57.675213 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5656 | 2025.02.06 05:13:57.675547 [ 5 ] {57c63d4d-a36c-4fcd-a31b-d967e86fa390} <Debug> TCPHandler: Processed in 0.006034487 sec. | ||
| 5657 | 2025.02.06 05:13:57.675642 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.006311817 sec., 380714.4598774014 rows/sec., 29.19 MiB/sec. | ||
| 5658 | 2025.02.06 05:13:57.675662 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5659 | 2025.02.06 05:13:57.675789 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5660 | 2025.02.06 05:13:57.676218 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5661 | 2025.02.06 05:13:57.676522 [ 255 ] {9d3451df-b50f-4760-8527-94ea42aaca54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5662 | 2025.02.06 05:13:57.677257 [ 255 ] {9d3451df-b50f-4760-8527-94ea42aaca54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5663 | 2025.02.06 05:13:57.678199 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5664 | 2025.02.06 05:13:57.678503 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 5665 | 2025.02.06 05:13:57.678543 [ 202 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_41_8} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5666 | 2025.02.06 05:13:57.678821 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5667 | 2025.02.06 05:13:57.679086 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5668 | 2025.02.06 05:13:57.679182 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10280 rows starting from the beginning of the part | ||
| 5669 | 2025.02.06 05:13:57.679687 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 5670 | 2025.02.06 05:13:57.680176 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 952 rows starting from the beginning of the part | ||
| 5671 | 2025.02.06 05:13:57.680737 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 54 rows starting from the beginning of the part | ||
| 5672 | 2025.02.06 05:13:57.681209 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5673 | 2025.02.06 05:13:57.681495 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5674 | 2025.02.06 05:13:57.683166 [ 255 ] {9d3451df-b50f-4760-8527-94ea42aaca54} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5675 | 2025.02.06 05:13:57.683234 [ 255 ] {9d3451df-b50f-4760-8527-94ea42aaca54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5676 | 2025.02.06 05:13:57.684780 [ 255 ] {9d3451df-b50f-4760-8527-94ea42aaca54} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5677 | 2025.02.06 05:13:57.685217 [ 255 ] {9d3451df-b50f-4760-8527-94ea42aaca54} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5678 | 2025.02.06 05:13:57.685993 [ 255 ] {9d3451df-b50f-4760-8527-94ea42aaca54} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.009696 sec., 1340.7590759075908 rows/sec., 2.40 MiB/sec. | ||
| 5679 | 2025.02.06 05:13:57.687262 [ 255 ] {9d3451df-b50f-4760-8527-94ea42aaca54} <Debug> TCPHandler: Processed in 0.011569259 sec. | ||
| 5680 | 2025.02.06 05:13:57.687457 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5681 | 2025.02.06 05:13:57.687627 [ 5 ] {b1e5fa29-6b54-4d04-9902-64637f80f8f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5682 | 2025.02.06 05:13:57.687743 [ 5 ] {b1e5fa29-6b54-4d04-9902-64637f80f8f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5683 | 2025.02.06 05:13:57.688286 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11920 rows, containing 5 columns (5 merged, 0 gathered) in 0.012431827 sec., 958829.3015982285 rows/sec., 64.76 MiB/sec. | ||
| 5684 | 2025.02.06 05:13:57.688642 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5685 | 2025.02.06 05:13:57.688999 [ 5 ] {b1e5fa29-6b54-4d04-9902-64637f80f8f9} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5686 | 2025.02.06 05:13:57.689056 [ 5 ] {b1e5fa29-6b54-4d04-9902-64637f80f8f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5687 | 2025.02.06 05:13:57.689238 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2025.02.06 05:13:57.689439 [ 195 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5689 | 2025.02.06 05:13:57.689589 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5690 | 2025.02.06 05:13:57.689766 [ 5 ] {b1e5fa29-6b54-4d04-9902-64637f80f8f9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5691 | 2025.02.06 05:13:57.690012 [ 5 ] {b1e5fa29-6b54-4d04-9902-64637f80f8f9} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5692 | 2025.02.06 05:13:57.690175 [ 34 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5693 | 2025.02.06 05:13:57.690237 [ 34 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2025.02.06 05:13:57.690268 [ 5 ] {b1e5fa29-6b54-4d04-9902-64637f80f8f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002675 sec., 22429.906542056076 rows/sec., 1.51 MiB/sec. | ||
| 5695 | 2025.02.06 05:13:57.690274 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5696 | 2025.02.06 05:13:57.690467 [ 5 ] {b1e5fa29-6b54-4d04-9902-64637f80f8f9} <Debug> TCPHandler: Processed in 0.003089591 sec. | ||
| 5697 | 2025.02.06 05:13:57.690655 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 5698 | 2025.02.06 05:13:57.691065 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5699 | 2025.02.06 05:13:57.691125 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1950 rows starting from the beginning of the part | ||
| 5700 | 2025.02.06 05:13:57.691252 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 5701 | 2025.02.06 05:13:57.691472 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part | ||
| 5702 | 2025.02.06 05:13:57.691657 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part | ||
| 5703 | 2025.02.06 05:13:57.691795 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5704 | 2025.02.06 05:13:57.691950 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5705 | 2025.02.06 05:13:57.693382 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2234 rows, containing 4 columns (4 merged, 0 gathered) in 0.002964317 sec., 753630.6002360745 rows/sec., 49.20 MiB/sec. | ||
| 5706 | 2025.02.06 05:13:57.693609 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5707 | 2025.02.06 05:13:57.693875 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5708 | 2025.02.06 05:13:57.693950 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_41_8} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5709 | 2025.02.06 05:13:57.694016 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 5710 | 2025.02.06 05:14:02.664181 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5711 | 2025.02.06 05:14:02.664505 [ 255 ] {3912ad18-e1ca-466b-8f7a-a849d2c0cff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5712 | 2025.02.06 05:14:02.664625 [ 255 ] {3912ad18-e1ca-466b-8f7a-a849d2c0cff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5713 | 2025.02.06 05:14:02.665482 [ 255 ] {3912ad18-e1ca-466b-8f7a-a849d2c0cff8} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5714 | 2025.02.06 05:14:02.665528 [ 255 ] {3912ad18-e1ca-466b-8f7a-a849d2c0cff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5715 | 2025.02.06 05:14:02.665962 [ 255 ] {3912ad18-e1ca-466b-8f7a-a849d2c0cff8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5716 | 2025.02.06 05:14:02.666217 [ 255 ] {3912ad18-e1ca-466b-8f7a-a849d2c0cff8} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5717 | 2025.02.06 05:14:02.666418 [ 255 ] {3912ad18-e1ca-466b-8f7a-a849d2c0cff8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002 sec., 7000 rows/sec., 503.91 KiB/sec. | ||
| 5718 | 2025.02.06 05:14:02.666484 [ 255 ] {3912ad18-e1ca-466b-8f7a-a849d2c0cff8} <Debug> TCPHandler: Processed in 0.002486692 sec. | ||
| 5719 | 2025.02.06 05:14:02.666838 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5720 | 2025.02.06 05:14:02.667152 [ 5 ] {833019be-a662-47ef-8203-27594c808619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5721 | 2025.02.06 05:14:02.667274 [ 5 ] {833019be-a662-47ef-8203-27594c808619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5722 | 2025.02.06 05:14:02.668271 [ 5 ] {833019be-a662-47ef-8203-27594c808619} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5723 | 2025.02.06 05:14:02.668326 [ 5 ] {833019be-a662-47ef-8203-27594c808619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5724 | 2025.02.06 05:14:02.668764 [ 5 ] {833019be-a662-47ef-8203-27594c808619} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5725 | 2025.02.06 05:14:02.669019 [ 5 ] {833019be-a662-47ef-8203-27594c808619} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5726 | 2025.02.06 05:14:02.669344 [ 5 ] {833019be-a662-47ef-8203-27594c808619} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002251 sec., 888.4940026654821 rows/sec., 72.45 KiB/sec. | ||
| 5727 | 2025.02.06 05:14:02.669478 [ 5 ] {833019be-a662-47ef-8203-27594c808619} <Debug> TCPHandler: Processed in 0.002838213 sec. | ||
| 5728 | 2025.02.06 05:14:02.669634 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5729 | 2025.02.06 05:14:02.669764 [ 255 ] {ac3f09a9-9b1a-4875-880f-e391b5ee8f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5730 | 2025.02.06 05:14:02.669818 [ 255 ] {ac3f09a9-9b1a-4875-880f-e391b5ee8f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5731 | 2025.02.06 05:14:02.670520 [ 255 ] {ac3f09a9-9b1a-4875-880f-e391b5ee8f23} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5732 | 2025.02.06 05:14:02.670560 [ 255 ] {ac3f09a9-9b1a-4875-880f-e391b5ee8f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5733 | 2025.02.06 05:14:02.670944 [ 255 ] {ac3f09a9-9b1a-4875-880f-e391b5ee8f23} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5734 | 2025.02.06 05:14:02.671180 [ 255 ] {ac3f09a9-9b1a-4875-880f-e391b5ee8f23} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5735 | 2025.02.06 05:14:02.671362 [ 255 ] {ac3f09a9-9b1a-4875-880f-e391b5ee8f23} <Debug> executeQuery: Read 256 rows, 22.89 KiB in 0.001629 sec., 157151.62676488643 rows/sec., 13.72 MiB/sec. | ||
| 5736 | 2025.02.06 05:14:02.671418 [ 255 ] {ac3f09a9-9b1a-4875-880f-e391b5ee8f23} <Debug> TCPHandler: Processed in 0.00184409 sec. | ||
| 5737 | 2025.02.06 05:14:02.671582 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5738 | 2025.02.06 05:14:02.671708 [ 5 ] {5c2b8c51-5488-4fd9-822e-deaf931a58f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5739 | 2025.02.06 05:14:02.671762 [ 5 ] {5c2b8c51-5488-4fd9-822e-deaf931a58f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5740 | 2025.02.06 05:14:02.672388 [ 5 ] {5c2b8c51-5488-4fd9-822e-deaf931a58f1} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5741 | 2025.02.06 05:14:02.672429 [ 5 ] {5c2b8c51-5488-4fd9-822e-deaf931a58f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5742 | 2025.02.06 05:14:02.672808 [ 5 ] {5c2b8c51-5488-4fd9-822e-deaf931a58f1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5743 | 2025.02.06 05:14:02.673050 [ 5 ] {5c2b8c51-5488-4fd9-822e-deaf931a58f1} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5744 | 2025.02.06 05:14:02.673239 [ 24 ] {} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5745 | 2025.02.06 05:14:02.673264 [ 5 ] {5c2b8c51-5488-4fd9-822e-deaf931a58f1} <Debug> executeQuery: Read 35 rows, 2.55 KiB in 0.001583 sec., 22109.917877447882 rows/sec., 1.57 MiB/sec. | ||
| 5746 | 2025.02.06 05:14:02.673324 [ 24 ] {} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5747 | 2025.02.06 05:14:02.673390 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5748 | 2025.02.06 05:14:02.673446 [ 5 ] {5c2b8c51-5488-4fd9-822e-deaf931a58f1} <Debug> TCPHandler: Processed in 0.001923914 sec. | ||
| 5749 | 2025.02.06 05:14:02.673657 [ 186 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 5750 | 2025.02.06 05:14:02.673665 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5751 | 2025.02.06 05:14:02.673798 [ 186 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5752 | 2025.02.06 05:14:02.673815 [ 255 ] {eb8bc87e-d3e8-4fde-9ca0-bacbf469dc5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5753 | 2025.02.06 05:14:02.673832 [ 186 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 64 rows starting from the beginning of the part | ||
| 5754 | 2025.02.06 05:14:02.673877 [ 255 ] {eb8bc87e-d3e8-4fde-9ca0-bacbf469dc5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5755 | 2025.02.06 05:14:02.673967 [ 186 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
| 5756 | 2025.02.06 05:14:02.674498 [ 186 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 5757 | 2025.02.06 05:14:02.674851 [ 186 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
| 5758 | 2025.02.06 05:14:02.675257 [ 186 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 5759 | 2025.02.06 05:14:02.675639 [ 186 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 35 rows starting from the beginning of the part | ||
| 5760 | 2025.02.06 05:14:02.676607 [ 255 ] {eb8bc87e-d3e8-4fde-9ca0-bacbf469dc5b} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5761 | 2025.02.06 05:14:02.676651 [ 255 ] {eb8bc87e-d3e8-4fde-9ca0-bacbf469dc5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5762 | 2025.02.06 05:14:02.677204 [ 255 ] {eb8bc87e-d3e8-4fde-9ca0-bacbf469dc5b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5763 | 2025.02.06 05:14:02.677366 [ 202 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.003868667 sec., 49371.010738324076 rows/sec., 3.72 MiB/sec. | ||
| 5764 | 2025.02.06 05:14:02.677590 [ 255 ] {eb8bc87e-d3e8-4fde-9ca0-bacbf469dc5b} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2025.02.06 05:14:02.677592 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5766 | 2025.02.06 05:14:02.678132 [ 255 ] {eb8bc87e-d3e8-4fde-9ca0-bacbf469dc5b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004337 sec., 3228.037814157252 rows/sec., 226.07 KiB/sec. | ||
| 5767 | 2025.02.06 05:14:02.678450 [ 255 ] {eb8bc87e-d3e8-4fde-9ca0-bacbf469dc5b} <Debug> TCPHandler: Processed in 0.004865869 sec. | ||
| 5768 | 2025.02.06 05:14:02.678580 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5769 | 2025.02.06 05:14:02.678678 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5770 | 2025.02.06 05:14:02.678689 [ 200 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_31_6} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5771 | 2025.02.06 05:14:02.678816 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5772 | 2025.02.06 05:14:02.678862 [ 5 ] {e69d4dc3-ae40-4fba-b06f-b71d3eccf00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5773 | 2025.02.06 05:14:02.678921 [ 5 ] {e69d4dc3-ae40-4fba-b06f-b71d3eccf00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5774 | 2025.02.06 05:14:02.679620 [ 5 ] {e69d4dc3-ae40-4fba-b06f-b71d3eccf00d} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5775 | 2025.02.06 05:14:02.679668 [ 5 ] {e69d4dc3-ae40-4fba-b06f-b71d3eccf00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5776 | 2025.02.06 05:14:02.680074 [ 5 ] {e69d4dc3-ae40-4fba-b06f-b71d3eccf00d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5777 | 2025.02.06 05:14:02.680306 [ 5 ] {e69d4dc3-ae40-4fba-b06f-b71d3eccf00d} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5778 | 2025.02.06 05:14:02.680529 [ 5 ] {e69d4dc3-ae40-4fba-b06f-b71d3eccf00d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001713 sec., 7589.025102159953 rows/sec., 473.17 KiB/sec. | ||
| 5779 | 2025.02.06 05:14:02.680583 [ 5 ] {e69d4dc3-ae40-4fba-b06f-b71d3eccf00d} <Debug> TCPHandler: Processed in 0.001975844 sec. | ||
| 5780 | 2025.02.06 05:14:02.680736 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5781 | 2025.02.06 05:14:02.680856 [ 255 ] {97ceb3ce-2626-404d-93a8-2cfa141e5d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5782 | 2025.02.06 05:14:02.680915 [ 255 ] {97ceb3ce-2626-404d-93a8-2cfa141e5d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5783 | 2025.02.06 05:14:02.681767 [ 255 ] {97ceb3ce-2626-404d-93a8-2cfa141e5d12} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2025.02.06 05:14:02.681815 [ 255 ] {97ceb3ce-2626-404d-93a8-2cfa141e5d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5785 | 2025.02.06 05:14:02.682207 [ 255 ] {97ceb3ce-2626-404d-93a8-2cfa141e5d12} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5786 | 2025.02.06 05:14:02.682443 [ 255 ] {97ceb3ce-2626-404d-93a8-2cfa141e5d12} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2025.02.06 05:14:02.682648 [ 255 ] {97ceb3ce-2626-404d-93a8-2cfa141e5d12} <Debug> executeQuery: Read 410 rows, 29.93 KiB in 0.001819 sec., 225398.57064321055 rows/sec., 16.07 MiB/sec. | ||
| 5788 | 2025.02.06 05:14:02.682702 [ 255 ] {97ceb3ce-2626-404d-93a8-2cfa141e5d12} <Debug> TCPHandler: Processed in 0.002027496 sec. | ||
| 5789 | 2025.02.06 05:14:02.682852 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5790 | 2025.02.06 05:14:02.682993 [ 5 ] {ac2766b0-0027-4004-811e-52c54020cb54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5791 | 2025.02.06 05:14:02.683053 [ 5 ] {ac2766b0-0027-4004-811e-52c54020cb54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5792 | 2025.02.06 05:14:02.683638 [ 5 ] {ac2766b0-0027-4004-811e-52c54020cb54} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5793 | 2025.02.06 05:14:02.683684 [ 5 ] {ac2766b0-0027-4004-811e-52c54020cb54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5794 | 2025.02.06 05:14:02.684076 [ 5 ] {ac2766b0-0027-4004-811e-52c54020cb54} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5795 | 2025.02.06 05:14:02.684307 [ 5 ] {ac2766b0-0027-4004-811e-52c54020cb54} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2025.02.06 05:14:02.684521 [ 5 ] {ac2766b0-0027-4004-811e-52c54020cb54} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 200.95 KiB/sec. | ||
| 5797 | 2025.02.06 05:14:02.684572 [ 5 ] {ac2766b0-0027-4004-811e-52c54020cb54} <Debug> TCPHandler: Processed in 0.001774988 sec. | ||
| 5798 | 2025.02.06 05:14:02.684720 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5799 | 2025.02.06 05:14:02.684835 [ 255 ] {d39228a8-bba5-425b-adb3-f544c4bd836f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5800 | 2025.02.06 05:14:02.684899 [ 255 ] {d39228a8-bba5-425b-adb3-f544c4bd836f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5801 | 2025.02.06 05:14:02.685587 [ 255 ] {d39228a8-bba5-425b-adb3-f544c4bd836f} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5802 | 2025.02.06 05:14:02.685634 [ 255 ] {d39228a8-bba5-425b-adb3-f544c4bd836f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5803 | 2025.02.06 05:14:02.686063 [ 255 ] {d39228a8-bba5-425b-adb3-f544c4bd836f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5804 | 2025.02.06 05:14:02.686302 [ 255 ] {d39228a8-bba5-425b-adb3-f544c4bd836f} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5805 | 2025.02.06 05:14:02.686507 [ 255 ] {d39228a8-bba5-425b-adb3-f544c4bd836f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001698 sec., 140164.89988221438 rows/sec., 9.40 MiB/sec. | ||
| 5806 | 2025.02.06 05:14:02.686562 [ 255 ] {d39228a8-bba5-425b-adb3-f544c4bd836f} <Debug> TCPHandler: Processed in 0.001901772 sec. | ||
| 5807 | 2025.02.06 05:14:02.686707 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5808 | 2025.02.06 05:14:02.686826 [ 5 ] {57a8bbb1-b522-4d46-b370-2428bb58ba36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5809 | 2025.02.06 05:14:02.686883 [ 5 ] {57a8bbb1-b522-4d46-b370-2428bb58ba36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5810 | 2025.02.06 05:14:02.687444 [ 5 ] {57a8bbb1-b522-4d46-b370-2428bb58ba36} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5811 | 2025.02.06 05:14:02.687490 [ 5 ] {57a8bbb1-b522-4d46-b370-2428bb58ba36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5812 | 2025.02.06 05:14:02.687902 [ 5 ] {57a8bbb1-b522-4d46-b370-2428bb58ba36} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5813 | 2025.02.06 05:14:02.688136 [ 5 ] {57a8bbb1-b522-4d46-b370-2428bb58ba36} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5814 | 2025.02.06 05:14:02.688373 [ 5 ] {57a8bbb1-b522-4d46-b370-2428bb58ba36} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001567 sec., 638.1620931716656 rows/sec., 43.00 KiB/sec. | ||
| 5815 | 2025.02.06 05:14:02.688461 [ 5 ] {57a8bbb1-b522-4d46-b370-2428bb58ba36} <Debug> TCPHandler: Processed in 0.001811139 sec. | ||
| 5816 | 2025.02.06 05:14:02.688672 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5817 | 2025.02.06 05:14:02.688801 [ 255 ] {bacc9cd8-4c4d-478e-b34a-7b9ec9382770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5818 | 2025.02.06 05:14:02.688888 [ 255 ] {bacc9cd8-4c4d-478e-b34a-7b9ec9382770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5819 | 2025.02.06 05:14:02.690144 [ 255 ] {bacc9cd8-4c4d-478e-b34a-7b9ec9382770} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5820 | 2025.02.06 05:14:02.690183 [ 255 ] {bacc9cd8-4c4d-478e-b34a-7b9ec9382770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5821 | 2025.02.06 05:14:02.690811 [ 255 ] {bacc9cd8-4c4d-478e-b34a-7b9ec9382770} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5822 | 2025.02.06 05:14:02.691064 [ 255 ] {bacc9cd8-4c4d-478e-b34a-7b9ec9382770} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5823 | 2025.02.06 05:14:02.691242 [ 24 ] {} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5824 | 2025.02.06 05:14:02.691308 [ 24 ] {} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5825 | 2025.02.06 05:14:02.691347 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5826 | 2025.02.06 05:14:02.691350 [ 255 ] {bacc9cd8-4c4d-478e-b34a-7b9ec9382770} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002561 sec., 10152.284263959391 rows/sec., 18.19 MiB/sec. | ||
| 5827 | 2025.02.06 05:14:02.691759 [ 186 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 5828 | 2025.02.06 05:14:02.692024 [ 255 ] {bacc9cd8-4c4d-478e-b34a-7b9ec9382770} <Debug> TCPHandler: Processed in 0.003457573 sec. | ||
| 5829 | 2025.02.06 05:14:02.692336 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5830 | 2025.02.06 05:14:02.692522 [ 186 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5831 | 2025.02.06 05:14:02.692598 [ 5 ] {f7b6a0ca-ebcc-4d55-9b52-dedcd963dec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5832 | 2025.02.06 05:14:02.692638 [ 186 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 464 rows starting from the beginning of the part | ||
| 5833 | 2025.02.06 05:14:02.692719 [ 5 ] {f7b6a0ca-ebcc-4d55-9b52-dedcd963dec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5834 | 2025.02.06 05:14:02.693586 [ 186 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part | ||
| 5835 | 2025.02.06 05:14:02.694337 [ 186 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 5836 | 2025.02.06 05:14:02.695179 [ 186 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part | ||
| 5837 | 2025.02.06 05:14:02.695226 [ 5 ] {f7b6a0ca-ebcc-4d55-9b52-dedcd963dec8} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2025.02.06 05:14:02.695308 [ 5 ] {f7b6a0ca-ebcc-4d55-9b52-dedcd963dec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5839 | 2025.02.06 05:14:02.695834 [ 186 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 5840 | 2025.02.06 05:14:02.696620 [ 186 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
| 5841 | 2025.02.06 05:14:02.696841 [ 5 ] {f7b6a0ca-ebcc-4d55-9b52-dedcd963dec8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5842 | 2025.02.06 05:14:02.697638 [ 5 ] {f7b6a0ca-ebcc-4d55-9b52-dedcd963dec8} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5843 | 2025.02.06 05:14:02.698217 [ 5 ] {f7b6a0ca-ebcc-4d55-9b52-dedcd963dec8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005636 sec., 14549.325762952447 rows/sec., 946.24 KiB/sec. | ||
| 5844 | 2025.02.06 05:14:02.698624 [ 5 ] {f7b6a0ca-ebcc-4d55-9b52-dedcd963dec8} <Debug> TCPHandler: Processed in 0.006466241 sec. | ||
| 5845 | 2025.02.06 05:14:02.710094 [ 199 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 19 columns (19 merged, 0 gathered) in 0.01864493 sec., 30464.045721812847 rows/sec., 54.59 MiB/sec. | ||
| 5846 | 2025.02.06 05:14:02.711096 [ 188 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5847 | 2025.02.06 05:14:02.711509 [ 188 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5848 | 2025.02.06 05:14:02.711597 [ 188 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5849 | 2025.02.06 05:14:02.711744 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 5850 | 2025.02.06 05:14:03.600130 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5851 | 2025.02.06 05:14:03.601119 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5852 | 2025.02.06 05:14:03.601203 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5853 | 2025.02.06 05:14:03.601917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5854 | 2025.02.06 05:14:03.602264 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5855 | 2025.02.06 05:14:03.602621 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5856 | 2025.02.06 05:14:04.422124 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5857 | 2025.02.06 05:14:04.445778 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5858 | 2025.02.06 05:14:04.445846 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5859 | 2025.02.06 05:14:04.454229 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5860 | 2025.02.06 05:14:04.455837 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5861 | 2025.02.06 05:14:04.462472 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5862 | 2025.02.06 05:14:06.150131 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 824 | ||
| 5863 | 2025.02.06 05:14:06.153220 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5864 | 2025.02.06 05:14:06.153266 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5865 | 2025.02.06 05:14:06.154738 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5866 | 2025.02.06 05:14:06.155040 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5867 | 2025.02.06 05:14:06.156520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824 | ||
| 5868 | 2025.02.06 05:14:07.659476 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5869 | 2025.02.06 05:14:07.659706 [ 255 ] {b5669431-c0a3-437f-88a7-712c07f8550e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5870 | 2025.02.06 05:14:07.659789 [ 255 ] {b5669431-c0a3-437f-88a7-712c07f8550e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5871 | 2025.02.06 05:14:07.660656 [ 255 ] {b5669431-c0a3-437f-88a7-712c07f8550e} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5872 | 2025.02.06 05:14:07.660705 [ 255 ] {b5669431-c0a3-437f-88a7-712c07f8550e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5873 | 2025.02.06 05:14:07.661139 [ 255 ] {b5669431-c0a3-437f-88a7-712c07f8550e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5874 | 2025.02.06 05:14:07.661407 [ 255 ] {b5669431-c0a3-437f-88a7-712c07f8550e} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5875 | 2025.02.06 05:14:07.661653 [ 255 ] {b5669431-c0a3-437f-88a7-712c07f8550e} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002003 sec., 40938.59211183225 rows/sec., 3.38 MiB/sec. | ||
| 5876 | 2025.02.06 05:14:07.661804 [ 255 ] {b5669431-c0a3-437f-88a7-712c07f8550e} <Debug> TCPHandler: Processed in 0.002464031 sec. | ||
| 5877 | 2025.02.06 05:14:07.662837 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5878 | 2025.02.06 05:14:07.663040 [ 5 ] {0bd3e3eb-fee7-42aa-8528-f60defc3aaf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5879 | 2025.02.06 05:14:07.663126 [ 5 ] {0bd3e3eb-fee7-42aa-8528-f60defc3aaf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5880 | 2025.02.06 05:14:07.664003 [ 5 ] {0bd3e3eb-fee7-42aa-8528-f60defc3aaf4} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5881 | 2025.02.06 05:14:07.664055 [ 5 ] {0bd3e3eb-fee7-42aa-8528-f60defc3aaf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5882 | 2025.02.06 05:14:07.664512 [ 5 ] {0bd3e3eb-fee7-42aa-8528-f60defc3aaf4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5883 | 2025.02.06 05:14:07.664769 [ 5 ] {0bd3e3eb-fee7-42aa-8528-f60defc3aaf4} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5884 | 2025.02.06 05:14:07.665059 [ 5 ] {0bd3e3eb-fee7-42aa-8528-f60defc3aaf4} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.002067 sec., 6289.30817610063 rows/sec., 472.93 KiB/sec. | ||
| 5885 | 2025.02.06 05:14:07.665266 [ 5 ] {0bd3e3eb-fee7-42aa-8528-f60defc3aaf4} <Debug> TCPHandler: Processed in 0.002561594 sec. | ||
| 5886 | 2025.02.06 05:14:07.665492 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5887 | 2025.02.06 05:14:07.665640 [ 255 ] {611d620d-d986-40f2-8e31-dcd7d2f9dcaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5888 | 2025.02.06 05:14:07.665702 [ 255 ] {611d620d-d986-40f2-8e31-dcd7d2f9dcaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5889 | 2025.02.06 05:14:07.666355 [ 255 ] {611d620d-d986-40f2-8e31-dcd7d2f9dcaa} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5890 | 2025.02.06 05:14:07.666395 [ 255 ] {611d620d-d986-40f2-8e31-dcd7d2f9dcaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5891 | 2025.02.06 05:14:07.666775 [ 255 ] {611d620d-d986-40f2-8e31-dcd7d2f9dcaa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5892 | 2025.02.06 05:14:07.667017 [ 255 ] {611d620d-d986-40f2-8e31-dcd7d2f9dcaa} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5893 | 2025.02.06 05:14:07.667244 [ 255 ] {611d620d-d986-40f2-8e31-dcd7d2f9dcaa} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001639 sec., 46979.86577181208 rows/sec., 3.67 MiB/sec. | ||
| 5894 | 2025.02.06 05:14:07.667299 [ 255 ] {611d620d-d986-40f2-8e31-dcd7d2f9dcaa} <Debug> TCPHandler: Processed in 0.001924653 sec. | ||
| 5895 | 2025.02.06 05:14:07.667529 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5896 | 2025.02.06 05:14:07.667763 [ 5 ] {b3a60058-929b-464c-a858-7b1bb2551661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5897 | 2025.02.06 05:14:07.667872 [ 5 ] {b3a60058-929b-464c-a858-7b1bb2551661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5898 | 2025.02.06 05:14:07.668577 [ 5 ] {b3a60058-929b-464c-a858-7b1bb2551661} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5899 | 2025.02.06 05:14:07.668619 [ 5 ] {b3a60058-929b-464c-a858-7b1bb2551661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5900 | 2025.02.06 05:14:07.669036 [ 5 ] {b3a60058-929b-464c-a858-7b1bb2551661} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5901 | 2025.02.06 05:14:07.669276 [ 5 ] {b3a60058-929b-464c-a858-7b1bb2551661} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5902 | 2025.02.06 05:14:07.669524 [ 5 ] {b3a60058-929b-464c-a858-7b1bb2551661} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001822 sec., 87815.58726673985 rows/sec., 6.12 MiB/sec. | ||
| 5903 | 2025.02.06 05:14:07.669740 [ 5 ] {b3a60058-929b-464c-a858-7b1bb2551661} <Debug> TCPHandler: Processed in 0.002323016 sec. | ||
| 5904 | 2025.02.06 05:14:07.669956 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5905 | 2025.02.06 05:14:07.670099 [ 255 ] {5c08073d-2ade-45c3-bf26-2c9fb5893dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5906 | 2025.02.06 05:14:07.670193 [ 255 ] {5c08073d-2ade-45c3-bf26-2c9fb5893dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5907 | 2025.02.06 05:14:07.671421 [ 255 ] {5c08073d-2ade-45c3-bf26-2c9fb5893dc1} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5908 | 2025.02.06 05:14:07.671461 [ 255 ] {5c08073d-2ade-45c3-bf26-2c9fb5893dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5909 | 2025.02.06 05:14:07.672081 [ 255 ] {5c08073d-2ade-45c3-bf26-2c9fb5893dc1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5910 | 2025.02.06 05:14:07.672347 [ 255 ] {5c08073d-2ade-45c3-bf26-2c9fb5893dc1} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5911 | 2025.02.06 05:14:07.672580 [ 255 ] {5c08073d-2ade-45c3-bf26-2c9fb5893dc1} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002509 sec., 5181.347150259067 rows/sec., 9.28 MiB/sec. | ||
| 5912 | 2025.02.06 05:14:07.672806 [ 255 ] {5c08073d-2ade-45c3-bf26-2c9fb5893dc1} <Debug> TCPHandler: Processed in 0.002960947 sec. | ||
| 5913 | 2025.02.06 05:14:07.673048 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5914 | 2025.02.06 05:14:07.673286 [ 5 ] {fa974d4b-3a05-4934-8f76-388a996522fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5915 | 2025.02.06 05:14:07.673384 [ 5 ] {fa974d4b-3a05-4934-8f76-388a996522fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5916 | 2025.02.06 05:14:07.674185 [ 5 ] {fa974d4b-3a05-4934-8f76-388a996522fd} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5917 | 2025.02.06 05:14:07.674225 [ 5 ] {fa974d4b-3a05-4934-8f76-388a996522fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5918 | 2025.02.06 05:14:07.674607 [ 5 ] {fa974d4b-3a05-4934-8f76-388a996522fd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5919 | 2025.02.06 05:14:07.674861 [ 5 ] {fa974d4b-3a05-4934-8f76-388a996522fd} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5920 | 2025.02.06 05:14:07.675118 [ 5 ] {fa974d4b-3a05-4934-8f76-388a996522fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001889 sec., 31762.837480148224 rows/sec., 2.14 MiB/sec. | ||
| 5921 | 2025.02.06 05:14:07.675206 [ 5 ] {fa974d4b-3a05-4934-8f76-388a996522fd} <Debug> TCPHandler: Processed in 0.002301196 sec. | ||
| 5922 | 2025.02.06 05:14:10.953478 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5923 | 2025.02.06 05:14:10.953538 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5924 | 2025.02.06 05:14:11.103669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5925 | 2025.02.06 05:14:11.104347 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5926 | 2025.02.06 05:14:11.104389 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5927 | 2025.02.06 05:14:11.104998 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5928 | 2025.02.06 05:14:11.105256 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5929 | 2025.02.06 05:14:11.105475 [ 129 ] {} <Debug> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5930 | 2025.02.06 05:14:11.105618 [ 129 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2025.02.06 05:14:11.105702 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5932 | 2025.02.06 05:14:11.105711 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5933 | 2025.02.06 05:14:11.106440 [ 198 ] {b98d5e79-4a35-451a-aa01-4df717829edd::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 | ||
| 5934 | 2025.02.06 05:14:11.106748 [ 198 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5935 | 2025.02.06 05:14:11.106792 [ 198 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5936 | 2025.02.06 05:14:11.106872 [ 198 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5937 | 2025.02.06 05:14:11.107083 [ 198 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5938 | 2025.02.06 05:14:11.107287 [ 198 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5939 | 2025.02.06 05:14:11.107435 [ 198 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5940 | 2025.02.06 05:14:11.107498 [ 198 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5941 | 2025.02.06 05:14:11.110301 [ 199 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.004399444 sec., 2717616.135129803 rows/sec., 38.88 MiB/sec. | ||
| 5942 | 2025.02.06 05:14:11.110860 [ 199 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5943 | 2025.02.06 05:14:11.111304 [ 199 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5944 | 2025.02.06 05:14:11.111379 [ 199 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_26_5} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5945 | 2025.02.06 05:14:11.111479 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5946 | 2025.02.06 05:14:11.963426 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5947 | 2025.02.06 05:14:11.984037 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5948 | 2025.02.06 05:14:11.984080 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5949 | 2025.02.06 05:14:11.991449 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5950 | 2025.02.06 05:14:11.992204 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5951 | 2025.02.06 05:14:11.992478 [ 109 ] {} <Debug> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5952 | 2025.02.06 05:14:11.992538 [ 109 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5953 | 2025.02.06 05:14:11.992585 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5954 | 2025.02.06 05:14:11.993029 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5955 | 2025.02.06 05:14:12.009941 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5956 | 2025.02.06 05:14:12.011158 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5957 | 2025.02.06 05:14:12.012749 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5958 | 2025.02.06 05:14:12.018463 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5959 | 2025.02.06 05:14:12.024157 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5960 | 2025.02.06 05:14:12.030536 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5961 | 2025.02.06 05:14:12.036355 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5962 | 2025.02.06 05:14:12.040986 [ 187 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 5963 | 2025.02.06 05:14:12.101455 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.108732238 sec., 1802.5932658536838 rows/sec., 9.32 MiB/sec. | ||
| 5964 | 2025.02.06 05:14:12.104159 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5965 | 2025.02.06 05:14:12.107019 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_26_5} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5966 | 2025.02.06 05:14:12.107131 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_26_5} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5967 | 2025.02.06 05:14:12.109502 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5968 | 2025.02.06 05:14:12.663873 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5969 | 2025.02.06 05:14:12.664091 [ 255 ] {38002580-5399-4ec2-bec9-c26816209d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5970 | 2025.02.06 05:14:12.664177 [ 255 ] {38002580-5399-4ec2-bec9-c26816209d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5971 | 2025.02.06 05:14:12.664977 [ 255 ] {38002580-5399-4ec2-bec9-c26816209d5a} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5972 | 2025.02.06 05:14:12.665029 [ 255 ] {38002580-5399-4ec2-bec9-c26816209d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5973 | 2025.02.06 05:14:12.665483 [ 255 ] {38002580-5399-4ec2-bec9-c26816209d5a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5974 | 2025.02.06 05:14:12.665745 [ 255 ] {38002580-5399-4ec2-bec9-c26816209d5a} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5975 | 2025.02.06 05:14:12.666037 [ 255 ] {38002580-5399-4ec2-bec9-c26816209d5a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002003 sec., 6989.515726410385 rows/sec., 503.15 KiB/sec. | ||
| 5976 | 2025.02.06 05:14:12.666257 [ 255 ] {38002580-5399-4ec2-bec9-c26816209d5a} <Debug> TCPHandler: Processed in 0.002526053 sec. | ||
| 5977 | 2025.02.06 05:14:12.666619 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5978 | 2025.02.06 05:14:12.666932 [ 5 ] {baeb30ec-753b-4142-8605-36b016f1d3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5979 | 2025.02.06 05:14:12.667052 [ 5 ] {baeb30ec-753b-4142-8605-36b016f1d3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5980 | 2025.02.06 05:14:12.668010 [ 5 ] {baeb30ec-753b-4142-8605-36b016f1d3e3} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5981 | 2025.02.06 05:14:12.668061 [ 5 ] {baeb30ec-753b-4142-8605-36b016f1d3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5982 | 2025.02.06 05:14:12.668529 [ 5 ] {baeb30ec-753b-4142-8605-36b016f1d3e3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5983 | 2025.02.06 05:14:12.668789 [ 5 ] {baeb30ec-753b-4142-8605-36b016f1d3e3} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5984 | 2025.02.06 05:14:12.669038 [ 5 ] {baeb30ec-753b-4142-8605-36b016f1d3e3} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.002193 sec., 116279.06976744186 rows/sec., 10.16 MiB/sec. | ||
| 5985 | 2025.02.06 05:14:12.669109 [ 5 ] {baeb30ec-753b-4142-8605-36b016f1d3e3} <Debug> TCPHandler: Processed in 0.002691498 sec. | ||
| 5986 | 2025.02.06 05:14:12.669345 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5987 | 2025.02.06 05:14:12.669579 [ 255 ] {d9e1fd92-d7a2-465f-94cb-516303e51811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5988 | 2025.02.06 05:14:12.669678 [ 255 ] {d9e1fd92-d7a2-465f-94cb-516303e51811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5989 | 2025.02.06 05:14:12.670547 [ 255 ] {d9e1fd92-d7a2-465f-94cb-516303e51811} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5990 | 2025.02.06 05:14:12.670589 [ 255 ] {d9e1fd92-d7a2-465f-94cb-516303e51811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 5991 | 2025.02.06 05:14:12.670965 [ 255 ] {d9e1fd92-d7a2-465f-94cb-516303e51811} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5992 | 2025.02.06 05:14:12.671211 [ 255 ] {d9e1fd92-d7a2-465f-94cb-516303e51811} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5993 | 2025.02.06 05:14:12.671452 [ 255 ] {d9e1fd92-d7a2-465f-94cb-516303e51811} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001925 sec., 17142.85714285714 rows/sec., 1.22 MiB/sec. | ||
| 5994 | 2025.02.06 05:14:12.671528 [ 255 ] {d9e1fd92-d7a2-465f-94cb-516303e51811} <Debug> TCPHandler: Processed in 0.002293645 sec. | ||
| 5995 | 2025.02.06 05:14:12.671783 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5996 | 2025.02.06 05:14:12.671938 [ 5 ] {a8c38b4b-6a5b-4bfc-ab82-ebc4066c0162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5997 | 2025.02.06 05:14:12.672001 [ 5 ] {a8c38b4b-6a5b-4bfc-ab82-ebc4066c0162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5998 | 2025.02.06 05:14:12.672618 [ 5 ] {a8c38b4b-6a5b-4bfc-ab82-ebc4066c0162} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5999 | 2025.02.06 05:14:12.672660 [ 5 ] {a8c38b4b-6a5b-4bfc-ab82-ebc4066c0162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6000 | 2025.02.06 05:14:12.673025 [ 5 ] {a8c38b4b-6a5b-4bfc-ab82-ebc4066c0162} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6001 | 2025.02.06 05:14:12.673270 [ 5 ] {a8c38b4b-6a5b-4bfc-ab82-ebc4066c0162} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6002 | 2025.02.06 05:14:12.673446 [ 109 ] {} <Debug> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6003 | 2025.02.06 05:14:12.673516 [ 5 ] {a8c38b4b-6a5b-4bfc-ab82-ebc4066c0162} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001612 sec., 8684.863523573202 rows/sec., 608.23 KiB/sec. | ||
| 6004 | 2025.02.06 05:14:12.673544 [ 109 ] {} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6005 | 2025.02.06 05:14:12.673614 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6006 | 2025.02.06 05:14:12.673649 [ 5 ] {a8c38b4b-6a5b-4bfc-ab82-ebc4066c0162} <Debug> TCPHandler: Processed in 0.001992986 sec. | ||
| 6007 | 2025.02.06 05:14:12.673964 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6008 | 2025.02.06 05:14:12.674083 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 6009 | 2025.02.06 05:14:12.674298 [ 255 ] {659735e7-183a-4840-b289-6a4ad180d420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6010 | 2025.02.06 05:14:12.674402 [ 255 ] {659735e7-183a-4840-b289-6a4ad180d420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6011 | 2025.02.06 05:14:12.674406 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6012 | 2025.02.06 05:14:12.674519 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
| 6013 | 2025.02.06 05:14:12.674766 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6014 | 2025.02.06 05:14:12.675187 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
| 6015 | 2025.02.06 05:14:12.675616 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6016 | 2025.02.06 05:14:12.675991 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6017 | 2025.02.06 05:14:12.676306 [ 193 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6018 | 2025.02.06 05:14:12.677464 [ 255 ] {659735e7-183a-4840-b289-6a4ad180d420} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2025.02.06 05:14:12.677532 [ 255 ] {659735e7-183a-4840-b289-6a4ad180d420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6020 | 2025.02.06 05:14:12.678476 [ 255 ] {659735e7-183a-4840-b289-6a4ad180d420} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6021 | 2025.02.06 05:14:12.678969 [ 255 ] {659735e7-183a-4840-b289-6a4ad180d420} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2025.02.06 05:14:12.679212 [ 194 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477999 sec., 96203.01135505867 rows/sec., 6.89 MiB/sec. | ||
| 6023 | 2025.02.06 05:14:12.679324 [ 255 ] {659735e7-183a-4840-b289-6a4ad180d420} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005102 sec., 2548.0203841630732 rows/sec., 158.87 KiB/sec. | ||
| 6024 | 2025.02.06 05:14:12.679396 [ 194 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6025 | 2025.02.06 05:14:12.679406 [ 255 ] {659735e7-183a-4840-b289-6a4ad180d420} <Debug> TCPHandler: Processed in 0.005619474 sec. | ||
| 6026 | 2025.02.06 05:14:12.679592 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6027 | 2025.02.06 05:14:12.679794 [ 194 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6028 | 2025.02.06 05:14:12.679809 [ 5 ] {30337e73-1a2a-4bda-9032-7be6b8f97d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6029 | 2025.02.06 05:14:12.679920 [ 5 ] {30337e73-1a2a-4bda-9032-7be6b8f97d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6030 | 2025.02.06 05:14:12.679938 [ 194 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_21_4} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6031 | 2025.02.06 05:14:12.680144 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6032 | 2025.02.06 05:14:12.680827 [ 5 ] {30337e73-1a2a-4bda-9032-7be6b8f97d09} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6033 | 2025.02.06 05:14:12.680870 [ 5 ] {30337e73-1a2a-4bda-9032-7be6b8f97d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6034 | 2025.02.06 05:14:12.681268 [ 5 ] {30337e73-1a2a-4bda-9032-7be6b8f97d09} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6035 | 2025.02.06 05:14:12.681519 [ 5 ] {30337e73-1a2a-4bda-9032-7be6b8f97d09} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6036 | 2025.02.06 05:14:12.681736 [ 5 ] {30337e73-1a2a-4bda-9032-7be6b8f97d09} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.002002 sec., 203796.2037962038 rows/sec., 14.52 MiB/sec. | ||
| 6037 | 2025.02.06 05:14:12.681796 [ 5 ] {30337e73-1a2a-4bda-9032-7be6b8f97d09} <Debug> TCPHandler: Processed in 0.002285675 sec. | ||
| 6038 | 2025.02.06 05:14:12.681971 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6039 | 2025.02.06 05:14:12.682113 [ 255 ] {81b8e12c-803c-41d9-b0e6-9e8a7be90c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6040 | 2025.02.06 05:14:12.682174 [ 255 ] {81b8e12c-803c-41d9-b0e6-9e8a7be90c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6041 | 2025.02.06 05:14:12.682748 [ 255 ] {81b8e12c-803c-41d9-b0e6-9e8a7be90c07} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2025.02.06 05:14:12.682795 [ 255 ] {81b8e12c-803c-41d9-b0e6-9e8a7be90c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6043 | 2025.02.06 05:14:12.683223 [ 255 ] {81b8e12c-803c-41d9-b0e6-9e8a7be90c07} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6044 | 2025.02.06 05:14:12.683460 [ 255 ] {81b8e12c-803c-41d9-b0e6-9e8a7be90c07} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2025.02.06 05:14:12.683658 [ 87 ] {} <Debug> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6046 | 2025.02.06 05:14:12.683700 [ 255 ] {81b8e12c-803c-41d9-b0e6-9e8a7be90c07} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001614 sec., 3717.472118959108 rows/sec., 194.22 KiB/sec. | ||
| 6047 | 2025.02.06 05:14:12.683745 [ 87 ] {} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2025.02.06 05:14:12.683825 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6049 | 2025.02.06 05:14:12.683824 [ 255 ] {81b8e12c-803c-41d9-b0e6-9e8a7be90c07} <Debug> TCPHandler: Processed in 0.001930753 sec. | ||
| 6050 | 2025.02.06 05:14:12.684099 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6051 | 2025.02.06 05:14:12.684198 [ 196 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::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 | ||
| 6052 | 2025.02.06 05:14:12.684510 [ 5 ] {0356d2df-fcee-4734-a3db-8dad75bc05e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6053 | 2025.02.06 05:14:12.684684 [ 5 ] {0356d2df-fcee-4734-a3db-8dad75bc05e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6054 | 2025.02.06 05:14:12.684689 [ 196 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6055 | 2025.02.06 05:14:12.684754 [ 196 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 6056 | 2025.02.06 05:14:12.684975 [ 196 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 6057 | 2025.02.06 05:14:12.685256 [ 196 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 6058 | 2025.02.06 05:14:12.685446 [ 196 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 6059 | 2025.02.06 05:14:12.685663 [ 196 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 6060 | 2025.02.06 05:14:12.685825 [ 196 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6061 | 2025.02.06 05:14:12.686392 [ 5 ] {0356d2df-fcee-4734-a3db-8dad75bc05e9} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2025.02.06 05:14:12.686433 [ 5 ] {0356d2df-fcee-4734-a3db-8dad75bc05e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6063 | 2025.02.06 05:14:12.687041 [ 5 ] {0356d2df-fcee-4734-a3db-8dad75bc05e9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6064 | 2025.02.06 05:14:12.687232 [ 194 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003298688 sec., 29102.47953125606 rows/sec., 1.48 MiB/sec. | ||
| 6065 | 2025.02.06 05:14:12.687447 [ 194 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6066 | 2025.02.06 05:14:12.687473 [ 5 ] {0356d2df-fcee-4734-a3db-8dad75bc05e9} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6067 | 2025.02.06 05:14:12.688085 [ 5 ] {0356d2df-fcee-4734-a3db-8dad75bc05e9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003716 sec., 63778.25618945102 rows/sec., 4.27 MiB/sec. | ||
| 6068 | 2025.02.06 05:14:12.688213 [ 194 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2025.02.06 05:14:12.688570 [ 194 ] {11c75e4b-7837-4c63-a959-f6e12a7645cd::all_1_16_3} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6070 | 2025.02.06 05:14:12.688626 [ 5 ] {0356d2df-fcee-4734-a3db-8dad75bc05e9} <Debug> TCPHandler: Processed in 0.004669253 sec. | ||
| 6071 | 2025.02.06 05:14:12.688857 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6072 | 2025.02.06 05:14:12.688986 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6073 | 2025.02.06 05:14:12.689167 [ 255 ] {7f256e9e-8353-482f-ba14-b5148d867ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6074 | 2025.02.06 05:14:12.689220 [ 255 ] {7f256e9e-8353-482f-ba14-b5148d867ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6075 | 2025.02.06 05:14:12.689688 [ 255 ] {7f256e9e-8353-482f-ba14-b5148d867ea1} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6076 | 2025.02.06 05:14:12.689726 [ 255 ] {7f256e9e-8353-482f-ba14-b5148d867ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6077 | 2025.02.06 05:14:12.690080 [ 255 ] {7f256e9e-8353-482f-ba14-b5148d867ea1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6078 | 2025.02.06 05:14:12.690315 [ 255 ] {7f256e9e-8353-482f-ba14-b5148d867ea1} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6079 | 2025.02.06 05:14:12.690494 [ 87 ] {} <Debug> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6080 | 2025.02.06 05:14:12.690562 [ 255 ] {7f256e9e-8353-482f-ba14-b5148d867ea1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001416 sec., 706.2146892655368 rows/sec., 47.59 KiB/sec. | ||
| 6081 | 2025.02.06 05:14:12.690571 [ 87 ] {} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6082 | 2025.02.06 05:14:12.690649 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6083 | 2025.02.06 05:14:12.690687 [ 255 ] {7f256e9e-8353-482f-ba14-b5148d867ea1} <Debug> TCPHandler: Processed in 0.001883061 sec. | ||
| 6084 | 2025.02.06 05:14:12.690913 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::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 | ||
| 6085 | 2025.02.06 05:14:12.690925 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6086 | 2025.02.06 05:14:12.691158 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6087 | 2025.02.06 05:14:12.691166 [ 5 ] {097ed6d4-176c-43bb-aa7e-9a92cc2bd980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6088 | 2025.02.06 05:14:12.691219 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 6089 | 2025.02.06 05:14:12.691446 [ 5 ] {097ed6d4-176c-43bb-aa7e-9a92cc2bd980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6090 | 2025.02.06 05:14:12.691548 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 6091 | 2025.02.06 05:14:12.691918 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 6092 | 2025.02.06 05:14:12.692320 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6093 | 2025.02.06 05:14:12.692641 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6094 | 2025.02.06 05:14:12.692950 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6095 | 2025.02.06 05:14:12.697309 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.006553344 sec., 2594.0954724793937 rows/sec., 174.20 KiB/sec. | ||
| 6096 | 2025.02.06 05:14:12.697527 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6097 | 2025.02.06 05:14:12.697680 [ 5 ] {097ed6d4-176c-43bb-aa7e-9a92cc2bd980} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2025.02.06 05:14:12.697747 [ 5 ] {097ed6d4-176c-43bb-aa7e-9a92cc2bd980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6099 | 2025.02.06 05:14:12.698172 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6100 | 2025.02.06 05:14:12.698325 [ 191 ] {fe8c580b-d677-4c1d-b6f3-a02fadf58cf3::all_1_16_3} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6101 | 2025.02.06 05:14:12.698464 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6102 | 2025.02.06 05:14:12.698873 [ 5 ] {097ed6d4-176c-43bb-aa7e-9a92cc2bd980} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6103 | 2025.02.06 05:14:12.699139 [ 5 ] {097ed6d4-176c-43bb-aa7e-9a92cc2bd980} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6104 | 2025.02.06 05:14:12.699476 [ 5 ] {097ed6d4-176c-43bb-aa7e-9a92cc2bd980} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00838 sec., 3102.6252983293557 rows/sec., 5.56 MiB/sec. | ||
| 6105 | 2025.02.06 05:14:12.699978 [ 5 ] {097ed6d4-176c-43bb-aa7e-9a92cc2bd980} <Debug> TCPHandler: Processed in 0.00917208 sec. | ||
| 6106 | 2025.02.06 05:14:12.700194 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6107 | 2025.02.06 05:14:12.700335 [ 255 ] {19cc7024-c743-450b-aa89-6a3316f1c82d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6108 | 2025.02.06 05:14:12.700395 [ 255 ] {19cc7024-c743-450b-aa89-6a3316f1c82d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6109 | 2025.02.06 05:14:12.700997 [ 255 ] {19cc7024-c743-450b-aa89-6a3316f1c82d} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2025.02.06 05:14:12.701043 [ 255 ] {19cc7024-c743-450b-aa89-6a3316f1c82d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6111 | 2025.02.06 05:14:12.701436 [ 255 ] {19cc7024-c743-450b-aa89-6a3316f1c82d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6112 | 2025.02.06 05:14:12.701681 [ 255 ] {19cc7024-c743-450b-aa89-6a3316f1c82d} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2025.02.06 05:14:12.701931 [ 255 ] {19cc7024-c743-450b-aa89-6a3316f1c82d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001616 sec., 50742.57425742574 rows/sec., 3.22 MiB/sec. | ||
| 6114 | 2025.02.06 05:14:12.701997 [ 255 ] {19cc7024-c743-450b-aa89-6a3316f1c82d} <Debug> TCPHandler: Processed in 0.001903972 sec. | ||
| 6115 | 2025.02.06 05:14:13.001160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.06 MiB, peak 203.74 MiB, free memory in arenas 0.00 B, will set to 195.16 MiB (RSS), difference: 1.09 MiB | ||
| 6116 | 2025.02.06 05:14:15.690359 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2025.02.06 05:14:15.690575 [ 255 ] {73bdaf5d-18cf-4637-ab32-8942ff75a3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6118 | 2025.02.06 05:14:15.690656 [ 255 ] {73bdaf5d-18cf-4637-ab32-8942ff75a3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6119 | 2025.02.06 05:14:15.691489 [ 255 ] {73bdaf5d-18cf-4637-ab32-8942ff75a3f6} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2025.02.06 05:14:15.691540 [ 255 ] {73bdaf5d-18cf-4637-ab32-8942ff75a3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6121 | 2025.02.06 05:14:15.691961 [ 255 ] {73bdaf5d-18cf-4637-ab32-8942ff75a3f6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6122 | 2025.02.06 05:14:15.692211 [ 255 ] {73bdaf5d-18cf-4637-ab32-8942ff75a3f6} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2025.02.06 05:14:15.692451 [ 255 ] {73bdaf5d-18cf-4637-ab32-8942ff75a3f6} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001938 sec., 5159.958720330237 rows/sec., 420.76 KiB/sec. | ||
| 6124 | 2025.02.06 05:14:15.692509 [ 255 ] {73bdaf5d-18cf-4637-ab32-8942ff75a3f6} <Debug> TCPHandler: Processed in 0.002293266 sec. | ||
| 6125 | 2025.02.06 05:14:15.692805 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6126 | 2025.02.06 05:14:15.693006 [ 5 ] {9d823617-8cc6-40ff-a360-75c2f1ec3e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6127 | 2025.02.06 05:14:15.693083 [ 5 ] {9d823617-8cc6-40ff-a360-75c2f1ec3e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6128 | 2025.02.06 05:14:15.694502 [ 5 ] {9d823617-8cc6-40ff-a360-75c2f1ec3e75} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6129 | 2025.02.06 05:14:15.694558 [ 5 ] {9d823617-8cc6-40ff-a360-75c2f1ec3e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6130 | 2025.02.06 05:14:15.695119 [ 5 ] {9d823617-8cc6-40ff-a360-75c2f1ec3e75} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6131 | 2025.02.06 05:14:15.695383 [ 5 ] {9d823617-8cc6-40ff-a360-75c2f1ec3e75} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6132 | 2025.02.06 05:14:15.695671 [ 5 ] {9d823617-8cc6-40ff-a360-75c2f1ec3e75} <Debug> executeQuery: Read 1227 rows, 103.42 KiB in 0.002714 sec., 452100.22107590275 rows/sec., 37.21 MiB/sec. | ||
| 6133 | 2025.02.06 05:14:15.695776 [ 5 ] {9d823617-8cc6-40ff-a360-75c2f1ec3e75} <Debug> TCPHandler: Processed in 0.003111411 sec. | ||
| 6134 | 2025.02.06 05:14:15.696075 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6135 | 2025.02.06 05:14:15.696304 [ 255 ] {d004df6c-a1e5-4b4e-a18d-8d38c1926978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6136 | 2025.02.06 05:14:15.696352 [ 255 ] {d004df6c-a1e5-4b4e-a18d-8d38c1926978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6137 | 2025.02.06 05:14:15.696931 [ 255 ] {d004df6c-a1e5-4b4e-a18d-8d38c1926978} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6138 | 2025.02.06 05:14:15.696970 [ 255 ] {d004df6c-a1e5-4b4e-a18d-8d38c1926978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6139 | 2025.02.06 05:14:15.697325 [ 255 ] {d004df6c-a1e5-4b4e-a18d-8d38c1926978} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6140 | 2025.02.06 05:14:15.697567 [ 255 ] {d004df6c-a1e5-4b4e-a18d-8d38c1926978} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6141 | 2025.02.06 05:14:15.697783 [ 255 ] {d004df6c-a1e5-4b4e-a18d-8d38c1926978} <Debug> executeQuery: Read 23 rows, 1.68 KiB in 0.001528 sec., 15052.356020942409 rows/sec., 1.07 MiB/sec. | ||
| 6142 | 2025.02.06 05:14:15.697900 [ 255 ] {d004df6c-a1e5-4b4e-a18d-8d38c1926978} <Debug> TCPHandler: Processed in 0.002007046 sec. | ||
| 6143 | 2025.02.06 05:14:15.698063 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6144 | 2025.02.06 05:14:15.698190 [ 5 ] {f52d1a0e-6901-4250-bb64-892e591b4ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6145 | 2025.02.06 05:14:15.698254 [ 5 ] {f52d1a0e-6901-4250-bb64-892e591b4ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6146 | 2025.02.06 05:14:15.699407 [ 5 ] {f52d1a0e-6901-4250-bb64-892e591b4ea0} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6147 | 2025.02.06 05:14:15.699450 [ 5 ] {f52d1a0e-6901-4250-bb64-892e591b4ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6148 | 2025.02.06 05:14:15.699835 [ 5 ] {f52d1a0e-6901-4250-bb64-892e591b4ea0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6149 | 2025.02.06 05:14:15.700077 [ 5 ] {f52d1a0e-6901-4250-bb64-892e591b4ea0} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6150 | 2025.02.06 05:14:15.700292 [ 5 ] {f52d1a0e-6901-4250-bb64-892e591b4ea0} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002131 sec., 106992.02252463631 rows/sec., 7.24 MiB/sec. | ||
| 6151 | 2025.02.06 05:14:15.700351 [ 5 ] {f52d1a0e-6901-4250-bb64-892e591b4ea0} <Debug> TCPHandler: Processed in 0.002349547 sec. | ||
| 6152 | 2025.02.06 05:14:15.700520 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6153 | 2025.02.06 05:14:15.700657 [ 255 ] {fbda22cb-7228-4cc2-80cc-0a98f1504d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6154 | 2025.02.06 05:14:15.700713 [ 255 ] {fbda22cb-7228-4cc2-80cc-0a98f1504d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6155 | 2025.02.06 05:14:15.701599 [ 255 ] {fbda22cb-7228-4cc2-80cc-0a98f1504d03} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6156 | 2025.02.06 05:14:15.701639 [ 255 ] {fbda22cb-7228-4cc2-80cc-0a98f1504d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6157 | 2025.02.06 05:14:15.702022 [ 255 ] {fbda22cb-7228-4cc2-80cc-0a98f1504d03} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6158 | 2025.02.06 05:14:15.702257 [ 255 ] {fbda22cb-7228-4cc2-80cc-0a98f1504d03} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6159 | 2025.02.06 05:14:15.702478 [ 255 ] {fbda22cb-7228-4cc2-80cc-0a98f1504d03} <Debug> executeQuery: Read 543 rows, 41.26 KiB in 0.001851 sec., 293354.943273906 rows/sec., 21.77 MiB/sec. | ||
| 6160 | 2025.02.06 05:14:15.702530 [ 255 ] {fbda22cb-7228-4cc2-80cc-0a98f1504d03} <Debug> TCPHandler: Processed in 0.002076857 sec. | ||
| 6161 | 2025.02.06 05:14:15.702735 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6162 | 2025.02.06 05:14:15.702962 [ 5 ] {406f3a20-c264-493f-9290-035482fe53c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6163 | 2025.02.06 05:14:15.703065 [ 5 ] {406f3a20-c264-493f-9290-035482fe53c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6164 | 2025.02.06 05:14:15.703973 [ 5 ] {406f3a20-c264-493f-9290-035482fe53c0} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6165 | 2025.02.06 05:14:15.704014 [ 5 ] {406f3a20-c264-493f-9290-035482fe53c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6166 | 2025.02.06 05:14:15.704473 [ 5 ] {406f3a20-c264-493f-9290-035482fe53c0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6167 | 2025.02.06 05:14:15.704713 [ 5 ] {406f3a20-c264-493f-9290-035482fe53c0} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6168 | 2025.02.06 05:14:15.704978 [ 5 ] {406f3a20-c264-493f-9290-035482fe53c0} <Debug> executeQuery: Read 957 rows, 65.74 KiB in 0.002067 sec., 462989.84034833097 rows/sec., 31.06 MiB/sec. | ||
| 6169 | 2025.02.06 05:14:15.705106 [ 5 ] {406f3a20-c264-493f-9290-035482fe53c0} <Debug> TCPHandler: Processed in 0.002478372 sec. | ||
| 6170 | 2025.02.06 05:14:15.705355 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2025.02.06 05:14:15.705509 [ 255 ] {45f15b3b-8729-4b3f-90dc-79a6ab7e922f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6172 | 2025.02.06 05:14:15.705602 [ 255 ] {45f15b3b-8729-4b3f-90dc-79a6ab7e922f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6173 | 2025.02.06 05:14:15.706833 [ 255 ] {45f15b3b-8729-4b3f-90dc-79a6ab7e922f} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6174 | 2025.02.06 05:14:15.706872 [ 255 ] {45f15b3b-8729-4b3f-90dc-79a6ab7e922f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6175 | 2025.02.06 05:14:15.707496 [ 255 ] {45f15b3b-8729-4b3f-90dc-79a6ab7e922f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6176 | 2025.02.06 05:14:15.707749 [ 255 ] {45f15b3b-8729-4b3f-90dc-79a6ab7e922f} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2025.02.06 05:14:15.708015 [ 255 ] {45f15b3b-8729-4b3f-90dc-79a6ab7e922f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002534 sec., 5130.228887134965 rows/sec., 9.19 MiB/sec. | ||
| 6178 | 2025.02.06 05:14:15.708286 [ 255 ] {45f15b3b-8729-4b3f-90dc-79a6ab7e922f} <Debug> TCPHandler: Processed in 0.003070491 sec. | ||
| 6179 | 2025.02.06 05:14:15.708515 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6180 | 2025.02.06 05:14:15.708742 [ 5 ] {e2cce4d0-1d99-48d5-8995-5b2d8d6694e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6181 | 2025.02.06 05:14:15.708839 [ 5 ] {e2cce4d0-1d99-48d5-8995-5b2d8d6694e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6182 | 2025.02.06 05:14:15.709539 [ 5 ] {e2cce4d0-1d99-48d5-8995-5b2d8d6694e6} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6183 | 2025.02.06 05:14:15.709580 [ 5 ] {e2cce4d0-1d99-48d5-8995-5b2d8d6694e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6184 | 2025.02.06 05:14:15.709956 [ 5 ] {e2cce4d0-1d99-48d5-8995-5b2d8d6694e6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6185 | 2025.02.06 05:14:15.710194 [ 5 ] {e2cce4d0-1d99-48d5-8995-5b2d8d6694e6} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6186 | 2025.02.06 05:14:15.710445 [ 5 ] {e2cce4d0-1d99-48d5-8995-5b2d8d6694e6} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001758 sec., 22753.128555176336 rows/sec., 1.54 MiB/sec. | ||
| 6187 | 2025.02.06 05:14:15.710624 [ 5 ] {e2cce4d0-1d99-48d5-8995-5b2d8d6694e6} <Debug> TCPHandler: Processed in 0.002223983 sec. | ||
| 6188 | 2025.02.06 05:14:16.157578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 874 | ||
| 6189 | 2025.02.06 05:14:16.161094 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6190 | 2025.02.06 05:14:16.161155 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6191 | 2025.02.06 05:14:16.162667 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6192 | 2025.02.06 05:14:16.162996 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6193 | 2025.02.06 05:14:16.163711 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 874 | ||
| 6194 | 2025.02.06 05:14:17.653109 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6195 | 2025.02.06 05:14:17.653341 [ 255 ] {5183e954-c357-45cc-b50e-bb4a130fdb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6196 | 2025.02.06 05:14:17.653418 [ 255 ] {5183e954-c357-45cc-b50e-bb4a130fdb3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6197 | 2025.02.06 05:14:17.654233 [ 255 ] {5183e954-c357-45cc-b50e-bb4a130fdb3d} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6198 | 2025.02.06 05:14:17.654290 [ 255 ] {5183e954-c357-45cc-b50e-bb4a130fdb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6199 | 2025.02.06 05:14:17.654745 [ 255 ] {5183e954-c357-45cc-b50e-bb4a130fdb3d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6200 | 2025.02.06 05:14:17.655007 [ 255 ] {5183e954-c357-45cc-b50e-bb4a130fdb3d} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6201 | 2025.02.06 05:14:17.655213 [ 41 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6202 | 2025.02.06 05:14:17.655280 [ 255 ] {5183e954-c357-45cc-b50e-bb4a130fdb3d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001994 sec., 28084.252758274823 rows/sec., 2.14 MiB/sec. | ||
| 6203 | 2025.02.06 05:14:17.655309 [ 41 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6204 | 2025.02.06 05:14:17.655380 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6205 | 2025.02.06 05:14:17.655432 [ 255 ] {5183e954-c357-45cc-b50e-bb4a130fdb3d} <Debug> TCPHandler: Processed in 0.002466111 sec. | ||
| 6206 | 2025.02.06 05:14:17.655665 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 6207 | 2025.02.06 05:14:17.655781 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6208 | 2025.02.06 05:14:17.655853 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6209 | 2025.02.06 05:14:17.655910 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1431 rows starting from the beginning of the part | ||
| 6210 | 2025.02.06 05:14:17.656166 [ 5 ] {7944e3e7-50ae-4760-bb49-95f698152a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6211 | 2025.02.06 05:14:17.656197 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 256 rows starting from the beginning of the part | ||
| 6212 | 2025.02.06 05:14:17.656346 [ 5 ] {7944e3e7-50ae-4760-bb49-95f698152a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6213 | 2025.02.06 05:14:17.656591 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 6214 | 2025.02.06 05:14:17.656901 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 255 rows starting from the beginning of the part | ||
| 6215 | 2025.02.06 05:14:17.657237 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1227 rows starting from the beginning of the part | ||
| 6216 | 2025.02.06 05:14:17.657605 [ 189 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 6217 | 2025.02.06 05:14:17.659201 [ 5 ] {7944e3e7-50ae-4760-bb49-95f698152a0a} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6218 | 2025.02.06 05:14:17.659280 [ 5 ] {7944e3e7-50ae-4760-bb49-95f698152a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6219 | 2025.02.06 05:14:17.660326 [ 5 ] {7944e3e7-50ae-4760-bb49-95f698152a0a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6220 | 2025.02.06 05:14:17.660639 [ 5 ] {7944e3e7-50ae-4760-bb49-95f698152a0a} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6221 | 2025.02.06 05:14:17.660912 [ 41 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6222 | 2025.02.06 05:14:17.661011 [ 41 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6223 | 2025.02.06 05:14:17.661122 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6224 | 2025.02.06 05:14:17.661312 [ 5 ] {7944e3e7-50ae-4760-bb49-95f698152a0a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00524 sec., 12213.740458015267 rows/sec., 976.19 KiB/sec. | ||
| 6225 | 2025.02.06 05:14:17.661756 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 6226 | 2025.02.06 05:14:17.661802 [ 5 ] {7944e3e7-50ae-4760-bb49-95f698152a0a} <Debug> TCPHandler: Processed in 0.006197603 sec. | ||
| 6227 | 2025.02.06 05:14:17.661837 [ 191 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.006331888 sec., 522277.08386503364 rows/sec., 45.59 MiB/sec. | ||
| 6228 | 2025.02.06 05:14:17.662035 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6229 | 2025.02.06 05:14:17.662077 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6230 | 2025.02.06 05:14:17.662258 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 410 rows starting from the beginning of the part | ||
| 6231 | 2025.02.06 05:14:17.662329 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6232 | 2025.02.06 05:14:17.662695 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 77 rows starting from the beginning of the part | ||
| 6233 | 2025.02.06 05:14:17.662758 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6234 | 2025.02.06 05:14:17.662850 [ 255 ] {7fc801f2-2aab-4586-8a32-56d663c09bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6235 | 2025.02.06 05:14:17.663261 [ 255 ] {7fc801f2-2aab-4586-8a32-56d663c09bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6236 | 2025.02.06 05:14:17.663268 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 408 rows starting from the beginning of the part | ||
| 6237 | 2025.02.06 05:14:17.663776 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 543 rows starting from the beginning of the part | ||
| 6238 | 2025.02.06 05:14:17.664264 [ 190 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 6239 | 2025.02.06 05:14:17.664393 [ 200 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2025.02.06 05:14:17.665013 [ 200 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_46_9} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6241 | 2025.02.06 05:14:17.665354 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6242 | 2025.02.06 05:14:17.665999 [ 255 ] {7fc801f2-2aab-4586-8a32-56d663c09bae} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6243 | 2025.02.06 05:14:17.666054 [ 255 ] {7fc801f2-2aab-4586-8a32-56d663c09bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6244 | 2025.02.06 05:14:17.666624 [ 255 ] {7fc801f2-2aab-4586-8a32-56d663c09bae} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6245 | 2025.02.06 05:14:17.666975 [ 255 ] {7fc801f2-2aab-4586-8a32-56d663c09bae} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6246 | 2025.02.06 05:14:17.666999 [ 191 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005716357 sec., 422471.8645109114 rows/sec., 32.40 MiB/sec. | ||
| 6247 | 2025.02.06 05:14:17.667198 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6248 | 2025.02.06 05:14:17.667304 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6249 | 2025.02.06 05:14:17.667377 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6250 | 2025.02.06 05:14:17.667371 [ 191 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6251 | 2025.02.06 05:14:17.667483 [ 255 ] {7fc801f2-2aab-4586-8a32-56d663c09bae} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.0048 sec., 11250.000000000002 rows/sec., 803.02 KiB/sec. | ||
| 6252 | 2025.02.06 05:14:17.667793 [ 255 ] {7fc801f2-2aab-4586-8a32-56d663c09bae} <Debug> TCPHandler: Processed in 0.005632564 sec. | ||
| 6253 | 2025.02.06 05:14:17.668231 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 6254 | 2025.02.06 05:14:17.668231 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6255 | 2025.02.06 05:14:17.668347 [ 191 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6256 | 2025.02.06 05:14:17.668663 [ 5 ] {8644307e-78e7-465e-88b5-1d6cb0ade018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6257 | 2025.02.06 05:14:17.668680 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6258 | 2025.02.06 05:14:17.668694 [ 191 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_46_9} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6259 | 2025.02.06 05:14:17.668763 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11920 rows starting from the beginning of the part | ||
| 6260 | 2025.02.06 05:14:17.668774 [ 5 ] {8644307e-78e7-465e-88b5-1d6cb0ade018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6261 | 2025.02.06 05:14:17.669143 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 238 rows starting from the beginning of the part | ||
| 6262 | 2025.02.06 05:14:17.669554 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 6263 | 2025.02.06 05:14:17.669635 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6264 | 2025.02.06 05:14:17.670016 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
| 6265 | 2025.02.06 05:14:17.670331 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 957 rows starting from the beginning of the part | ||
| 6266 | 2025.02.06 05:14:17.670529 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 54 rows starting from the beginning of the part | ||
| 6267 | 2025.02.06 05:14:17.671111 [ 5 ] {8644307e-78e7-465e-88b5-1d6cb0ade018} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6268 | 2025.02.06 05:14:17.671158 [ 5 ] {8644307e-78e7-465e-88b5-1d6cb0ade018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6269 | 2025.02.06 05:14:17.671737 [ 5 ] {8644307e-78e7-465e-88b5-1d6cb0ade018} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6270 | 2025.02.06 05:14:17.672131 [ 5 ] {8644307e-78e7-465e-88b5-1d6cb0ade018} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6271 | 2025.02.06 05:14:17.672352 [ 41 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6272 | 2025.02.06 05:14:17.672467 [ 41 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6273 | 2025.02.06 05:14:17.672565 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6274 | 2025.02.06 05:14:17.672580 [ 5 ] {8644307e-78e7-465e-88b5-1d6cb0ade018} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.004012 sec., 4985.044865403789 rows/sec., 342.72 KiB/sec. | ||
| 6275 | 2025.02.06 05:14:17.672968 [ 5 ] {8644307e-78e7-465e-88b5-1d6cb0ade018} <Debug> TCPHandler: Processed in 0.004997734 sec. | ||
| 6276 | 2025.02.06 05:14:17.673146 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 6277 | 2025.02.06 05:14:17.673456 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6278 | 2025.02.06 05:14:17.673527 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2234 rows starting from the beginning of the part | ||
| 6279 | 2025.02.06 05:14:17.673713 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 6280 | 2025.02.06 05:14:17.673938 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 6281 | 2025.02.06 05:14:17.674194 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
| 6282 | 2025.02.06 05:14:17.674279 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 6283 | 2025.02.06 05:14:17.674650 [ 191 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 20 rows starting from the beginning of the part | ||
| 6284 | 2025.02.06 05:14:17.676509 [ 188 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13566 rows, containing 5 columns (5 merged, 0 gathered) in 0.008885771 sec., 1526710.5127962446 rows/sec., 103.09 MiB/sec. | ||
| 6285 | 2025.02.06 05:14:17.676837 [ 188 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2518 rows, containing 4 columns (4 merged, 0 gathered) in 0.004114174 sec., 612030.5072172446 rows/sec., 39.95 MiB/sec. | ||
| 6286 | 2025.02.06 05:14:17.677022 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6287 | 2025.02.06 05:14:17.677217 [ 188 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6288 | 2025.02.06 05:14:17.677478 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6289 | 2025.02.06 05:14:17.677631 [ 202 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6290 | 2025.02.06 05:14:17.677808 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6291 | 2025.02.06 05:14:17.677823 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
| 6292 | 2025.02.06 05:14:17.677954 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_46_9} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6293 | 2025.02.06 05:14:17.678052 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 6294 | 2025.02.06 05:14:18.606760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 6295 | 2025.02.06 05:14:18.607412 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6296 | 2025.02.06 05:14:18.607461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6297 | 2025.02.06 05:14:18.607990 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6298 | 2025.02.06 05:14:18.608245 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6299 | 2025.02.06 05:14:18.608469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 6300 | 2025.02.06 05:14:19.510911 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 6301 | 2025.02.06 05:14:19.529816 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6302 | 2025.02.06 05:14:19.529872 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6303 | 2025.02.06 05:14:19.536997 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6304 | 2025.02.06 05:14:19.537771 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6305 | 2025.02.06 05:14:19.540581 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 6306 | 2025.02.06 05:14:22.663118 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6307 | 2025.02.06 05:14:22.663328 [ 255 ] {d709f7e7-8b1a-4d34-a23a-a56a177623ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6308 | 2025.02.06 05:14:22.663402 [ 255 ] {d709f7e7-8b1a-4d34-a23a-a56a177623ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6309 | 2025.02.06 05:14:22.664161 [ 255 ] {d709f7e7-8b1a-4d34-a23a-a56a177623ec} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6310 | 2025.02.06 05:14:22.664211 [ 255 ] {d709f7e7-8b1a-4d34-a23a-a56a177623ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6311 | 2025.02.06 05:14:22.664673 [ 255 ] {d709f7e7-8b1a-4d34-a23a-a56a177623ec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6312 | 2025.02.06 05:14:22.664942 [ 255 ] {d709f7e7-8b1a-4d34-a23a-a56a177623ec} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6313 | 2025.02.06 05:14:22.665125 [ 28 ] {} <Debug> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6314 | 2025.02.06 05:14:22.665205 [ 255 ] {d709f7e7-8b1a-4d34-a23a-a56a177623ec} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 6315 | 2025.02.06 05:14:22.665211 [ 28 ] {} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6316 | 2025.02.06 05:14:22.665282 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6317 | 2025.02.06 05:14:22.665346 [ 255 ] {d709f7e7-8b1a-4d34-a23a-a56a177623ec} <Debug> TCPHandler: Processed in 0.002351227 sec. | ||
| 6318 | 2025.02.06 05:14:22.665706 [ 198 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 6319 | 2025.02.06 05:14:22.665859 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6320 | 2025.02.06 05:14:22.666064 [ 198 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6321 | 2025.02.06 05:14:22.666134 [ 198 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 6322 | 2025.02.06 05:14:22.666411 [ 198 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 6323 | 2025.02.06 05:14:22.666443 [ 5 ] {0e2edade-7aa9-4abe-9416-136e7d2b6e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6324 | 2025.02.06 05:14:22.666685 [ 5 ] {0e2edade-7aa9-4abe-9416-136e7d2b6e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6325 | 2025.02.06 05:14:22.666710 [ 198 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 6326 | 2025.02.06 05:14:22.667152 [ 198 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 6327 | 2025.02.06 05:14:22.667390 [ 198 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::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 | ||
| 6328 | 2025.02.06 05:14:22.669630 [ 5 ] {0e2edade-7aa9-4abe-9416-136e7d2b6e09} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6329 | 2025.02.06 05:14:22.669714 [ 5 ] {0e2edade-7aa9-4abe-9416-136e7d2b6e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6330 | 2025.02.06 05:14:22.669979 [ 198 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004597201 sec., 15226.656393749152 rows/sec., 1.13 MiB/sec. | ||
| 6331 | 2025.02.06 05:14:22.670193 [ 202 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6332 | 2025.02.06 05:14:22.670678 [ 5 ] {0e2edade-7aa9-4abe-9416-136e7d2b6e09} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6333 | 2025.02.06 05:14:22.670745 [ 202 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_17_4} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6334 | 2025.02.06 05:14:22.670908 [ 202 ] {c2be259a-435a-4b1d-87ed-8c57c2791c6b::all_1_17_4} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6335 | 2025.02.06 05:14:22.671047 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6336 | 2025.02.06 05:14:22.671142 [ 5 ] {0e2edade-7aa9-4abe-9416-136e7d2b6e09} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6337 | 2025.02.06 05:14:22.671401 [ 5 ] {0e2edade-7aa9-4abe-9416-136e7d2b6e09} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.005198 sec., 49057.32974220854 rows/sec., 4.29 MiB/sec. | ||
| 6338 | 2025.02.06 05:14:22.671542 [ 5 ] {0e2edade-7aa9-4abe-9416-136e7d2b6e09} <Debug> TCPHandler: Processed in 0.006014857 sec. | ||
| 6339 | 2025.02.06 05:14:22.671742 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6340 | 2025.02.06 05:14:22.671868 [ 255 ] {e855fc40-1fab-482f-8fa3-ce60acc312e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6341 | 2025.02.06 05:14:22.671924 [ 255 ] {e855fc40-1fab-482f-8fa3-ce60acc312e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6342 | 2025.02.06 05:14:22.672568 [ 255 ] {e855fc40-1fab-482f-8fa3-ce60acc312e9} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2025.02.06 05:14:22.672609 [ 255 ] {e855fc40-1fab-482f-8fa3-ce60acc312e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6344 | 2025.02.06 05:14:22.672983 [ 255 ] {e855fc40-1fab-482f-8fa3-ce60acc312e9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6345 | 2025.02.06 05:14:22.673229 [ 255 ] {e855fc40-1fab-482f-8fa3-ce60acc312e9} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6346 | 2025.02.06 05:14:22.673447 [ 255 ] {e855fc40-1fab-482f-8fa3-ce60acc312e9} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001609 sec., 20509.633312616534 rows/sec., 1.46 MiB/sec. | ||
| 6347 | 2025.02.06 05:14:22.673503 [ 255 ] {e855fc40-1fab-482f-8fa3-ce60acc312e9} <Debug> TCPHandler: Processed in 0.00184959 sec. | ||
| 6348 | 2025.02.06 05:14:22.673674 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6349 | 2025.02.06 05:14:22.673818 [ 5 ] {b947fbc7-dfdd-4da4-9469-a2438e639ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6350 | 2025.02.06 05:14:22.673879 [ 5 ] {b947fbc7-dfdd-4da4-9469-a2438e639ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6351 | 2025.02.06 05:14:22.674551 [ 5 ] {b947fbc7-dfdd-4da4-9469-a2438e639ad3} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6352 | 2025.02.06 05:14:22.674591 [ 5 ] {b947fbc7-dfdd-4da4-9469-a2438e639ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6353 | 2025.02.06 05:14:22.674939 [ 5 ] {b947fbc7-dfdd-4da4-9469-a2438e639ad3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6354 | 2025.02.06 05:14:22.675185 [ 5 ] {b947fbc7-dfdd-4da4-9469-a2438e639ad3} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2025.02.06 05:14:22.675400 [ 5 ] {b947fbc7-dfdd-4da4-9469-a2438e639ad3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001616 sec., 8663.366336633664 rows/sec., 606.73 KiB/sec. | ||
| 6356 | 2025.02.06 05:14:22.675529 [ 5 ] {b947fbc7-dfdd-4da4-9469-a2438e639ad3} <Debug> TCPHandler: Processed in 0.001924703 sec. | ||
| 6357 | 2025.02.06 05:14:22.675684 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6358 | 2025.02.06 05:14:22.675822 [ 255 ] {b7d0e208-e0a3-4987-b826-61b72fecadb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6359 | 2025.02.06 05:14:22.675883 [ 255 ] {b7d0e208-e0a3-4987-b826-61b72fecadb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6360 | 2025.02.06 05:14:22.676559 [ 255 ] {b7d0e208-e0a3-4987-b826-61b72fecadb2} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2025.02.06 05:14:22.676599 [ 255 ] {b7d0e208-e0a3-4987-b826-61b72fecadb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6362 | 2025.02.06 05:14:22.676949 [ 255 ] {b7d0e208-e0a3-4987-b826-61b72fecadb2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6363 | 2025.02.06 05:14:22.677187 [ 255 ] {b7d0e208-e0a3-4987-b826-61b72fecadb2} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2025.02.06 05:14:22.677341 [ 28 ] {} <Debug> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6365 | 2025.02.06 05:14:22.677398 [ 28 ] {} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6366 | 2025.02.06 05:14:22.677426 [ 255 ] {b7d0e208-e0a3-4987-b826-61b72fecadb2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001623 sec., 8009.858287122612 rows/sec., 499.41 KiB/sec. | ||
| 6367 | 2025.02.06 05:14:22.677433 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6368 | 2025.02.06 05:14:22.677587 [ 255 ] {b7d0e208-e0a3-4987-b826-61b72fecadb2} <Debug> TCPHandler: Processed in 0.001964985 sec. | ||
| 6369 | 2025.02.06 05:14:22.677869 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 6370 | 2025.02.06 05:14:22.677901 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6371 | 2025.02.06 05:14:22.678292 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6372 | 2025.02.06 05:14:22.678306 [ 5 ] {38d2ad57-b19e-45e4-991e-6e3308ace3a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6373 | 2025.02.06 05:14:22.678380 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 6374 | 2025.02.06 05:14:22.678454 [ 5 ] {38d2ad57-b19e-45e4-991e-6e3308ace3a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6375 | 2025.02.06 05:14:22.678795 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 6376 | 2025.02.06 05:14:22.679105 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 6377 | 2025.02.06 05:14:22.679500 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 6378 | 2025.02.06 05:14:22.679939 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::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 | ||
| 6379 | 2025.02.06 05:14:22.681585 [ 5 ] {38d2ad57-b19e-45e4-991e-6e3308ace3a7} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2025.02.06 05:14:22.681659 [ 5 ] {38d2ad57-b19e-45e4-991e-6e3308ace3a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6381 | 2025.02.06 05:14:22.682355 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004746656 sec., 13693.85099741797 rows/sec., 907.30 KiB/sec. | ||
| 6382 | 2025.02.06 05:14:22.682578 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6383 | 2025.02.06 05:14:22.682639 [ 5 ] {38d2ad57-b19e-45e4-991e-6e3308ace3a7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6384 | 2025.02.06 05:14:22.683070 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_17_4} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2025.02.06 05:14:22.683092 [ 5 ] {38d2ad57-b19e-45e4-991e-6e3308ace3a7} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6386 | 2025.02.06 05:14:22.683260 [ 199 ] {e1072f7a-338c-4002-a431-ca653c7392c8::all_1_17_4} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6387 | 2025.02.06 05:14:22.683480 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6388 | 2025.02.06 05:14:22.683529 [ 5 ] {38d2ad57-b19e-45e4-991e-6e3308ace3a7} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.005356 sec., 76176.25093353249 rows/sec., 5.43 MiB/sec. | ||
| 6389 | 2025.02.06 05:14:22.683597 [ 5 ] {38d2ad57-b19e-45e4-991e-6e3308ace3a7} <Debug> TCPHandler: Processed in 0.005885003 sec. | ||
| 6390 | 2025.02.06 05:14:22.683761 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2025.02.06 05:14:22.683900 [ 255 ] {f84c7c9d-467c-4c4a-a38d-5be35e4960b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6392 | 2025.02.06 05:14:22.683961 [ 255 ] {f84c7c9d-467c-4c4a-a38d-5be35e4960b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6393 | 2025.02.06 05:14:22.684524 [ 255 ] {f84c7c9d-467c-4c4a-a38d-5be35e4960b7} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2025.02.06 05:14:22.684563 [ 255 ] {f84c7c9d-467c-4c4a-a38d-5be35e4960b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6395 | 2025.02.06 05:14:22.684934 [ 255 ] {f84c7c9d-467c-4c4a-a38d-5be35e4960b7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6396 | 2025.02.06 05:14:22.685184 [ 255 ] {f84c7c9d-467c-4c4a-a38d-5be35e4960b7} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2025.02.06 05:14:22.685394 [ 255 ] {f84c7c9d-467c-4c4a-a38d-5be35e4960b7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 6398 | 2025.02.06 05:14:22.685446 [ 255 ] {f84c7c9d-467c-4c4a-a38d-5be35e4960b7} <Debug> TCPHandler: Processed in 0.001751487 sec. | ||
| 6399 | 2025.02.06 05:14:22.685653 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6400 | 2025.02.06 05:14:22.685874 [ 5 ] {c947a39f-4068-47bf-baeb-6e1ff7370c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6401 | 2025.02.06 05:14:22.685971 [ 5 ] {c947a39f-4068-47bf-baeb-6e1ff7370c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6402 | 2025.02.06 05:14:22.686772 [ 5 ] {c947a39f-4068-47bf-baeb-6e1ff7370c3a} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6403 | 2025.02.06 05:14:22.686810 [ 5 ] {c947a39f-4068-47bf-baeb-6e1ff7370c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6404 | 2025.02.06 05:14:22.687200 [ 5 ] {c947a39f-4068-47bf-baeb-6e1ff7370c3a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6405 | 2025.02.06 05:14:22.687430 [ 5 ] {c947a39f-4068-47bf-baeb-6e1ff7370c3a} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6406 | 2025.02.06 05:14:22.687629 [ 5 ] {c947a39f-4068-47bf-baeb-6e1ff7370c3a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001812 sec., 130794.70198675497 rows/sec., 8.77 MiB/sec. | ||
| 6407 | 2025.02.06 05:14:22.687680 [ 5 ] {c947a39f-4068-47bf-baeb-6e1ff7370c3a} <Debug> TCPHandler: Processed in 0.00213737 sec. | ||
| 6408 | 2025.02.06 05:14:22.687829 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6409 | 2025.02.06 05:14:22.687967 [ 255 ] {e17fd81e-3e31-4e18-b00a-90e43ea4bd49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6410 | 2025.02.06 05:14:22.688029 [ 255 ] {e17fd81e-3e31-4e18-b00a-90e43ea4bd49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6411 | 2025.02.06 05:14:22.688565 [ 255 ] {e17fd81e-3e31-4e18-b00a-90e43ea4bd49} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6412 | 2025.02.06 05:14:22.688605 [ 255 ] {e17fd81e-3e31-4e18-b00a-90e43ea4bd49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6413 | 2025.02.06 05:14:22.688959 [ 255 ] {e17fd81e-3e31-4e18-b00a-90e43ea4bd49} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6414 | 2025.02.06 05:14:22.689204 [ 255 ] {e17fd81e-3e31-4e18-b00a-90e43ea4bd49} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6415 | 2025.02.06 05:14:22.689405 [ 255 ] {e17fd81e-3e31-4e18-b00a-90e43ea4bd49} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001469 sec., 680.7351940095302 rows/sec., 45.87 KiB/sec. | ||
| 6416 | 2025.02.06 05:14:22.689455 [ 255 ] {e17fd81e-3e31-4e18-b00a-90e43ea4bd49} <Debug> TCPHandler: Processed in 0.001693206 sec. | ||
| 6417 | 2025.02.06 05:14:22.689605 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6418 | 2025.02.06 05:14:22.689743 [ 5 ] {bf8e9156-b795-41fe-9571-907dea373abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6419 | 2025.02.06 05:14:22.689836 [ 5 ] {bf8e9156-b795-41fe-9571-907dea373abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6420 | 2025.02.06 05:14:22.691078 [ 5 ] {bf8e9156-b795-41fe-9571-907dea373abf} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6421 | 2025.02.06 05:14:22.691118 [ 5 ] {bf8e9156-b795-41fe-9571-907dea373abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6422 | 2025.02.06 05:14:22.691730 [ 5 ] {bf8e9156-b795-41fe-9571-907dea373abf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6423 | 2025.02.06 05:14:22.691981 [ 5 ] {bf8e9156-b795-41fe-9571-907dea373abf} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6424 | 2025.02.06 05:14:22.692220 [ 5 ] {bf8e9156-b795-41fe-9571-907dea373abf} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002507 sec., 10370.961308336657 rows/sec., 18.58 MiB/sec. | ||
| 6425 | 2025.02.06 05:14:22.692312 [ 5 ] {bf8e9156-b795-41fe-9571-907dea373abf} <Debug> TCPHandler: Processed in 0.002775431 sec. | ||
| 6426 | 2025.02.06 05:14:22.692467 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6427 | 2025.02.06 05:14:22.692604 [ 255 ] {f555a55a-9d2a-450e-be89-f19bf3fa2925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6428 | 2025.02.06 05:14:22.692663 [ 255 ] {f555a55a-9d2a-450e-be89-f19bf3fa2925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6429 | 2025.02.06 05:14:22.693251 [ 255 ] {f555a55a-9d2a-450e-be89-f19bf3fa2925} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2025.02.06 05:14:22.693297 [ 255 ] {f555a55a-9d2a-450e-be89-f19bf3fa2925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6431 | 2025.02.06 05:14:22.693689 [ 255 ] {f555a55a-9d2a-450e-be89-f19bf3fa2925} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6432 | 2025.02.06 05:14:22.693925 [ 255 ] {f555a55a-9d2a-450e-be89-f19bf3fa2925} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6433 | 2025.02.06 05:14:22.694143 [ 255 ] {f555a55a-9d2a-450e-be89-f19bf3fa2925} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001565 sec., 52396.1661341853 rows/sec., 3.33 MiB/sec. | ||
| 6434 | 2025.02.06 05:14:22.694246 [ 255 ] {f555a55a-9d2a-450e-be89-f19bf3fa2925} <Debug> TCPHandler: Processed in 0.00184298 sec. | ||
| 6435 | 2025.02.06 05:14:25.953791 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6436 | 2025.02.06 05:14:25.953843 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6437 | 2025.02.06 05:14:26.109503 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 6438 | 2025.02.06 05:14:26.110192 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6439 | 2025.02.06 05:14:26.110231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6440 | 2025.02.06 05:14:26.110757 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6441 | 2025.02.06 05:14:26.111018 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6442 | 2025.02.06 05:14:26.111259 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 6443 | 2025.02.06 05:14:26.164823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 904 | ||
| 6444 | 2025.02.06 05:14:26.167850 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6445 | 2025.02.06 05:14:26.167898 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6446 | 2025.02.06 05:14:26.169349 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6447 | 2025.02.06 05:14:26.169656 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6448 | 2025.02.06 05:14:26.169915 [ 51 ] {} <Debug> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6449 | 2025.02.06 05:14:26.170055 [ 51 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6450 | 2025.02.06 05:14:26.170175 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6451 | 2025.02.06 05:14:26.170785 [ 194 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::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 | ||
| 6452 | 2025.02.06 05:14:26.171596 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 904 | ||
| 6453 | 2025.02.06 05:14:26.171976 [ 194 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6454 | 2025.02.06 05:14:26.172112 [ 194 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 710 rows starting from the beginning of the part | ||
| 6455 | 2025.02.06 05:14:26.172762 [ 194 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
| 6456 | 2025.02.06 05:14:26.173407 [ 194 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 6457 | 2025.02.06 05:14:26.173958 [ 194 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
| 6458 | 2025.02.06 05:14:26.174462 [ 194 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 50 rows starting from the beginning of the part | ||
| 6459 | 2025.02.06 05:14:26.175048 [ 194 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 6460 | 2025.02.06 05:14:26.182689 [ 187 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 72 columns (72 merged, 0 gathered) in 0.012342404 sec., 73243.42972406348 rows/sec., 60.53 MiB/sec. | ||
| 6461 | 2025.02.06 05:14:26.184136 [ 193 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6462 | 2025.02.06 05:14:26.184969 [ 193 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2025.02.06 05:14:26.185076 [ 193 ] {b39bf0d6-0b16-48d9-be5d-d9f8a32ec208::all_1_21_4} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6464 | 2025.02.06 05:14:26.185398 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 6465 | 2025.02.06 05:14:27.041558 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 6466 | 2025.02.06 05:14:27.061184 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6467 | 2025.02.06 05:14:27.061237 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6468 | 2025.02.06 05:14:27.068751 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6469 | 2025.02.06 05:14:27.069524 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6470 | 2025.02.06 05:14:27.072039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 6471 | 2025.02.06 05:14:27.658308 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6472 | 2025.02.06 05:14:27.658518 [ 255 ] {3a49b4e3-a597-4467-afee-7c26e662c16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6473 | 2025.02.06 05:14:27.658603 [ 255 ] {3a49b4e3-a597-4467-afee-7c26e662c16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6474 | 2025.02.06 05:14:27.659437 [ 255 ] {3a49b4e3-a597-4467-afee-7c26e662c16f} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6475 | 2025.02.06 05:14:27.659488 [ 255 ] {3a49b4e3-a597-4467-afee-7c26e662c16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6476 | 2025.02.06 05:14:27.659939 [ 255 ] {3a49b4e3-a597-4467-afee-7c26e662c16f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6477 | 2025.02.06 05:14:27.660217 [ 255 ] {3a49b4e3-a597-4467-afee-7c26e662c16f} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6478 | 2025.02.06 05:14:27.660484 [ 255 ] {3a49b4e3-a597-4467-afee-7c26e662c16f} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002019 sec., 40614.165428429915 rows/sec., 3.36 MiB/sec. | ||
| 6479 | 2025.02.06 05:14:27.660609 [ 255 ] {3a49b4e3-a597-4467-afee-7c26e662c16f} <Debug> TCPHandler: Processed in 0.002434829 sec. | ||
| 6480 | 2025.02.06 05:14:27.661709 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6481 | 2025.02.06 05:14:27.661924 [ 5 ] {d8aa55a3-83b9-48e7-830c-cc5b332cb366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6482 | 2025.02.06 05:14:27.662004 [ 5 ] {d8aa55a3-83b9-48e7-830c-cc5b332cb366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6483 | 2025.02.06 05:14:27.662806 [ 5 ] {d8aa55a3-83b9-48e7-830c-cc5b332cb366} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6484 | 2025.02.06 05:14:27.662850 [ 5 ] {d8aa55a3-83b9-48e7-830c-cc5b332cb366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6485 | 2025.02.06 05:14:27.663293 [ 5 ] {d8aa55a3-83b9-48e7-830c-cc5b332cb366} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6486 | 2025.02.06 05:14:27.663549 [ 5 ] {d8aa55a3-83b9-48e7-830c-cc5b332cb366} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6487 | 2025.02.06 05:14:27.663698 [ 48 ] {} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6488 | 2025.02.06 05:14:27.663744 [ 48 ] {} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2025.02.06 05:14:27.663766 [ 5 ] {d8aa55a3-83b9-48e7-830c-cc5b332cb366} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001897 sec., 6852.925672113864 rows/sec., 515.31 KiB/sec. | ||
| 6490 | 2025.02.06 05:14:27.663770 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6491 | 2025.02.06 05:14:27.663906 [ 5 ] {d8aa55a3-83b9-48e7-830c-cc5b332cb366} <Debug> TCPHandler: Processed in 0.002327566 sec. | ||
| 6492 | 2025.02.06 05:14:27.664251 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6493 | 2025.02.06 05:14:27.664582 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 6494 | 2025.02.06 05:14:27.664661 [ 255 ] {f222d31c-f1d2-419e-a20a-de484ef96112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6495 | 2025.02.06 05:14:27.664826 [ 255 ] {f222d31c-f1d2-419e-a20a-de484ef96112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6496 | 2025.02.06 05:14:27.665051 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6497 | 2025.02.06 05:14:27.665128 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 64 rows starting from the beginning of the part | ||
| 6498 | 2025.02.06 05:14:27.665439 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 6499 | 2025.02.06 05:14:27.666003 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part | ||
| 6500 | 2025.02.06 05:14:27.666352 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
| 6501 | 2025.02.06 05:14:27.666730 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part | ||
| 6502 | 2025.02.06 05:14:27.667122 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 6503 | 2025.02.06 05:14:27.667846 [ 255 ] {f222d31c-f1d2-419e-a20a-de484ef96112} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6504 | 2025.02.06 05:14:27.667896 [ 255 ] {f222d31c-f1d2-419e-a20a-de484ef96112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6505 | 2025.02.06 05:14:27.668987 [ 255 ] {f222d31c-f1d2-419e-a20a-de484ef96112} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6506 | 2025.02.06 05:14:27.669562 [ 255 ] {f222d31c-f1d2-419e-a20a-de484ef96112} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2025.02.06 05:14:27.670055 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.00611456 sec., 29274.38769101947 rows/sec., 2.20 MiB/sec. | ||
| 6508 | 2025.02.06 05:14:27.670197 [ 255 ] {f222d31c-f1d2-419e-a20a-de484ef96112} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.005609 sec., 13727.937243715456 rows/sec., 1.07 MiB/sec. | ||
| 6509 | 2025.02.06 05:14:27.670283 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6510 | 2025.02.06 05:14:27.670339 [ 255 ] {f222d31c-f1d2-419e-a20a-de484ef96112} <Debug> TCPHandler: Processed in 0.006273885 sec. | ||
| 6511 | 2025.02.06 05:14:27.670590 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6512 | 2025.02.06 05:14:27.670688 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6513 | 2025.02.06 05:14:27.670842 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_36_7} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6514 | 2025.02.06 05:14:27.670842 [ 5 ] {d3ad0773-8978-4169-874a-194f7284267e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6515 | 2025.02.06 05:14:27.670975 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6516 | 2025.02.06 05:14:27.670982 [ 5 ] {d3ad0773-8978-4169-874a-194f7284267e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6517 | 2025.02.06 05:14:27.671636 [ 5 ] {d3ad0773-8978-4169-874a-194f7284267e} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6518 | 2025.02.06 05:14:27.671675 [ 5 ] {d3ad0773-8978-4169-874a-194f7284267e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6519 | 2025.02.06 05:14:27.672093 [ 5 ] {d3ad0773-8978-4169-874a-194f7284267e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6520 | 2025.02.06 05:14:27.672327 [ 5 ] {d3ad0773-8978-4169-874a-194f7284267e} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6521 | 2025.02.06 05:14:27.672512 [ 5 ] {d3ad0773-8978-4169-874a-194f7284267e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001735 sec., 92219.02017291066 rows/sec., 6.42 MiB/sec. | ||
| 6522 | 2025.02.06 05:14:27.672570 [ 5 ] {d3ad0773-8978-4169-874a-194f7284267e} <Debug> TCPHandler: Processed in 0.002109769 sec. | ||
| 6523 | 2025.02.06 05:14:27.672752 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6524 | 2025.02.06 05:14:27.672894 [ 255 ] {84896547-fce0-4c59-8bab-92eb7623152f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6525 | 2025.02.06 05:14:27.672993 [ 255 ] {84896547-fce0-4c59-8bab-92eb7623152f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6526 | 2025.02.06 05:14:27.674220 [ 255 ] {84896547-fce0-4c59-8bab-92eb7623152f} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6527 | 2025.02.06 05:14:27.674260 [ 255 ] {84896547-fce0-4c59-8bab-92eb7623152f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6528 | 2025.02.06 05:14:27.674906 [ 255 ] {84896547-fce0-4c59-8bab-92eb7623152f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6529 | 2025.02.06 05:14:27.675161 [ 255 ] {84896547-fce0-4c59-8bab-92eb7623152f} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2025.02.06 05:14:27.675379 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6531 | 2025.02.06 05:14:27.675459 [ 255 ] {84896547-fce0-4c59-8bab-92eb7623152f} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.00259 sec., 5019.305019305019 rows/sec., 8.99 MiB/sec. | ||
| 6532 | 2025.02.06 05:14:27.675468 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2025.02.06 05:14:27.675579 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6534 | 2025.02.06 05:14:27.675912 [ 255 ] {84896547-fce0-4c59-8bab-92eb7623152f} <Debug> TCPHandler: Processed in 0.003224665 sec. | ||
| 6535 | 2025.02.06 05:14:27.676039 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 6536 | 2025.02.06 05:14:27.676213 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6537 | 2025.02.06 05:14:27.676688 [ 5 ] {c98fb9a4-1cd7-4c80-8654-004485ef1b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6538 | 2025.02.06 05:14:27.676889 [ 5 ] {c98fb9a4-1cd7-4c80-8654-004485ef1b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6539 | 2025.02.06 05:14:27.677642 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6540 | 2025.02.06 05:14:27.677755 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 568 rows starting from the beginning of the part | ||
| 6541 | 2025.02.06 05:14:27.678192 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 6542 | 2025.02.06 05:14:27.678553 [ 5 ] {c98fb9a4-1cd7-4c80-8654-004485ef1b9b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2025.02.06 05:14:27.678600 [ 5 ] {c98fb9a4-1cd7-4c80-8654-004485ef1b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6544 | 2025.02.06 05:14:27.678622 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part | ||
| 6545 | 2025.02.06 05:14:27.679051 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 6546 | 2025.02.06 05:14:27.679347 [ 5 ] {c98fb9a4-1cd7-4c80-8654-004485ef1b9b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6547 | 2025.02.06 05:14:27.679424 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part | ||
| 6548 | 2025.02.06 05:14:27.679768 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 6549 | 2025.02.06 05:14:27.679788 [ 5 ] {c98fb9a4-1cd7-4c80-8654-004485ef1b9b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6550 | 2025.02.06 05:14:27.680391 [ 5 ] {c98fb9a4-1cd7-4c80-8654-004485ef1b9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003856 sec., 15560.165975103735 rows/sec., 1.05 MiB/sec. | ||
| 6551 | 2025.02.06 05:14:27.680825 [ 5 ] {c98fb9a4-1cd7-4c80-8654-004485ef1b9b} <Debug> TCPHandler: Processed in 0.004777926 sec. | ||
| 6552 | 2025.02.06 05:14:27.686164 [ 195 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 659 rows, containing 19 columns (19 merged, 0 gathered) in 0.010440012 sec., 63122.53280934926 rows/sec., 113.11 MiB/sec. | ||
| 6553 | 2025.02.06 05:14:27.687066 [ 190 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6554 | 2025.02.06 05:14:27.687499 [ 190 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2025.02.06 05:14:27.687578 [ 190 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6556 | 2025.02.06 05:14:27.687731 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 6557 | 2025.02.06 05:14:28.001167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.00 MiB, peak 205.44 MiB, free memory in arenas 0.00 B, will set to 199.13 MiB (RSS), difference: 1.14 MiB | ||
| 6558 | 2025.02.06 05:14:32.664289 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6559 | 2025.02.06 05:14:32.664493 [ 255 ] {ca500b22-50cb-4136-adc1-02472e0aded2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6560 | 2025.02.06 05:14:32.664565 [ 255 ] {ca500b22-50cb-4136-adc1-02472e0aded2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6561 | 2025.02.06 05:14:32.665308 [ 255 ] {ca500b22-50cb-4136-adc1-02472e0aded2} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6562 | 2025.02.06 05:14:32.665354 [ 255 ] {ca500b22-50cb-4136-adc1-02472e0aded2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6563 | 2025.02.06 05:14:32.665789 [ 255 ] {ca500b22-50cb-4136-adc1-02472e0aded2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6564 | 2025.02.06 05:14:32.666054 [ 255 ] {ca500b22-50cb-4136-adc1-02472e0aded2} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6565 | 2025.02.06 05:14:32.666279 [ 255 ] {ca500b22-50cb-4136-adc1-02472e0aded2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec. | ||
| 6566 | 2025.02.06 05:14:32.666339 [ 255 ] {ca500b22-50cb-4136-adc1-02472e0aded2} <Debug> TCPHandler: Processed in 0.002175371 sec. | ||
| 6567 | 2025.02.06 05:14:32.666605 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6568 | 2025.02.06 05:14:32.666812 [ 5 ] {55ace8af-343b-4f06-b05f-0198b04d952e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6569 | 2025.02.06 05:14:32.666894 [ 5 ] {55ace8af-343b-4f06-b05f-0198b04d952e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6570 | 2025.02.06 05:14:32.667751 [ 5 ] {55ace8af-343b-4f06-b05f-0198b04d952e} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6571 | 2025.02.06 05:14:32.667805 [ 5 ] {55ace8af-343b-4f06-b05f-0198b04d952e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6572 | 2025.02.06 05:14:32.668239 [ 5 ] {55ace8af-343b-4f06-b05f-0198b04d952e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6573 | 2025.02.06 05:14:32.668495 [ 5 ] {55ace8af-343b-4f06-b05f-0198b04d952e} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6574 | 2025.02.06 05:14:32.668779 [ 5 ] {55ace8af-343b-4f06-b05f-0198b04d952e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002023 sec., 2965.8922392486406 rows/sec., 241.85 KiB/sec. | ||
| 6575 | 2025.02.06 05:14:32.668949 [ 5 ] {55ace8af-343b-4f06-b05f-0198b04d952e} <Debug> TCPHandler: Processed in 0.002486332 sec. | ||
| 6576 | 2025.02.06 05:14:32.669115 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6577 | 2025.02.06 05:14:32.669231 [ 255 ] {ce230339-dedb-4bae-a77b-7dd0380095dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6578 | 2025.02.06 05:14:32.669281 [ 255 ] {ce230339-dedb-4bae-a77b-7dd0380095dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6579 | 2025.02.06 05:14:32.669997 [ 255 ] {ce230339-dedb-4bae-a77b-7dd0380095dd} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6580 | 2025.02.06 05:14:32.670037 [ 255 ] {ce230339-dedb-4bae-a77b-7dd0380095dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6581 | 2025.02.06 05:14:32.670420 [ 255 ] {ce230339-dedb-4bae-a77b-7dd0380095dd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6582 | 2025.02.06 05:14:32.670662 [ 255 ] {ce230339-dedb-4bae-a77b-7dd0380095dd} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6583 | 2025.02.06 05:14:32.670879 [ 255 ] {ce230339-dedb-4bae-a77b-7dd0380095dd} <Debug> executeQuery: Read 258 rows, 23.04 KiB in 0.001667 sec., 154769.04619076184 rows/sec., 13.50 MiB/sec. | ||
| 6584 | 2025.02.06 05:14:32.670976 [ 255 ] {ce230339-dedb-4bae-a77b-7dd0380095dd} <Debug> TCPHandler: Processed in 0.001920712 sec. | ||
| 6585 | 2025.02.06 05:14:32.671177 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6586 | 2025.02.06 05:14:32.671318 [ 5 ] {3399b1e7-160c-4b42-aecd-bd52afcc9df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6587 | 2025.02.06 05:14:32.671370 [ 5 ] {3399b1e7-160c-4b42-aecd-bd52afcc9df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6588 | 2025.02.06 05:14:32.671979 [ 5 ] {3399b1e7-160c-4b42-aecd-bd52afcc9df7} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2025.02.06 05:14:32.672018 [ 5 ] {3399b1e7-160c-4b42-aecd-bd52afcc9df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6590 | 2025.02.06 05:14:32.672402 [ 5 ] {3399b1e7-160c-4b42-aecd-bd52afcc9df7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6591 | 2025.02.06 05:14:32.672641 [ 5 ] {3399b1e7-160c-4b42-aecd-bd52afcc9df7} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6592 | 2025.02.06 05:14:32.672843 [ 5 ] {3399b1e7-160c-4b42-aecd-bd52afcc9df7} <Debug> executeQuery: Read 39 rows, 2.83 KiB in 0.001558 sec., 25032.09242618742 rows/sec., 1.77 MiB/sec. | ||
| 6593 | 2025.02.06 05:14:32.672900 [ 5 ] {3399b1e7-160c-4b42-aecd-bd52afcc9df7} <Debug> TCPHandler: Processed in 0.00183126 sec. | ||
| 6594 | 2025.02.06 05:14:32.673075 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6595 | 2025.02.06 05:14:32.673212 [ 255 ] {9c2c0744-8b6a-43cd-9ebd-f79cb54390be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6596 | 2025.02.06 05:14:32.673269 [ 255 ] {9c2c0744-8b6a-43cd-9ebd-f79cb54390be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6597 | 2025.02.06 05:14:32.673914 [ 255 ] {9c2c0744-8b6a-43cd-9ebd-f79cb54390be} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6598 | 2025.02.06 05:14:32.673955 [ 255 ] {9c2c0744-8b6a-43cd-9ebd-f79cb54390be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6599 | 2025.02.06 05:14:32.674306 [ 255 ] {9c2c0744-8b6a-43cd-9ebd-f79cb54390be} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6600 | 2025.02.06 05:14:32.674543 [ 255 ] {9c2c0744-8b6a-43cd-9ebd-f79cb54390be} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6601 | 2025.02.06 05:14:32.674792 [ 255 ] {9c2c0744-8b6a-43cd-9ebd-f79cb54390be} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec. | ||
| 6602 | 2025.02.06 05:14:32.674984 [ 255 ] {9c2c0744-8b6a-43cd-9ebd-f79cb54390be} <Debug> TCPHandler: Processed in 0.001973095 sec. | ||
| 6603 | 2025.02.06 05:14:32.675181 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6604 | 2025.02.06 05:14:32.675331 [ 5 ] {c996bd00-2a1f-4baa-a7a1-348f32bb629b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6605 | 2025.02.06 05:14:32.675394 [ 5 ] {c996bd00-2a1f-4baa-a7a1-348f32bb629b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6606 | 2025.02.06 05:14:32.676062 [ 5 ] {c996bd00-2a1f-4baa-a7a1-348f32bb629b} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6607 | 2025.02.06 05:14:32.676104 [ 5 ] {c996bd00-2a1f-4baa-a7a1-348f32bb629b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6608 | 2025.02.06 05:14:32.676490 [ 5 ] {c996bd00-2a1f-4baa-a7a1-348f32bb629b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6609 | 2025.02.06 05:14:32.676726 [ 5 ] {c996bd00-2a1f-4baa-a7a1-348f32bb629b} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6610 | 2025.02.06 05:14:32.676941 [ 5 ] {c996bd00-2a1f-4baa-a7a1-348f32bb629b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001644 sec., 7907.542579075425 rows/sec., 493.03 KiB/sec. | ||
| 6611 | 2025.02.06 05:14:32.677000 [ 5 ] {c996bd00-2a1f-4baa-a7a1-348f32bb629b} <Debug> TCPHandler: Processed in 0.001904713 sec. | ||
| 6612 | 2025.02.06 05:14:32.677147 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6613 | 2025.02.06 05:14:32.677281 [ 255 ] {92c4be4d-f462-4951-ae14-d16dd30f86f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6614 | 2025.02.06 05:14:32.677338 [ 255 ] {92c4be4d-f462-4951-ae14-d16dd30f86f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6615 | 2025.02.06 05:14:32.678121 [ 255 ] {92c4be4d-f462-4951-ae14-d16dd30f86f4} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6616 | 2025.02.06 05:14:32.678161 [ 255 ] {92c4be4d-f462-4951-ae14-d16dd30f86f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6617 | 2025.02.06 05:14:32.678541 [ 255 ] {92c4be4d-f462-4951-ae14-d16dd30f86f4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6618 | 2025.02.06 05:14:32.678776 [ 255 ] {92c4be4d-f462-4951-ae14-d16dd30f86f4} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6619 | 2025.02.06 05:14:32.678984 [ 255 ] {92c4be4d-f462-4951-ae14-d16dd30f86f4} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.001731 sec., 239168.1109185442 rows/sec., 17.07 MiB/sec. | ||
| 6620 | 2025.02.06 05:14:32.679036 [ 255 ] {92c4be4d-f462-4951-ae14-d16dd30f86f4} <Debug> TCPHandler: Processed in 0.001956094 sec. | ||
| 6621 | 2025.02.06 05:14:32.679180 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6622 | 2025.02.06 05:14:32.679319 [ 5 ] {250a590e-2816-493b-a6f4-7fa268f000ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6623 | 2025.02.06 05:14:32.679381 [ 5 ] {250a590e-2816-493b-a6f4-7fa268f000ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6624 | 2025.02.06 05:14:32.679917 [ 5 ] {250a590e-2816-493b-a6f4-7fa268f000ae} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6625 | 2025.02.06 05:14:32.679958 [ 5 ] {250a590e-2816-493b-a6f4-7fa268f000ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6626 | 2025.02.06 05:14:32.680327 [ 5 ] {250a590e-2816-493b-a6f4-7fa268f000ae} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6627 | 2025.02.06 05:14:32.680560 [ 5 ] {250a590e-2816-493b-a6f4-7fa268f000ae} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6628 | 2025.02.06 05:14:32.680798 [ 5 ] {250a590e-2816-493b-a6f4-7fa268f000ae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec. | ||
| 6629 | 2025.02.06 05:14:32.680908 [ 5 ] {250a590e-2816-493b-a6f4-7fa268f000ae} <Debug> TCPHandler: Processed in 0.001795279 sec. | ||
| 6630 | 2025.02.06 05:14:32.681074 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6631 | 2025.02.06 05:14:32.681212 [ 255 ] {12028678-c045-4924-ad0f-74c5ac92b06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6632 | 2025.02.06 05:14:32.681273 [ 255 ] {12028678-c045-4924-ad0f-74c5ac92b06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6633 | 2025.02.06 05:14:32.681922 [ 255 ] {12028678-c045-4924-ad0f-74c5ac92b06a} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6634 | 2025.02.06 05:14:32.681962 [ 255 ] {12028678-c045-4924-ad0f-74c5ac92b06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6635 | 2025.02.06 05:14:32.682353 [ 255 ] {12028678-c045-4924-ad0f-74c5ac92b06a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6636 | 2025.02.06 05:14:32.682587 [ 255 ] {12028678-c045-4924-ad0f-74c5ac92b06a} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6637 | 2025.02.06 05:14:32.682785 [ 255 ] {12028678-c045-4924-ad0f-74c5ac92b06a} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001603 sec., 149719.27635683093 rows/sec., 10.04 MiB/sec. | ||
| 6638 | 2025.02.06 05:14:32.682836 [ 255 ] {12028678-c045-4924-ad0f-74c5ac92b06a} <Debug> TCPHandler: Processed in 0.00182635 sec. | ||
| 6639 | 2025.02.06 05:14:32.682985 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6640 | 2025.02.06 05:14:32.683122 [ 5 ] {2c6e2489-c7d1-48aa-b091-72fe4212cfac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6641 | 2025.02.06 05:14:32.683182 [ 5 ] {2c6e2489-c7d1-48aa-b091-72fe4212cfac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6642 | 2025.02.06 05:14:32.683737 [ 5 ] {2c6e2489-c7d1-48aa-b091-72fe4212cfac} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6643 | 2025.02.06 05:14:32.683776 [ 5 ] {2c6e2489-c7d1-48aa-b091-72fe4212cfac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6644 | 2025.02.06 05:14:32.684141 [ 5 ] {2c6e2489-c7d1-48aa-b091-72fe4212cfac} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6645 | 2025.02.06 05:14:32.684376 [ 5 ] {2c6e2489-c7d1-48aa-b091-72fe4212cfac} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6646 | 2025.02.06 05:14:32.684588 [ 5 ] {2c6e2489-c7d1-48aa-b091-72fe4212cfac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 6647 | 2025.02.06 05:14:32.684641 [ 5 ] {2c6e2489-c7d1-48aa-b091-72fe4212cfac} <Debug> TCPHandler: Processed in 0.001723157 sec. | ||
| 6648 | 2025.02.06 05:14:32.684789 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6649 | 2025.02.06 05:14:32.684916 [ 255 ] {fa4de7da-b0e1-4d19-8597-582352ad38f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6650 | 2025.02.06 05:14:32.685001 [ 255 ] {fa4de7da-b0e1-4d19-8597-582352ad38f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6651 | 2025.02.06 05:14:32.686166 [ 255 ] {fa4de7da-b0e1-4d19-8597-582352ad38f4} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6652 | 2025.02.06 05:14:32.686207 [ 255 ] {fa4de7da-b0e1-4d19-8597-582352ad38f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6653 | 2025.02.06 05:14:32.686862 [ 255 ] {fa4de7da-b0e1-4d19-8597-582352ad38f4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6654 | 2025.02.06 05:14:32.687127 [ 255 ] {fa4de7da-b0e1-4d19-8597-582352ad38f4} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6655 | 2025.02.06 05:14:32.687372 [ 255 ] {fa4de7da-b0e1-4d19-8597-582352ad38f4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002481 sec., 10479.645304312777 rows/sec., 18.78 MiB/sec. | ||
| 6656 | 2025.02.06 05:14:32.687494 [ 255 ] {fa4de7da-b0e1-4d19-8597-582352ad38f4} <Debug> TCPHandler: Processed in 0.0027613 sec. | ||
| 6657 | 2025.02.06 05:14:32.687649 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6658 | 2025.02.06 05:14:32.687787 [ 5 ] {cef0090e-8a50-4118-8d23-551497fc3167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6659 | 2025.02.06 05:14:32.687849 [ 5 ] {cef0090e-8a50-4118-8d23-551497fc3167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6660 | 2025.02.06 05:14:32.688412 [ 5 ] {cef0090e-8a50-4118-8d23-551497fc3167} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6661 | 2025.02.06 05:14:32.688456 [ 5 ] {cef0090e-8a50-4118-8d23-551497fc3167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6662 | 2025.02.06 05:14:32.688856 [ 5 ] {cef0090e-8a50-4118-8d23-551497fc3167} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6663 | 2025.02.06 05:14:32.689102 [ 5 ] {cef0090e-8a50-4118-8d23-551497fc3167} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6664 | 2025.02.06 05:14:32.689353 [ 5 ] {cef0090e-8a50-4118-8d23-551497fc3167} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001591 sec., 51539.91200502829 rows/sec., 3.27 MiB/sec. | ||
| 6665 | 2025.02.06 05:14:32.689424 [ 5 ] {cef0090e-8a50-4118-8d23-551497fc3167} <Debug> TCPHandler: Processed in 0.00183798 sec. | ||
| 6666 | 2025.02.06 05:14:33.612288 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6667 | 2025.02.06 05:14:33.612954 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6668 | 2025.02.06 05:14:33.613014 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6669 | 2025.02.06 05:14:33.613568 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6670 | 2025.02.06 05:14:33.613830 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6671 | 2025.02.06 05:14:33.614108 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6672 | 2025.02.06 05:14:34.572990 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 6673 | 2025.02.06 05:14:34.592990 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6674 | 2025.02.06 05:14:34.593053 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6675 | 2025.02.06 05:14:34.600456 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6676 | 2025.02.06 05:14:34.601276 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6677 | 2025.02.06 05:14:34.605389 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6678 | 2025.02.06 05:14:36.172636 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 940 | ||
| 6679 | 2025.02.06 05:14:36.175747 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6680 | 2025.02.06 05:14:36.175794 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6681 | 2025.02.06 05:14:36.177256 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6682 | 2025.02.06 05:14:36.177570 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2025.02.06 05:14:36.178399 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 940 | ||
| 6684 | 2025.02.06 05:14:37.658176 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6685 | 2025.02.06 05:14:37.658403 [ 255 ] {a783c83a-cc76-437f-8aac-298f5408cc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6686 | 2025.02.06 05:14:37.658483 [ 255 ] {a783c83a-cc76-437f-8aac-298f5408cc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6687 | 2025.02.06 05:14:37.659357 [ 255 ] {a783c83a-cc76-437f-8aac-298f5408cc7d} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6688 | 2025.02.06 05:14:37.659405 [ 255 ] {a783c83a-cc76-437f-8aac-298f5408cc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6689 | 2025.02.06 05:14:37.659836 [ 255 ] {a783c83a-cc76-437f-8aac-298f5408cc7d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6690 | 2025.02.06 05:14:37.660088 [ 255 ] {a783c83a-cc76-437f-8aac-298f5408cc7d} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6691 | 2025.02.06 05:14:37.660289 [ 255 ] {a783c83a-cc76-437f-8aac-298f5408cc7d} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.001947 sec., 42116.0760143811 rows/sec., 3.48 MiB/sec. | ||
| 6692 | 2025.02.06 05:14:37.660345 [ 255 ] {a783c83a-cc76-437f-8aac-298f5408cc7d} <Debug> TCPHandler: Processed in 0.002308405 sec. | ||
| 6693 | 2025.02.06 05:14:37.661762 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6694 | 2025.02.06 05:14:37.661980 [ 5 ] {f16c9b62-8504-406f-b4fa-4bea97ca219c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6695 | 2025.02.06 05:14:37.662067 [ 5 ] {f16c9b62-8504-406f-b4fa-4bea97ca219c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6696 | 2025.02.06 05:14:37.662929 [ 5 ] {f16c9b62-8504-406f-b4fa-4bea97ca219c} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6697 | 2025.02.06 05:14:37.662980 [ 5 ] {f16c9b62-8504-406f-b4fa-4bea97ca219c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6698 | 2025.02.06 05:14:37.663441 [ 5 ] {f16c9b62-8504-406f-b4fa-4bea97ca219c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6699 | 2025.02.06 05:14:37.663706 [ 5 ] {f16c9b62-8504-406f-b4fa-4bea97ca219c} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6700 | 2025.02.06 05:14:37.663995 [ 5 ] {f16c9b62-8504-406f-b4fa-4bea97ca219c} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.002064 sec., 6298.449612403101 rows/sec., 473.61 KiB/sec. | ||
| 6701 | 2025.02.06 05:14:37.664127 [ 5 ] {f16c9b62-8504-406f-b4fa-4bea97ca219c} <Debug> TCPHandler: Processed in 0.002510802 sec. | ||
| 6702 | 2025.02.06 05:14:37.664376 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6703 | 2025.02.06 05:14:37.664533 [ 255 ] {1fde3e40-c5de-4211-bb76-00ec9db61119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6704 | 2025.02.06 05:14:37.664591 [ 255 ] {1fde3e40-c5de-4211-bb76-00ec9db61119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6705 | 2025.02.06 05:14:37.665250 [ 255 ] {1fde3e40-c5de-4211-bb76-00ec9db61119} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6706 | 2025.02.06 05:14:37.665288 [ 255 ] {1fde3e40-c5de-4211-bb76-00ec9db61119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6707 | 2025.02.06 05:14:37.665659 [ 255 ] {1fde3e40-c5de-4211-bb76-00ec9db61119} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6708 | 2025.02.06 05:14:37.665902 [ 255 ] {1fde3e40-c5de-4211-bb76-00ec9db61119} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6709 | 2025.02.06 05:14:37.666104 [ 255 ] {1fde3e40-c5de-4211-bb76-00ec9db61119} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001596 sec., 48245.61403508772 rows/sec., 3.77 MiB/sec. | ||
| 6710 | 2025.02.06 05:14:37.666217 [ 255 ] {1fde3e40-c5de-4211-bb76-00ec9db61119} <Debug> TCPHandler: Processed in 0.001972184 sec. | ||
| 6711 | 2025.02.06 05:14:37.666462 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6712 | 2025.02.06 05:14:37.666711 [ 5 ] {12efe3fd-b883-43ed-88c2-2f365e1443e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6713 | 2025.02.06 05:14:37.666816 [ 5 ] {12efe3fd-b883-43ed-88c2-2f365e1443e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6714 | 2025.02.06 05:14:37.667467 [ 5 ] {12efe3fd-b883-43ed-88c2-2f365e1443e5} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6715 | 2025.02.06 05:14:37.667509 [ 5 ] {12efe3fd-b883-43ed-88c2-2f365e1443e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6716 | 2025.02.06 05:14:37.667929 [ 5 ] {12efe3fd-b883-43ed-88c2-2f365e1443e5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6717 | 2025.02.06 05:14:37.668182 [ 5 ] {12efe3fd-b883-43ed-88c2-2f365e1443e5} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6718 | 2025.02.06 05:14:37.668410 [ 5 ] {12efe3fd-b883-43ed-88c2-2f365e1443e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001761 sec., 90857.46734809768 rows/sec., 6.33 MiB/sec. | ||
| 6719 | 2025.02.06 05:14:37.668466 [ 5 ] {12efe3fd-b883-43ed-88c2-2f365e1443e5} <Debug> TCPHandler: Processed in 0.00215019 sec. | ||
| 6720 | 2025.02.06 05:14:37.668610 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6721 | 2025.02.06 05:14:37.668747 [ 255 ] {d6915422-a2e0-4799-a02e-b9cd439b616a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6722 | 2025.02.06 05:14:37.668841 [ 255 ] {d6915422-a2e0-4799-a02e-b9cd439b616a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6723 | 2025.02.06 05:14:37.669988 [ 255 ] {d6915422-a2e0-4799-a02e-b9cd439b616a} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6724 | 2025.02.06 05:14:37.670027 [ 255 ] {d6915422-a2e0-4799-a02e-b9cd439b616a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6725 | 2025.02.06 05:14:37.670655 [ 255 ] {d6915422-a2e0-4799-a02e-b9cd439b616a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6726 | 2025.02.06 05:14:37.670925 [ 255 ] {d6915422-a2e0-4799-a02e-b9cd439b616a} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6727 | 2025.02.06 05:14:37.671117 [ 255 ] {d6915422-a2e0-4799-a02e-b9cd439b616a} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002401 sec., 5414.410662224073 rows/sec., 9.70 MiB/sec. | ||
| 6728 | 2025.02.06 05:14:37.671207 [ 255 ] {d6915422-a2e0-4799-a02e-b9cd439b616a} <Debug> TCPHandler: Processed in 0.002667157 sec. | ||
| 6729 | 2025.02.06 05:14:37.671355 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6730 | 2025.02.06 05:14:37.671476 [ 5 ] {a6afe9d8-4e32-43eb-bbc4-c6929ee06782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6731 | 2025.02.06 05:14:37.671531 [ 5 ] {a6afe9d8-4e32-43eb-bbc4-c6929ee06782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6732 | 2025.02.06 05:14:37.672043 [ 5 ] {a6afe9d8-4e32-43eb-bbc4-c6929ee06782} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6733 | 2025.02.06 05:14:37.672085 [ 5 ] {a6afe9d8-4e32-43eb-bbc4-c6929ee06782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6734 | 2025.02.06 05:14:37.672482 [ 5 ] {a6afe9d8-4e32-43eb-bbc4-c6929ee06782} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6735 | 2025.02.06 05:14:37.672736 [ 5 ] {a6afe9d8-4e32-43eb-bbc4-c6929ee06782} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6736 | 2025.02.06 05:14:37.672965 [ 5 ] {a6afe9d8-4e32-43eb-bbc4-c6929ee06782} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001513 sec., 39656.31196298744 rows/sec., 2.67 MiB/sec. | ||
| 6737 | 2025.02.06 05:14:37.673028 [ 5 ] {a6afe9d8-4e32-43eb-bbc4-c6929ee06782} <Debug> TCPHandler: Processed in 0.001733927 sec. | ||
| 6738 | 2025.02.06 05:14:40.954786 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6739 | 2025.02.06 05:14:40.954846 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6740 | 2025.02.06 05:14:41.115158 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6741 | 2025.02.06 05:14:41.115915 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6742 | 2025.02.06 05:14:41.115956 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6743 | 2025.02.06 05:14:41.116546 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6744 | 2025.02.06 05:14:41.116793 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6745 | 2025.02.06 05:14:41.116984 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6746 | 2025.02.06 05:14:42.106343 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6747 | 2025.02.06 05:14:42.127925 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6748 | 2025.02.06 05:14:42.127976 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6749 | 2025.02.06 05:14:42.135285 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6750 | 2025.02.06 05:14:42.136045 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6751 | 2025.02.06 05:14:42.139111 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6752 | 2025.02.06 05:14:42.663117 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6753 | 2025.02.06 05:14:42.663300 [ 255 ] {2a0a3785-ccbb-473c-8ac2-619537402e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6754 | 2025.02.06 05:14:42.663371 [ 255 ] {2a0a3785-ccbb-473c-8ac2-619537402e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6755 | 2025.02.06 05:14:42.664122 [ 255 ] {2a0a3785-ccbb-473c-8ac2-619537402e00} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6756 | 2025.02.06 05:14:42.664165 [ 255 ] {2a0a3785-ccbb-473c-8ac2-619537402e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6757 | 2025.02.06 05:14:42.664600 [ 255 ] {2a0a3785-ccbb-473c-8ac2-619537402e00} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6758 | 2025.02.06 05:14:42.664859 [ 255 ] {2a0a3785-ccbb-473c-8ac2-619537402e00} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6759 | 2025.02.06 05:14:42.665056 [ 255 ] {2a0a3785-ccbb-473c-8ac2-619537402e00} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 557.42 KiB/sec. | ||
| 6760 | 2025.02.06 05:14:42.665122 [ 255 ] {2a0a3785-ccbb-473c-8ac2-619537402e00} <Debug> TCPHandler: Processed in 0.00213668 sec. | ||
| 6761 | 2025.02.06 05:14:42.665408 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6762 | 2025.02.06 05:14:42.665626 [ 5 ] {5d4db2e5-da8c-4aca-917e-4da534b75032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6763 | 2025.02.06 05:14:42.665711 [ 5 ] {5d4db2e5-da8c-4aca-917e-4da534b75032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6764 | 2025.02.06 05:14:42.666637 [ 5 ] {5d4db2e5-da8c-4aca-917e-4da534b75032} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2025.02.06 05:14:42.666687 [ 5 ] {5d4db2e5-da8c-4aca-917e-4da534b75032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6766 | 2025.02.06 05:14:42.667152 [ 5 ] {5d4db2e5-da8c-4aca-917e-4da534b75032} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6767 | 2025.02.06 05:14:42.667422 [ 5 ] {5d4db2e5-da8c-4aca-917e-4da534b75032} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2025.02.06 05:14:42.667611 [ 146 ] {} <Debug> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6769 | 2025.02.06 05:14:42.667686 [ 146 ] {} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6770 | 2025.02.06 05:14:42.667710 [ 5 ] {5d4db2e5-da8c-4aca-917e-4da534b75032} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.002138 sec., 119270.34611786716 rows/sec., 10.42 MiB/sec. | ||
| 6771 | 2025.02.06 05:14:42.667729 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6772 | 2025.02.06 05:14:42.667934 [ 5 ] {5d4db2e5-da8c-4aca-917e-4da534b75032} <Debug> TCPHandler: Processed in 0.002660517 sec. | ||
| 6773 | 2025.02.06 05:14:42.668129 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 6774 | 2025.02.06 05:14:42.668208 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6775 | 2025.02.06 05:14:42.668662 [ 255 ] {7b4c34fd-436f-412a-9782-b094d9573f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6776 | 2025.02.06 05:14:42.668788 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6777 | 2025.02.06 05:14:42.668842 [ 255 ] {7b4c34fd-436f-412a-9782-b094d9573f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6778 | 2025.02.06 05:14:42.668949 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1431 rows starting from the beginning of the part | ||
| 6779 | 2025.02.06 05:14:42.669274 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 255 rows starting from the beginning of the part | ||
| 6780 | 2025.02.06 05:14:42.669616 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::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 | ||
| 6781 | 2025.02.06 05:14:42.670036 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 258 rows starting from the beginning of the part | ||
| 6782 | 2025.02.06 05:14:42.670435 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 6783 | 2025.02.06 05:14:42.670801 [ 188 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 255 rows starting from the beginning of the part | ||
| 6784 | 2025.02.06 05:14:42.671882 [ 255 ] {7b4c34fd-436f-412a-9782-b094d9573f9a} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6785 | 2025.02.06 05:14:42.671944 [ 255 ] {7b4c34fd-436f-412a-9782-b094d9573f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6786 | 2025.02.06 05:14:42.673085 [ 255 ] {7b4c34fd-436f-412a-9782-b094d9573f9a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6787 | 2025.02.06 05:14:42.673499 [ 255 ] {7b4c34fd-436f-412a-9782-b094d9573f9a} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6788 | 2025.02.06 05:14:42.673871 [ 255 ] {7b4c34fd-436f-412a-9782-b094d9573f9a} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.005346 sec., 6172.83950617284 rows/sec., 451.02 KiB/sec. | ||
| 6789 | 2025.02.06 05:14:42.674249 [ 255 ] {7b4c34fd-436f-412a-9782-b094d9573f9a} <Debug> TCPHandler: Processed in 0.006175682 sec. | ||
| 6790 | 2025.02.06 05:14:42.674328 [ 190 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2363 rows, containing 5 columns (5 merged, 0 gathered) in 0.006468991 sec., 365281.07706441387 rows/sec., 32.31 MiB/sec. | ||
| 6791 | 2025.02.06 05:14:42.674433 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6792 | 2025.02.06 05:14:42.674590 [ 5 ] {8313bf18-7199-402c-9919-3c06c23d0562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6793 | 2025.02.06 05:14:42.674683 [ 5 ] {8313bf18-7199-402c-9919-3c06c23d0562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6794 | 2025.02.06 05:14:42.674846 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6795 | 2025.02.06 05:14:42.675588 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6796 | 2025.02.06 05:14:42.675797 [ 195 ] {8936ae73-78b9-4e12-9727-fad1215965f8::all_1_51_10} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6797 | 2025.02.06 05:14:42.676012 [ 5 ] {8313bf18-7199-402c-9919-3c06c23d0562} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2025.02.06 05:14:42.676019 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 6799 | 2025.02.06 05:14:42.676079 [ 5 ] {8313bf18-7199-402c-9919-3c06c23d0562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6800 | 2025.02.06 05:14:42.676470 [ 5 ] {8313bf18-7199-402c-9919-3c06c23d0562} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6801 | 2025.02.06 05:14:42.676723 [ 5 ] {8313bf18-7199-402c-9919-3c06c23d0562} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6802 | 2025.02.06 05:14:42.676956 [ 5 ] {8313bf18-7199-402c-9919-3c06c23d0562} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002404 sec., 5823.627287853577 rows/sec., 407.85 KiB/sec. | ||
| 6803 | 2025.02.06 05:14:42.677019 [ 5 ] {8313bf18-7199-402c-9919-3c06c23d0562} <Debug> TCPHandler: Processed in 0.002671887 sec. | ||
| 6804 | 2025.02.06 05:14:42.677253 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6805 | 2025.02.06 05:14:42.677475 [ 255 ] {bd148741-e26b-4360-bed8-eab7ff3b8d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6806 | 2025.02.06 05:14:42.677564 [ 255 ] {bd148741-e26b-4360-bed8-eab7ff3b8d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6807 | 2025.02.06 05:14:42.678379 [ 255 ] {bd148741-e26b-4360-bed8-eab7ff3b8d66} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2025.02.06 05:14:42.678416 [ 255 ] {bd148741-e26b-4360-bed8-eab7ff3b8d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6809 | 2025.02.06 05:14:42.678765 [ 255 ] {bd148741-e26b-4360-bed8-eab7ff3b8d66} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6810 | 2025.02.06 05:14:42.679017 [ 255 ] {bd148741-e26b-4360-bed8-eab7ff3b8d66} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6811 | 2025.02.06 05:14:42.679238 [ 255 ] {bd148741-e26b-4360-bed8-eab7ff3b8d66} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001807 sec., 7194.244604316546 rows/sec., 448.56 KiB/sec. | ||
| 6812 | 2025.02.06 05:14:42.679423 [ 255 ] {bd148741-e26b-4360-bed8-eab7ff3b8d66} <Debug> TCPHandler: Processed in 0.002272455 sec. | ||
| 6813 | 2025.02.06 05:14:42.679698 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6814 | 2025.02.06 05:14:42.679921 [ 5 ] {dea6132e-5f53-4be6-b7b3-500537f2642e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6815 | 2025.02.06 05:14:42.680016 [ 5 ] {dea6132e-5f53-4be6-b7b3-500537f2642e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6816 | 2025.02.06 05:14:42.680753 [ 5 ] {dea6132e-5f53-4be6-b7b3-500537f2642e} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6817 | 2025.02.06 05:14:42.680794 [ 5 ] {dea6132e-5f53-4be6-b7b3-500537f2642e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6818 | 2025.02.06 05:14:42.681184 [ 5 ] {dea6132e-5f53-4be6-b7b3-500537f2642e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6819 | 2025.02.06 05:14:42.681432 [ 5 ] {dea6132e-5f53-4be6-b7b3-500537f2642e} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6820 | 2025.02.06 05:14:42.681603 [ 146 ] {} <Debug> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6821 | 2025.02.06 05:14:42.681662 [ 146 ] {} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6822 | 2025.02.06 05:14:42.681700 [ 5 ] {dea6132e-5f53-4be6-b7b3-500537f2642e} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.00182 sec., 224175.82417582418 rows/sec., 15.97 MiB/sec. | ||
| 6823 | 2025.02.06 05:14:42.681707 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6824 | 2025.02.06 05:14:42.681851 [ 5 ] {dea6132e-5f53-4be6-b7b3-500537f2642e} <Debug> TCPHandler: Processed in 0.002318907 sec. | ||
| 6825 | 2025.02.06 05:14:42.681992 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::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 | ||
| 6826 | 2025.02.06 05:14:42.682033 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6827 | 2025.02.06 05:14:42.682293 [ 255 ] {40760188-1a6b-4e53-9f08-518b1051fb15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6828 | 2025.02.06 05:14:42.682312 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6829 | 2025.02.06 05:14:42.682404 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6830 | 2025.02.06 05:14:42.682406 [ 255 ] {40760188-1a6b-4e53-9f08-518b1051fb15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6831 | 2025.02.06 05:14:42.682721 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 408 rows starting from the beginning of the part | ||
| 6832 | 2025.02.06 05:14:42.683113 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 77 rows starting from the beginning of the part | ||
| 6833 | 2025.02.06 05:14:42.683432 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 414 rows starting from the beginning of the part | ||
| 6834 | 2025.02.06 05:14:42.683700 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 77 rows starting from the beginning of the part | ||
| 6835 | 2025.02.06 05:14:42.684110 [ 189 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 408 rows starting from the beginning of the part | ||
| 6836 | 2025.02.06 05:14:42.685026 [ 255 ] {40760188-1a6b-4e53-9f08-518b1051fb15} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2025.02.06 05:14:42.685087 [ 255 ] {40760188-1a6b-4e53-9f08-518b1051fb15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6838 | 2025.02.06 05:14:42.685918 [ 255 ] {40760188-1a6b-4e53-9f08-518b1051fb15} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6839 | 2025.02.06 05:14:42.686446 [ 255 ] {40760188-1a6b-4e53-9f08-518b1051fb15} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6840 | 2025.02.06 05:14:42.686786 [ 255 ] {40760188-1a6b-4e53-9f08-518b1051fb15} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004573 sec., 1312.0489831620382 rows/sec., 68.55 KiB/sec. | ||
| 6841 | 2025.02.06 05:14:42.686915 [ 255 ] {40760188-1a6b-4e53-9f08-518b1051fb15} <Debug> TCPHandler: Processed in 0.004957772 sec. | ||
| 6842 | 2025.02.06 05:14:42.687314 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6843 | 2025.02.06 05:14:42.687505 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2297 rows, containing 5 columns (5 merged, 0 gathered) in 0.005658495 sec., 405938.32812435104 rows/sec., 30.91 MiB/sec. | ||
| 6844 | 2025.02.06 05:14:42.687669 [ 5 ] {86d47b53-5177-4111-a7bb-5e5927fd4f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6845 | 2025.02.06 05:14:42.687817 [ 5 ] {86d47b53-5177-4111-a7bb-5e5927fd4f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6846 | 2025.02.06 05:14:42.687913 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6847 | 2025.02.06 05:14:42.688574 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6848 | 2025.02.06 05:14:42.688720 [ 195 ] {fa14a024-0721-4636-8495-25041e4d54bb::all_1_51_10} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6849 | 2025.02.06 05:14:42.688896 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6850 | 2025.02.06 05:14:42.689082 [ 5 ] {86d47b53-5177-4111-a7bb-5e5927fd4f57} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6851 | 2025.02.06 05:14:42.689129 [ 5 ] {86d47b53-5177-4111-a7bb-5e5927fd4f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6852 | 2025.02.06 05:14:42.689544 [ 5 ] {86d47b53-5177-4111-a7bb-5e5927fd4f57} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6853 | 2025.02.06 05:14:42.689803 [ 5 ] {86d47b53-5177-4111-a7bb-5e5927fd4f57} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6854 | 2025.02.06 05:14:42.689958 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6855 | 2025.02.06 05:14:42.689997 [ 5 ] {86d47b53-5177-4111-a7bb-5e5927fd4f57} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002413 sec., 98217.98590965602 rows/sec., 6.58 MiB/sec. | ||
| 6856 | 2025.02.06 05:14:42.690008 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6857 | 2025.02.06 05:14:42.690050 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6858 | 2025.02.06 05:14:42.690079 [ 5 ] {86d47b53-5177-4111-a7bb-5e5927fd4f57} <Debug> TCPHandler: Processed in 0.003070691 sec. | ||
| 6859 | 2025.02.06 05:14:42.690323 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::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 | ||
| 6860 | 2025.02.06 05:14:42.690391 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6861 | 2025.02.06 05:14:42.690496 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6862 | 2025.02.06 05:14:42.690552 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13566 rows starting from the beginning of the part | ||
| 6863 | 2025.02.06 05:14:42.690824 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6864 | 2025.02.06 05:14:42.690938 [ 255 ] {7338e90e-d199-4967-be4a-5453bd7ba706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6865 | 2025.02.06 05:14:42.691111 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6866 | 2025.02.06 05:14:42.691232 [ 255 ] {7338e90e-d199-4967-be4a-5453bd7ba706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6867 | 2025.02.06 05:14:42.691492 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 240 rows starting from the beginning of the part | ||
| 6868 | 2025.02.06 05:14:42.691898 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 6869 | 2025.02.06 05:14:42.692301 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 6870 | 2025.02.06 05:14:42.693291 [ 255 ] {7338e90e-d199-4967-be4a-5453bd7ba706} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6871 | 2025.02.06 05:14:42.693366 [ 255 ] {7338e90e-d199-4967-be4a-5453bd7ba706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6872 | 2025.02.06 05:14:42.693945 [ 255 ] {7338e90e-d199-4967-be4a-5453bd7ba706} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6873 | 2025.02.06 05:14:42.694341 [ 255 ] {7338e90e-d199-4967-be4a-5453bd7ba706} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6874 | 2025.02.06 05:14:42.694872 [ 255 ] {7338e90e-d199-4967-be4a-5453bd7ba706} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004219 sec., 237.02299123014933 rows/sec., 15.97 KiB/sec. | ||
| 6875 | 2025.02.06 05:14:42.695046 [ 255 ] {7338e90e-d199-4967-be4a-5453bd7ba706} <Debug> TCPHandler: Processed in 0.004861419 sec. | ||
| 6876 | 2025.02.06 05:14:42.695279 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6877 | 2025.02.06 05:14:42.695469 [ 5 ] {0aee0e8b-74ae-41ab-8f9e-834a5a893905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6878 | 2025.02.06 05:14:42.695578 [ 5 ] {0aee0e8b-74ae-41ab-8f9e-834a5a893905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6879 | 2025.02.06 05:14:42.697389 [ 5 ] {0aee0e8b-74ae-41ab-8f9e-834a5a893905} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6880 | 2025.02.06 05:14:42.697443 [ 5 ] {0aee0e8b-74ae-41ab-8f9e-834a5a893905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6881 | 2025.02.06 05:14:42.698103 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14600 rows, containing 5 columns (5 merged, 0 gathered) in 0.007955351 sec., 1835242.7190201918 rows/sec., 123.97 MiB/sec. | ||
| 6882 | 2025.02.06 05:14:42.698528 [ 191 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6883 | 2025.02.06 05:14:42.698655 [ 5 ] {0aee0e8b-74ae-41ab-8f9e-834a5a893905} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6884 | 2025.02.06 05:14:42.699066 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2025.02.06 05:14:42.699152 [ 5 ] {0aee0e8b-74ae-41ab-8f9e-834a5a893905} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6886 | 2025.02.06 05:14:42.699209 [ 200 ] {4a47e967-d5d2-422f-baf8-b3fcde598a2a::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6887 | 2025.02.06 05:14:42.699375 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.73 MiB. | ||
| 6888 | 2025.02.06 05:14:42.699459 [ 5 ] {0aee0e8b-74ae-41ab-8f9e-834a5a893905} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004032 sec., 6448.412698412699 rows/sec., 11.56 MiB/sec. | ||
| 6889 | 2025.02.06 05:14:42.699587 [ 5 ] {0aee0e8b-74ae-41ab-8f9e-834a5a893905} <Debug> TCPHandler: Processed in 0.004423835 sec. | ||
| 6890 | 2025.02.06 05:14:42.699736 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6891 | 2025.02.06 05:14:42.699856 [ 255 ] {3cbbcb28-3ee9-4796-9f6b-98959a04440b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6892 | 2025.02.06 05:14:42.699908 [ 255 ] {3cbbcb28-3ee9-4796-9f6b-98959a04440b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6893 | 2025.02.06 05:14:42.700395 [ 255 ] {3cbbcb28-3ee9-4796-9f6b-98959a04440b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6894 | 2025.02.06 05:14:42.700435 [ 255 ] {3cbbcb28-3ee9-4796-9f6b-98959a04440b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6895 | 2025.02.06 05:14:42.700815 [ 255 ] {3cbbcb28-3ee9-4796-9f6b-98959a04440b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6896 | 2025.02.06 05:14:42.701058 [ 255 ] {3cbbcb28-3ee9-4796-9f6b-98959a04440b} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6897 | 2025.02.06 05:14:42.701233 [ 144 ] {} <Debug> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6898 | 2025.02.06 05:14:42.701301 [ 144 ] {} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2025.02.06 05:14:42.701317 [ 255 ] {3cbbcb28-3ee9-4796-9f6b-98959a04440b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001472 sec., 55706.52173913043 rows/sec., 3.54 MiB/sec. | ||
| 6900 | 2025.02.06 05:14:42.701350 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6901 | 2025.02.06 05:14:42.701466 [ 255 ] {3cbbcb28-3ee9-4796-9f6b-98959a04440b} <Debug> TCPHandler: Processed in 0.001784118 sec. | ||
| 6902 | 2025.02.06 05:14:42.701555 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::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 | ||
| 6903 | 2025.02.06 05:14:42.701667 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6904 | 2025.02.06 05:14:42.701694 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2518 rows starting from the beginning of the part | ||
| 6905 | 2025.02.06 05:14:42.701780 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6906 | 2025.02.06 05:14:42.701923 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6907 | 2025.02.06 05:14:42.702018 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 6908 | 2025.02.06 05:14:42.702127 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 6909 | 2025.02.06 05:14:42.702223 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 6910 | 2025.02.06 05:14:42.703552 [ 202 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2884 rows, containing 4 columns (4 merged, 0 gathered) in 0.002088689 sec., 1380770.4258508568 rows/sec., 90.04 MiB/sec. | ||
| 6911 | 2025.02.06 05:14:42.703794 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6912 | 2025.02.06 05:14:42.704091 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6913 | 2025.02.06 05:14:42.704170 [ 200 ] {032eaf54-d3a3-45e7-b5c2-e3398a9304e5::all_1_51_10} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6914 | 2025.02.06 05:14:42.704238 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6915 | 2025.02.06 05:14:43.001183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.64 MiB, peak 206.19 MiB, free memory in arenas 0.00 B, will set to 199.38 MiB (RSS), difference: -1.26 MiB | ||
| 6916 | 2025.02.06 05:14:44.949863 [ 138 ] {} <Debug> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6917 | 2025.02.06 05:14:44.949932 [ 138 ] {} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6918 | 2025.02.06 05:14:44.949961 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6919 | 2025.02.06 05:14:44.950257 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::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 | ||
| 6920 | 2025.02.06 05:14:44.950533 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6921 | 2025.02.06 05:14:44.950596 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::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 | ||
| 6922 | 2025.02.06 05:14:44.950734 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 6923 | 2025.02.06 05:14:44.951174 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 6924 | 2025.02.06 05:14:44.951269 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::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 | ||
| 6925 | 2025.02.06 05:14:44.951484 [ 199 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 6926 | 2025.02.06 05:14:44.952681 [ 200 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002610986 sec., 16085.877136070434 rows/sec., 1.34 MiB/sec. | ||
| 6927 | 2025.02.06 05:14:44.952901 [ 202 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6928 | 2025.02.06 05:14:44.953257 [ 202 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_9_2} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2025.02.06 05:14:44.953341 [ 202 ] {96cedab0-138d-4de5-9309-91c6e9aeeaa1::all_1_9_2} <Trace> oximeter.fields_ipaddr (96cedab0-138d-4de5-9309-91c6e9aeeaa1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6930 | 2025.02.06 05:14:44.953440 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6931 | 2025.02.06 05:14:45.690174 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6932 | 2025.02.06 05:14:45.690380 [ 255 ] {cfc63c59-29fc-45db-8226-b5773f6bbf3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6933 | 2025.02.06 05:14:45.690463 [ 255 ] {cfc63c59-29fc-45db-8226-b5773f6bbf3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6934 | 2025.02.06 05:14:45.691908 [ 255 ] {cfc63c59-29fc-45db-8226-b5773f6bbf3a} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2025.02.06 05:14:45.691953 [ 255 ] {cfc63c59-29fc-45db-8226-b5773f6bbf3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6936 | 2025.02.06 05:14:45.692459 [ 255 ] {cfc63c59-29fc-45db-8226-b5773f6bbf3a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6937 | 2025.02.06 05:14:45.692727 [ 255 ] {cfc63c59-29fc-45db-8226-b5773f6bbf3a} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6938 | 2025.02.06 05:14:45.692930 [ 255 ] {cfc63c59-29fc-45db-8226-b5773f6bbf3a} <Debug> executeQuery: Read 1222 rows, 103.05 KiB in 0.002608 sec., 468558.28220858896 rows/sec., 38.59 MiB/sec. | ||
| 6939 | 2025.02.06 05:14:45.692998 [ 255 ] {cfc63c59-29fc-45db-8226-b5773f6bbf3a} <Debug> TCPHandler: Processed in 0.002964767 sec. | ||
| 6940 | 2025.02.06 05:14:45.693263 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6941 | 2025.02.06 05:14:45.693456 [ 5 ] {2e673417-c008-4f9c-aed3-458974a93d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6942 | 2025.02.06 05:14:45.693534 [ 5 ] {2e673417-c008-4f9c-aed3-458974a93d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6943 | 2025.02.06 05:14:45.694300 [ 5 ] {2e673417-c008-4f9c-aed3-458974a93d41} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6944 | 2025.02.06 05:14:45.694356 [ 5 ] {2e673417-c008-4f9c-aed3-458974a93d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6945 | 2025.02.06 05:14:45.694803 [ 5 ] {2e673417-c008-4f9c-aed3-458974a93d41} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6946 | 2025.02.06 05:14:45.695069 [ 5 ] {2e673417-c008-4f9c-aed3-458974a93d41} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6947 | 2025.02.06 05:14:45.695330 [ 5 ] {2e673417-c008-4f9c-aed3-458974a93d41} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001927 sec., 6746.237675142709 rows/sec., 507.29 KiB/sec. | ||
| 6948 | 2025.02.06 05:14:45.695444 [ 5 ] {2e673417-c008-4f9c-aed3-458974a93d41} <Debug> TCPHandler: Processed in 0.002320716 sec. | ||
| 6949 | 2025.02.06 05:14:45.695652 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6950 | 2025.02.06 05:14:45.695798 [ 255 ] {68d56119-6392-4174-87d0-670eea405335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6951 | 2025.02.06 05:14:45.695861 [ 255 ] {68d56119-6392-4174-87d0-670eea405335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6952 | 2025.02.06 05:14:45.696604 [ 255 ] {68d56119-6392-4174-87d0-670eea405335} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6953 | 2025.02.06 05:14:45.696644 [ 255 ] {68d56119-6392-4174-87d0-670eea405335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6954 | 2025.02.06 05:14:45.697010 [ 255 ] {68d56119-6392-4174-87d0-670eea405335} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6955 | 2025.02.06 05:14:45.697252 [ 255 ] {68d56119-6392-4174-87d0-670eea405335} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6956 | 2025.02.06 05:14:45.697381 [ 142 ] {} <Debug> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6957 | 2025.02.06 05:14:45.697432 [ 142 ] {} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6958 | 2025.02.06 05:14:45.697441 [ 255 ] {68d56119-6392-4174-87d0-670eea405335} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001676 sec., 136038.1861575179 rows/sec., 9.21 MiB/sec. | ||
| 6959 | 2025.02.06 05:14:45.697461 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6960 | 2025.02.06 05:14:45.697531 [ 255 ] {68d56119-6392-4174-87d0-670eea405335} <Debug> TCPHandler: Processed in 0.001978575 sec. | ||
| 6961 | 2025.02.06 05:14:45.697624 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::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 | ||
| 6962 | 2025.02.06 05:14:45.697751 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6963 | 2025.02.06 05:14:45.697801 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
| 6964 | 2025.02.06 05:14:45.697812 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6965 | 2025.02.06 05:14:45.697936 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part | ||
| 6966 | 2025.02.06 05:14:45.698222 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 6967 | 2025.02.06 05:14:45.698335 [ 5 ] {0324b9b3-2228-467c-aefc-e0776568eedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6968 | 2025.02.06 05:14:45.698571 [ 5 ] {0324b9b3-2228-467c-aefc-e0776568eedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6969 | 2025.02.06 05:14:45.698596 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 6970 | 2025.02.06 05:14:45.698969 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 6971 | 2025.02.06 05:14:45.699256 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part | ||
| 6972 | 2025.02.06 05:14:45.701388 [ 5 ] {0324b9b3-2228-467c-aefc-e0776568eedd} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6973 | 2025.02.06 05:14:45.701463 [ 5 ] {0324b9b3-2228-467c-aefc-e0776568eedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6974 | 2025.02.06 05:14:45.702030 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.004483807 sec., 165261.35045509317 rows/sec., 11.83 MiB/sec. | ||
| 6975 | 2025.02.06 05:14:45.702242 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6976 | 2025.02.06 05:14:45.702357 [ 5 ] {0324b9b3-2228-467c-aefc-e0776568eedd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6977 | 2025.02.06 05:14:45.702718 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6978 | 2025.02.06 05:14:45.702859 [ 198 ] {a618840e-ce8f-4c37-9dca-5adb439d4e21::all_1_26_5} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6979 | 2025.02.06 05:14:45.702878 [ 5 ] {0324b9b3-2228-467c-aefc-e0776568eedd} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6980 | 2025.02.06 05:14:45.703011 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6981 | 2025.02.06 05:14:45.703233 [ 5 ] {0324b9b3-2228-467c-aefc-e0776568eedd} <Debug> executeQuery: Read 533 rows, 40.45 KiB in 0.005015 sec., 106281.15653040877 rows/sec., 7.88 MiB/sec. | ||
| 6982 | 2025.02.06 05:14:45.703310 [ 5 ] {0324b9b3-2228-467c-aefc-e0776568eedd} <Debug> TCPHandler: Processed in 0.005646054 sec. | ||
| 6983 | 2025.02.06 05:14:45.703479 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6984 | 2025.02.06 05:14:45.703622 [ 255 ] {20a34546-b575-44dd-b878-b8270fc6ed12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6985 | 2025.02.06 05:14:45.703686 [ 255 ] {20a34546-b575-44dd-b878-b8270fc6ed12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6986 | 2025.02.06 05:14:45.704530 [ 255 ] {20a34546-b575-44dd-b878-b8270fc6ed12} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6987 | 2025.02.06 05:14:45.704568 [ 255 ] {20a34546-b575-44dd-b878-b8270fc6ed12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6988 | 2025.02.06 05:14:45.705007 [ 255 ] {20a34546-b575-44dd-b878-b8270fc6ed12} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6989 | 2025.02.06 05:14:45.705246 [ 255 ] {20a34546-b575-44dd-b878-b8270fc6ed12} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6990 | 2025.02.06 05:14:45.705427 [ 255 ] {20a34546-b575-44dd-b878-b8270fc6ed12} <Debug> executeQuery: Read 952 rows, 65.39 KiB in 0.001839 sec., 517672.6481783578 rows/sec., 34.72 MiB/sec. | ||
| 6991 | 2025.02.06 05:14:45.705486 [ 255 ] {20a34546-b575-44dd-b878-b8270fc6ed12} <Debug> TCPHandler: Processed in 0.002076248 sec. | ||
| 6992 | 2025.02.06 05:14:45.705638 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6993 | 2025.02.06 05:14:45.705766 [ 5 ] {fc1b7abb-9ff3-4f9e-8f26-80fb628b0cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6994 | 2025.02.06 05:14:45.705853 [ 5 ] {fc1b7abb-9ff3-4f9e-8f26-80fb628b0cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6995 | 2025.02.06 05:14:45.707017 [ 5 ] {fc1b7abb-9ff3-4f9e-8f26-80fb628b0cc7} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6996 | 2025.02.06 05:14:45.707058 [ 5 ] {fc1b7abb-9ff3-4f9e-8f26-80fb628b0cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 6997 | 2025.02.06 05:14:45.707702 [ 5 ] {fc1b7abb-9ff3-4f9e-8f26-80fb628b0cc7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6998 | 2025.02.06 05:14:45.707972 [ 5 ] {fc1b7abb-9ff3-4f9e-8f26-80fb628b0cc7} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6999 | 2025.02.06 05:14:45.708223 [ 5 ] {fc1b7abb-9ff3-4f9e-8f26-80fb628b0cc7} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002483 sec., 5235.602094240838 rows/sec., 9.38 MiB/sec. | ||
| 7000 | 2025.02.06 05:14:45.708333 [ 5 ] {fc1b7abb-9ff3-4f9e-8f26-80fb628b0cc7} <Debug> TCPHandler: Processed in 0.002756121 sec. | ||
| 7001 | 2025.02.06 05:14:45.708496 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7002 | 2025.02.06 05:14:45.708639 [ 255 ] {6ca559ed-cbcb-4d81-ba47-7e608a8e4cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7003 | 2025.02.06 05:14:45.708700 [ 255 ] {6ca559ed-cbcb-4d81-ba47-7e608a8e4cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7004 | 2025.02.06 05:14:45.709239 [ 255 ] {6ca559ed-cbcb-4d81-ba47-7e608a8e4cfc} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7005 | 2025.02.06 05:14:45.709277 [ 255 ] {6ca559ed-cbcb-4d81-ba47-7e608a8e4cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7006 | 2025.02.06 05:14:45.709640 [ 255 ] {6ca559ed-cbcb-4d81-ba47-7e608a8e4cfc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7007 | 2025.02.06 05:14:45.709882 [ 255 ] {6ca559ed-cbcb-4d81-ba47-7e608a8e4cfc} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7008 | 2025.02.06 05:14:45.710080 [ 255 ] {6ca559ed-cbcb-4d81-ba47-7e608a8e4cfc} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001474 sec., 27137.042062415196 rows/sec., 1.83 MiB/sec. | ||
| 7009 | 2025.02.06 05:14:45.710163 [ 255 ] {6ca559ed-cbcb-4d81-ba47-7e608a8e4cfc} <Debug> TCPHandler: Processed in 0.001737826 sec. | ||
| 7010 | 2025.02.06 05:14:46.179444 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 988 | ||
| 7011 | 2025.02.06 05:14:46.182845 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7012 | 2025.02.06 05:14:46.182896 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7013 | 2025.02.06 05:14:46.184402 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7014 | 2025.02.06 05:14:46.184713 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2025.02.06 05:14:46.185286 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 988 | ||
| 7016 | 2025.02.06 05:14:47.652845 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7017 | 2025.02.06 05:14:47.653070 [ 255 ] {0edbaf1c-bdeb-4108-a770-322685878132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7018 | 2025.02.06 05:14:47.653150 [ 255 ] {0edbaf1c-bdeb-4108-a770-322685878132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7019 | 2025.02.06 05:14:47.653935 [ 255 ] {0edbaf1c-bdeb-4108-a770-322685878132} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7020 | 2025.02.06 05:14:47.653979 [ 255 ] {0edbaf1c-bdeb-4108-a770-322685878132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7021 | 2025.02.06 05:14:47.654412 [ 255 ] {0edbaf1c-bdeb-4108-a770-322685878132} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7022 | 2025.02.06 05:14:47.654667 [ 255 ] {0edbaf1c-bdeb-4108-a770-322685878132} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7023 | 2025.02.06 05:14:47.654930 [ 255 ] {0edbaf1c-bdeb-4108-a770-322685878132} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.23 MiB/sec. | ||
| 7024 | 2025.02.06 05:14:47.655037 [ 255 ] {0edbaf1c-bdeb-4108-a770-322685878132} <Debug> TCPHandler: Processed in 0.002332776 sec. | ||
| 7025 | 2025.02.06 05:14:47.655369 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7026 | 2025.02.06 05:14:47.655595 [ 5 ] {cd14c1bc-9627-4da2-b132-6fd331dc1998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7027 | 2025.02.06 05:14:47.655676 [ 5 ] {cd14c1bc-9627-4da2-b132-6fd331dc1998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7028 | 2025.02.06 05:14:47.656511 [ 5 ] {cd14c1bc-9627-4da2-b132-6fd331dc1998} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7029 | 2025.02.06 05:14:47.656553 [ 5 ] {cd14c1bc-9627-4da2-b132-6fd331dc1998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7030 | 2025.02.06 05:14:47.657001 [ 5 ] {cd14c1bc-9627-4da2-b132-6fd331dc1998} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7031 | 2025.02.06 05:14:47.657267 [ 5 ] {cd14c1bc-9627-4da2-b132-6fd331dc1998} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7032 | 2025.02.06 05:14:47.657469 [ 5 ] {cd14c1bc-9627-4da2-b132-6fd331dc1998} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001933 sec., 33109.156751163995 rows/sec., 2.58 MiB/sec. | ||
| 7033 | 2025.02.06 05:14:47.657525 [ 5 ] {cd14c1bc-9627-4da2-b132-6fd331dc1998} <Debug> TCPHandler: Processed in 0.002351157 sec. | ||
| 7034 | 2025.02.06 05:14:47.657675 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7035 | 2025.02.06 05:14:47.657823 [ 255 ] {047dbccf-8923-4c66-bbfc-3abfb6f2a040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7036 | 2025.02.06 05:14:47.657887 [ 255 ] {047dbccf-8923-4c66-bbfc-3abfb6f2a040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7037 | 2025.02.06 05:14:47.658498 [ 255 ] {047dbccf-8923-4c66-bbfc-3abfb6f2a040} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7038 | 2025.02.06 05:14:47.658539 [ 255 ] {047dbccf-8923-4c66-bbfc-3abfb6f2a040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7039 | 2025.02.06 05:14:47.658932 [ 255 ] {047dbccf-8923-4c66-bbfc-3abfb6f2a040} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7040 | 2025.02.06 05:14:47.659175 [ 255 ] {047dbccf-8923-4c66-bbfc-3abfb6f2a040} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7041 | 2025.02.06 05:14:47.659384 [ 255 ] {047dbccf-8923-4c66-bbfc-3abfb6f2a040} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001594 sec., 33877.03889585948 rows/sec., 2.36 MiB/sec. | ||
| 7042 | 2025.02.06 05:14:47.659437 [ 255 ] {047dbccf-8923-4c66-bbfc-3abfb6f2a040} <Debug> TCPHandler: Processed in 0.001829139 sec. | ||
| 7043 | 2025.02.06 05:14:47.659613 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7044 | 2025.02.06 05:14:47.659754 [ 5 ] {bbddd83a-8b3a-4578-9add-fe79b288f9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7045 | 2025.02.06 05:14:47.659817 [ 5 ] {bbddd83a-8b3a-4578-9add-fe79b288f9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7046 | 2025.02.06 05:14:47.660389 [ 5 ] {bbddd83a-8b3a-4578-9add-fe79b288f9c1} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7047 | 2025.02.06 05:14:47.660428 [ 5 ] {bbddd83a-8b3a-4578-9add-fe79b288f9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7048 | 2025.02.06 05:14:47.660819 [ 5 ] {bbddd83a-8b3a-4578-9add-fe79b288f9c1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7049 | 2025.02.06 05:14:47.661064 [ 5 ] {bbddd83a-8b3a-4578-9add-fe79b288f9c1} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7050 | 2025.02.06 05:14:47.661244 [ 5 ] {bbddd83a-8b3a-4578-9add-fe79b288f9c1} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001522 sec., 13140.60446780552 rows/sec., 903.42 KiB/sec. | ||
| 7051 | 2025.02.06 05:14:47.661294 [ 5 ] {bbddd83a-8b3a-4578-9add-fe79b288f9c1} <Debug> TCPHandler: Processed in 0.001753537 sec. | ||
| 7052 | 2025.02.06 05:14:48.618000 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 7053 | 2025.02.06 05:14:48.618660 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7054 | 2025.02.06 05:14:48.618702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7055 | 2025.02.06 05:14:48.619230 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7056 | 2025.02.06 05:14:48.619495 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7057 | 2025.02.06 05:14:48.619649 [ 135 ] {} <Debug> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7058 | 2025.02.06 05:14:48.619709 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 7059 | 2025.02.06 05:14:48.619711 [ 135 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7060 | 2025.02.06 05:14:48.619748 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7061 | 2025.02.06 05:14:48.619940 [ 200 ] {b98d5e79-4a35-451a-aa01-4df717829edd::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 | ||
| 7062 | 2025.02.06 05:14:48.620194 [ 200 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7063 | 2025.02.06 05:14:48.620261 [ 200 ] {b98d5e79-4a35-451a-aa01-4df717829edd::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 | ||
| 7064 | 2025.02.06 05:14:48.620341 [ 200 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 7065 | 2025.02.06 05:14:48.620532 [ 200 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 7066 | 2025.02.06 05:14:48.620781 [ 200 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 7067 | 2025.02.06 05:14:48.620881 [ 200 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 7068 | 2025.02.06 05:14:48.620987 [ 200 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 7069 | 2025.02.06 05:14:48.622983 [ 196 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003152494 sec., 4508493.909901177 rows/sec., 64.49 MiB/sec. | ||
| 7070 | 2025.02.06 05:14:48.623458 [ 193 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7071 | 2025.02.06 05:14:48.623869 [ 193 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7072 | 2025.02.06 05:14:48.623990 [ 193 ] {b98d5e79-4a35-451a-aa01-4df717829edd::all_1_31_6} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7073 | 2025.02.06 05:14:48.624130 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 7074 | 2025.02.06 05:14:49.640068 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 7075 | 2025.02.06 05:14:49.661666 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7076 | 2025.02.06 05:14:49.661733 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7077 | 2025.02.06 05:14:49.668912 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7078 | 2025.02.06 05:14:49.669667 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7079 | 2025.02.06 05:14:49.670100 [ 134 ] {} <Debug> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7080 | 2025.02.06 05:14:49.670268 [ 134 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7081 | 2025.02.06 05:14:49.670347 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7082 | 2025.02.06 05:14:49.670747 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 7083 | 2025.02.06 05:14:49.686031 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 7084 | 2025.02.06 05:14:49.687561 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7085 | 2025.02.06 05:14:49.688884 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 7086 | 2025.02.06 05:14:49.694148 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 7087 | 2025.02.06 05:14:49.700589 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 7088 | 2025.02.06 05:14:49.706331 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 7089 | 2025.02.06 05:14:49.711883 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 7090 | 2025.02.06 05:14:49.716210 [ 194 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::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 | ||
| 7091 | 2025.02.06 05:14:49.775324 [ 193 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104847622 sec., 2231.8102741519497 rows/sec., 11.54 MiB/sec. | ||
| 7092 | 2025.02.06 05:14:49.777200 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7093 | 2025.02.06 05:14:49.779525 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_31_6} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7094 | 2025.02.06 05:14:49.779628 [ 186 ] {f0688feb-b8d8-4e9e-82a4-c9e054c7b20d::all_1_31_6} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7095 | 2025.02.06 05:14:49.780847 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 7096 | 2025.02.06 05:14:50.001223 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.50 MiB, peak 211.05 MiB, free memory in arenas 0.00 B, will set to 201.98 MiB (RSS), difference: 1.48 MiB | ||
| 7097 | 2025.02.06 05:14:52.663041 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7098 | 2025.02.06 05:14:52.663271 [ 255 ] {9604b50e-bfaa-4f45-aeae-56ae57fd5575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7099 | 2025.02.06 05:14:52.663351 [ 255 ] {9604b50e-bfaa-4f45-aeae-56ae57fd5575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7100 | 2025.02.06 05:14:52.664146 [ 255 ] {9604b50e-bfaa-4f45-aeae-56ae57fd5575} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7101 | 2025.02.06 05:14:52.664191 [ 255 ] {9604b50e-bfaa-4f45-aeae-56ae57fd5575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7102 | 2025.02.06 05:14:52.664646 [ 255 ] {9604b50e-bfaa-4f45-aeae-56ae57fd5575} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7103 | 2025.02.06 05:14:52.664905 [ 255 ] {9604b50e-bfaa-4f45-aeae-56ae57fd5575} <Trace> oximeter.fields_i16 (c2be259a-435a-4b1d-87ed-8c57c2791c6b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7104 | 2025.02.06 05:14:52.665119 [ 255 ] {9604b50e-bfaa-4f45-aeae-56ae57fd5575} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00191 sec., 7329.842931937173 rows/sec., 527.65 KiB/sec. | ||
| 7105 | 2025.02.06 05:14:52.665187 [ 255 ] {9604b50e-bfaa-4f45-aeae-56ae57fd5575} <Debug> TCPHandler: Processed in 0.002289045 sec. | ||
| 7106 | 2025.02.06 05:14:52.665494 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7107 | 2025.02.06 05:14:52.665722 [ 5 ] {61bef369-8b6e-45cc-8263-35b01572741e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7108 | 2025.02.06 05:14:52.665809 [ 5 ] {61bef369-8b6e-45cc-8263-35b01572741e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7109 | 2025.02.06 05:14:52.666776 [ 5 ] {61bef369-8b6e-45cc-8263-35b01572741e} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7110 | 2025.02.06 05:14:52.666829 [ 5 ] {61bef369-8b6e-45cc-8263-35b01572741e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7111 | 2025.02.06 05:14:52.667313 [ 5 ] {61bef369-8b6e-45cc-8263-35b01572741e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7112 | 2025.02.06 05:14:52.667579 [ 5 ] {61bef369-8b6e-45cc-8263-35b01572741e} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7113 | 2025.02.06 05:14:52.667849 [ 5 ] {61bef369-8b6e-45cc-8263-35b01572741e} <Debug> executeQuery: Read 255 rows, 22.82 KiB in 0.00219 sec., 116438.35616438356 rows/sec., 10.18 MiB/sec. | ||
| 7114 | 2025.02.06 05:14:52.667936 [ 5 ] {61bef369-8b6e-45cc-8263-35b01572741e} <Debug> TCPHandler: Processed in 0.002594175 sec. | ||
| 7115 | 2025.02.06 05:14:52.668152 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7116 | 2025.02.06 05:14:52.668308 [ 255 ] {b4f47679-0191-4637-84cb-04de80865996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7117 | 2025.02.06 05:14:52.668370 [ 255 ] {b4f47679-0191-4637-84cb-04de80865996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7118 | 2025.02.06 05:14:52.669093 [ 255 ] {b4f47679-0191-4637-84cb-04de80865996} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7119 | 2025.02.06 05:14:52.669139 [ 255 ] {b4f47679-0191-4637-84cb-04de80865996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7120 | 2025.02.06 05:14:52.669530 [ 255 ] {b4f47679-0191-4637-84cb-04de80865996} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7121 | 2025.02.06 05:14:52.669770 [ 255 ] {b4f47679-0191-4637-84cb-04de80865996} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7122 | 2025.02.06 05:14:52.669893 [ 126 ] {} <Debug> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7123 | 2025.02.06 05:14:52.669932 [ 126 ] {} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7124 | 2025.02.06 05:14:52.669955 [ 255 ] {b4f47679-0191-4637-84cb-04de80865996} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001682 sec., 19619.500594530324 rows/sec., 1.40 MiB/sec. | ||
| 7125 | 2025.02.06 05:14:52.669959 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7126 | 2025.02.06 05:14:52.670067 [ 255 ] {b4f47679-0191-4637-84cb-04de80865996} <Debug> TCPHandler: Processed in 0.002016787 sec. | ||
| 7127 | 2025.02.06 05:14:52.670245 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::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 | ||
| 7128 | 2025.02.06 05:14:52.670276 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7129 | 2025.02.06 05:14:52.670535 [ 5 ] {4a1dac4f-85b2-4ee3-b48e-37d0df4beae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7130 | 2025.02.06 05:14:52.670556 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7131 | 2025.02.06 05:14:52.670642 [ 5 ] {4a1dac4f-85b2-4ee3-b48e-37d0df4beae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7132 | 2025.02.06 05:14:52.670651 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 64 rows starting from the beginning of the part | ||
| 7133 | 2025.02.06 05:14:52.671033 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
| 7134 | 2025.02.06 05:14:52.671431 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 7135 | 2025.02.06 05:14:52.671805 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part | ||
| 7136 | 2025.02.06 05:14:52.672126 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 7137 | 2025.02.06 05:14:52.672462 [ 187 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part | ||
| 7138 | 2025.02.06 05:14:52.673379 [ 5 ] {4a1dac4f-85b2-4ee3-b48e-37d0df4beae8} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7139 | 2025.02.06 05:14:52.673444 [ 5 ] {4a1dac4f-85b2-4ee3-b48e-37d0df4beae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7140 | 2025.02.06 05:14:52.674500 [ 5 ] {4a1dac4f-85b2-4ee3-b48e-37d0df4beae8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7141 | 2025.02.06 05:14:52.675033 [ 5 ] {4a1dac4f-85b2-4ee3-b48e-37d0df4beae8} <Trace> oximeter.fields_u32 (a618840e-ce8f-4c37-9dca-5adb439d4e21): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7142 | 2025.02.06 05:14:52.675416 [ 193 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005318954 sec., 36661.34356491897 rows/sec., 2.76 MiB/sec. | ||
| 7143 | 2025.02.06 05:14:52.675532 [ 5 ] {4a1dac4f-85b2-4ee3-b48e-37d0df4beae8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005088 sec., 2751.5723270440253 rows/sec., 192.70 KiB/sec. | ||
| 7144 | 2025.02.06 05:14:52.675622 [ 5 ] {4a1dac4f-85b2-4ee3-b48e-37d0df4beae8} <Debug> TCPHandler: Processed in 0.005439618 sec. | ||
| 7145 | 2025.02.06 05:14:52.675664 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7146 | 2025.02.06 05:14:52.675854 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7147 | 2025.02.06 05:14:52.676075 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7148 | 2025.02.06 05:14:52.676154 [ 255 ] {5b481ec9-b0c3-42e8-8716-6c30f93ea639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7149 | 2025.02.06 05:14:52.676272 [ 192 ] {b268f9f4-3c05-4322-8737-2e138bba755f::all_1_41_8} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7150 | 2025.02.06 05:14:52.676299 [ 255 ] {5b481ec9-b0c3-42e8-8716-6c30f93ea639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7151 | 2025.02.06 05:14:52.676488 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7152 | 2025.02.06 05:14:52.677056 [ 255 ] {5b481ec9-b0c3-42e8-8716-6c30f93ea639} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7153 | 2025.02.06 05:14:52.677100 [ 255 ] {5b481ec9-b0c3-42e8-8716-6c30f93ea639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7154 | 2025.02.06 05:14:52.677457 [ 255 ] {5b481ec9-b0c3-42e8-8716-6c30f93ea639} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7155 | 2025.02.06 05:14:52.677694 [ 255 ] {5b481ec9-b0c3-42e8-8716-6c30f93ea639} <Trace> oximeter.fields_u8 (e1072f7a-338c-4002-a431-ca653c7392c8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7156 | 2025.02.06 05:14:52.677912 [ 255 ] {5b481ec9-b0c3-42e8-8716-6c30f93ea639} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001843 sec., 7053.716766142159 rows/sec., 439.80 KiB/sec. | ||
| 7157 | 2025.02.06 05:14:52.678130 [ 255 ] {5b481ec9-b0c3-42e8-8716-6c30f93ea639} <Debug> TCPHandler: Processed in 0.002379697 sec. | ||
| 7158 | 2025.02.06 05:14:52.678334 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7159 | 2025.02.06 05:14:52.678478 [ 5 ] {ca7c7f3d-bb6d-4e2e-979c-4e3d93249c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7160 | 2025.02.06 05:14:52.678538 [ 5 ] {ca7c7f3d-bb6d-4e2e-979c-4e3d93249c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7161 | 2025.02.06 05:14:52.679402 [ 5 ] {ca7c7f3d-bb6d-4e2e-979c-4e3d93249c79} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2025.02.06 05:14:52.679444 [ 5 ] {ca7c7f3d-bb6d-4e2e-979c-4e3d93249c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7163 | 2025.02.06 05:14:52.679852 [ 5 ] {ca7c7f3d-bb6d-4e2e-979c-4e3d93249c79} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7164 | 2025.02.06 05:14:52.680107 [ 5 ] {ca7c7f3d-bb6d-4e2e-979c-4e3d93249c79} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2025.02.06 05:14:52.680337 [ 5 ] {ca7c7f3d-bb6d-4e2e-979c-4e3d93249c79} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001891 sec., 215758.8577472237 rows/sec., 15.37 MiB/sec. | ||
| 7166 | 2025.02.06 05:14:52.680448 [ 5 ] {ca7c7f3d-bb6d-4e2e-979c-4e3d93249c79} <Debug> TCPHandler: Processed in 0.002204082 sec. | ||
| 7167 | 2025.02.06 05:14:52.680644 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7168 | 2025.02.06 05:14:52.680783 [ 255 ] {b19fb9c9-dfd2-4693-bdd1-198812c201ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7169 | 2025.02.06 05:14:52.680844 [ 255 ] {b19fb9c9-dfd2-4693-bdd1-198812c201ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7170 | 2025.02.06 05:14:52.681410 [ 255 ] {b19fb9c9-dfd2-4693-bdd1-198812c201ee} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7171 | 2025.02.06 05:14:52.681448 [ 255 ] {b19fb9c9-dfd2-4693-bdd1-198812c201ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7172 | 2025.02.06 05:14:52.681827 [ 255 ] {b19fb9c9-dfd2-4693-bdd1-198812c201ee} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7173 | 2025.02.06 05:14:52.682065 [ 255 ] {b19fb9c9-dfd2-4693-bdd1-198812c201ee} <Trace> oximeter.measurements_bool (11c75e4b-7837-4c63-a959-f6e12a7645cd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7174 | 2025.02.06 05:14:52.682295 [ 255 ] {b19fb9c9-dfd2-4693-bdd1-198812c201ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec. | ||
| 7175 | 2025.02.06 05:14:52.682507 [ 255 ] {b19fb9c9-dfd2-4693-bdd1-198812c201ee} <Debug> TCPHandler: Processed in 0.001965775 sec. | ||
| 7176 | 2025.02.06 05:14:52.682683 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7177 | 2025.02.06 05:14:52.682827 [ 5 ] {033aded3-c10e-449d-b8ae-319aeb1bece1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7178 | 2025.02.06 05:14:52.682892 [ 5 ] {033aded3-c10e-449d-b8ae-319aeb1bece1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7179 | 2025.02.06 05:14:52.683560 [ 5 ] {033aded3-c10e-449d-b8ae-319aeb1bece1} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7180 | 2025.02.06 05:14:52.683600 [ 5 ] {033aded3-c10e-449d-b8ae-319aeb1bece1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7181 | 2025.02.06 05:14:52.684022 [ 5 ] {033aded3-c10e-449d-b8ae-319aeb1bece1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7182 | 2025.02.06 05:14:52.684265 [ 5 ] {033aded3-c10e-449d-b8ae-319aeb1bece1} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7183 | 2025.02.06 05:14:52.684491 [ 5 ] {033aded3-c10e-449d-b8ae-319aeb1bece1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001696 sec., 139740.56603773584 rows/sec., 9.37 MiB/sec. | ||
| 7184 | 2025.02.06 05:14:52.684587 [ 5 ] {033aded3-c10e-449d-b8ae-319aeb1bece1} <Debug> TCPHandler: Processed in 0.001974695 sec. | ||
| 7185 | 2025.02.06 05:14:52.684792 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7186 | 2025.02.06 05:14:52.684929 [ 255 ] {7bb8c121-1cdc-4183-be6d-4ca60c5fe216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7187 | 2025.02.06 05:14:52.684992 [ 255 ] {7bb8c121-1cdc-4183-be6d-4ca60c5fe216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7188 | 2025.02.06 05:14:52.685510 [ 255 ] {7bb8c121-1cdc-4183-be6d-4ca60c5fe216} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2025.02.06 05:14:52.685548 [ 255 ] {7bb8c121-1cdc-4183-be6d-4ca60c5fe216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7190 | 2025.02.06 05:14:52.685909 [ 255 ] {7bb8c121-1cdc-4183-be6d-4ca60c5fe216} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7191 | 2025.02.06 05:14:52.686142 [ 255 ] {7bb8c121-1cdc-4183-be6d-4ca60c5fe216} <Trace> oximeter.measurements_f64 (fe8c580b-d677-4c1d-b6f3-a02fadf58cf3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2025.02.06 05:14:52.686381 [ 255 ] {7bb8c121-1cdc-4183-be6d-4ca60c5fe216} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00148 sec., 675.6756756756757 rows/sec., 45.53 KiB/sec. | ||
| 7193 | 2025.02.06 05:14:52.686613 [ 255 ] {7bb8c121-1cdc-4183-be6d-4ca60c5fe216} <Debug> TCPHandler: Processed in 0.001921673 sec. | ||
| 7194 | 2025.02.06 05:14:52.686901 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7195 | 2025.02.06 05:14:52.687129 [ 5 ] {b8ea47d4-fc72-4371-a3df-c159728259d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7196 | 2025.02.06 05:14:52.687278 [ 5 ] {b8ea47d4-fc72-4371-a3df-c159728259d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7197 | 2025.02.06 05:14:52.688478 [ 5 ] {b8ea47d4-fc72-4371-a3df-c159728259d5} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2025.02.06 05:14:52.688519 [ 5 ] {b8ea47d4-fc72-4371-a3df-c159728259d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7199 | 2025.02.06 05:14:52.689175 [ 5 ] {b8ea47d4-fc72-4371-a3df-c159728259d5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7200 | 2025.02.06 05:14:52.689441 [ 5 ] {b8ea47d4-fc72-4371-a3df-c159728259d5} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7201 | 2025.02.06 05:14:52.689622 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7202 | 2025.02.06 05:14:52.689698 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2025.02.06 05:14:52.689739 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7204 | 2025.02.06 05:14:52.689746 [ 5 ] {b8ea47d4-fc72-4371-a3df-c159728259d5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002665 sec., 9756.09756097561 rows/sec., 17.48 MiB/sec. | ||
| 7205 | 2025.02.06 05:14:52.690239 [ 193 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::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 | ||
| 7206 | 2025.02.06 05:14:52.690726 [ 5 ] {b8ea47d4-fc72-4371-a3df-c159728259d5} <Debug> TCPHandler: Processed in 0.003992421 sec. | ||
| 7207 | 2025.02.06 05:14:52.691066 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7208 | 2025.02.06 05:14:52.691425 [ 255 ] {08576654-f777-48d1-9a4a-658699f87b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7209 | 2025.02.06 05:14:52.691556 [ 255 ] {08576654-f777-48d1-9a4a-658699f87b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7210 | 2025.02.06 05:14:52.691713 [ 193 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7211 | 2025.02.06 05:14:52.691970 [ 193 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 659 rows starting from the beginning of the part | ||
| 7212 | 2025.02.06 05:14:52.692755 [ 193 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part | ||
| 7213 | 2025.02.06 05:14:52.693558 [ 193 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 7214 | 2025.02.06 05:14:52.693672 [ 255 ] {08576654-f777-48d1-9a4a-658699f87b8c} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7215 | 2025.02.06 05:14:52.693764 [ 255 ] {08576654-f777-48d1-9a4a-658699f87b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7216 | 2025.02.06 05:14:52.694152 [ 193 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part | ||
| 7217 | 2025.02.06 05:14:52.694933 [ 193 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 7218 | 2025.02.06 05:14:52.695400 [ 255 ] {08576654-f777-48d1-9a4a-658699f87b8c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7219 | 2025.02.06 05:14:52.695632 [ 193 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part | ||
| 7220 | 2025.02.06 05:14:52.696253 [ 255 ] {08576654-f777-48d1-9a4a-658699f87b8c} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7221 | 2025.02.06 05:14:52.697062 [ 255 ] {08576654-f777-48d1-9a4a-658699f87b8c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005699 sec., 14388.489208633093 rows/sec., 935.78 KiB/sec. | ||
| 7222 | 2025.02.06 05:14:52.697375 [ 255 ] {08576654-f777-48d1-9a4a-658699f87b8c} <Debug> TCPHandler: Processed in 0.006518243 sec. | ||
| 7223 | 2025.02.06 05:14:52.701434 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 763 rows, containing 19 columns (19 merged, 0 gathered) in 0.01160181 sec., 65765.60036752885 rows/sec., 117.85 MiB/sec. | ||
| 7224 | 2025.02.06 05:14:52.702915 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7225 | 2025.02.06 05:14:52.703325 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7226 | 2025.02.06 05:14:52.703402 [ 192 ] {a9ff02bb-23f0-40d7-997f-6cd1e0df4de3::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7227 | 2025.02.06 05:14:52.703541 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.69 MiB. | ||
| 7228 | 2025.02.06 05:14:55.954893 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7229 | 2025.02.06 05:14:55.954948 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7230 | 2025.02.06 05:14:56.120724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 7231 | 2025.02.06 05:14:56.121398 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2025.02.06 05:14:56.121448 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7233 | 2025.02.06 05:14:56.121984 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7234 | 2025.02.06 05:14:56.122243 [ 244 ] {} <Trace> system.asynchronous_metric_log (b98d5e79-4a35-451a-aa01-4df717829edd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7235 | 2025.02.06 05:14:56.122478 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 7236 | 2025.02.06 05:14:56.186385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1018 | ||
| 7237 | 2025.02.06 05:14:56.189371 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7238 | 2025.02.06 05:14:56.189418 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7239 | 2025.02.06 05:14:56.190881 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7240 | 2025.02.06 05:14:56.191188 [ 242 ] {} <Trace> system.query_log (b39bf0d6-0b16-48d9-be5d-d9f8a32ec208): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7241 | 2025.02.06 05:14:56.191713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1018 | ||
| 7242 | 2025.02.06 05:14:57.002387 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000996103 sec. | ||
| 7243 | 2025.02.06 05:14:57.187002 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 7244 | 2025.02.06 05:14:57.206068 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7245 | 2025.02.06 05:14:57.206144 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7246 | 2025.02.06 05:14:57.213059 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7247 | 2025.02.06 05:14:57.213804 [ 243 ] {} <Trace> system.metric_log (f0688feb-b8d8-4e9e-82a4-c9e054c7b20d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7248 | 2025.02.06 05:14:57.216453 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 7249 | 2025.02.06 05:14:57.658136 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7250 | 2025.02.06 05:14:57.658350 [ 255 ] {7d0f257f-786b-4b9a-94a2-072d23f07e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7251 | 2025.02.06 05:14:57.658433 [ 255 ] {7d0f257f-786b-4b9a-94a2-072d23f07e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7252 | 2025.02.06 05:14:57.659514 [ 255 ] {7d0f257f-786b-4b9a-94a2-072d23f07e05} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7253 | 2025.02.06 05:14:57.659572 [ 255 ] {7d0f257f-786b-4b9a-94a2-072d23f07e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7254 | 2025.02.06 05:14:57.660201 [ 255 ] {7d0f257f-786b-4b9a-94a2-072d23f07e05} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7255 | 2025.02.06 05:14:57.660584 [ 255 ] {7d0f257f-786b-4b9a-94a2-072d23f07e05} <Trace> oximeter.fields_string (8936ae73-78b9-4e12-9727-fad1215965f8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7256 | 2025.02.06 05:14:57.660865 [ 255 ] {7d0f257f-786b-4b9a-94a2-072d23f07e05} <Debug> executeQuery: Read 82 rows, 6.94 KiB in 0.002571 sec., 31894.204589653833 rows/sec., 2.64 MiB/sec. | ||
| 7257 | 2025.02.06 05:14:57.660977 [ 255 ] {7d0f257f-786b-4b9a-94a2-072d23f07e05} <Debug> TCPHandler: Processed in 0.002984578 sec. | ||
| 7258 | 2025.02.06 05:14:57.662210 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7259 | 2025.02.06 05:14:57.662423 [ 5 ] {fa7fe0d7-dfbc-4ece-8471-1b92327126c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7260 | 2025.02.06 05:14:57.662501 [ 5 ] {fa7fe0d7-dfbc-4ece-8471-1b92327126c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7261 | 2025.02.06 05:14:57.663239 [ 5 ] {fa7fe0d7-dfbc-4ece-8471-1b92327126c8} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7262 | 2025.02.06 05:14:57.663285 [ 5 ] {fa7fe0d7-dfbc-4ece-8471-1b92327126c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7263 | 2025.02.06 05:14:57.663730 [ 5 ] {fa7fe0d7-dfbc-4ece-8471-1b92327126c8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7264 | 2025.02.06 05:14:57.663995 [ 5 ] {fa7fe0d7-dfbc-4ece-8471-1b92327126c8} <Trace> oximeter.fields_u16 (b268f9f4-3c05-4322-8737-2e138bba755f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7265 | 2025.02.06 05:14:57.664235 [ 5 ] {fa7fe0d7-dfbc-4ece-8471-1b92327126c8} <Debug> executeQuery: Read 13 rows, 1001.00 B in 0.001868 sec., 6959.314775160599 rows/sec., 523.31 KiB/sec. | ||
| 7266 | 2025.02.06 05:14:57.664301 [ 5 ] {fa7fe0d7-dfbc-4ece-8471-1b92327126c8} <Debug> TCPHandler: Processed in 0.002231333 sec. | ||
| 7267 | 2025.02.06 05:14:57.664472 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7268 | 2025.02.06 05:14:57.664616 [ 255 ] {19a6b7e4-c3a3-4924-bcf7-b0fe1b888f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7269 | 2025.02.06 05:14:57.664677 [ 255 ] {19a6b7e4-c3a3-4924-bcf7-b0fe1b888f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7270 | 2025.02.06 05:14:57.665472 [ 255 ] {19a6b7e4-c3a3-4924-bcf7-b0fe1b888f19} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7271 | 2025.02.06 05:14:57.665509 [ 255 ] {19a6b7e4-c3a3-4924-bcf7-b0fe1b888f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7272 | 2025.02.06 05:14:57.665877 [ 255 ] {19a6b7e4-c3a3-4924-bcf7-b0fe1b888f19} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7273 | 2025.02.06 05:14:57.666114 [ 255 ] {19a6b7e4-c3a3-4924-bcf7-b0fe1b888f19} <Trace> oximeter.fields_uuid (fa14a024-0721-4636-8495-25041e4d54bb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7274 | 2025.02.06 05:14:57.666292 [ 255 ] {19a6b7e4-c3a3-4924-bcf7-b0fe1b888f19} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001713 sec., 44950.37945125511 rows/sec., 3.51 MiB/sec. | ||
| 7275 | 2025.02.06 05:14:57.666344 [ 255 ] {19a6b7e4-c3a3-4924-bcf7-b0fe1b888f19} <Debug> TCPHandler: Processed in 0.001941894 sec. | ||
| 7276 | 2025.02.06 05:14:57.666551 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7277 | 2025.02.06 05:14:57.666704 [ 5 ] {c5e68e03-4740-4c8c-bf5e-20e0b5082a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7278 | 2025.02.06 05:14:57.666773 [ 5 ] {c5e68e03-4740-4c8c-bf5e-20e0b5082a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7279 | 2025.02.06 05:14:57.667470 [ 5 ] {c5e68e03-4740-4c8c-bf5e-20e0b5082a30} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7280 | 2025.02.06 05:14:57.667512 [ 5 ] {c5e68e03-4740-4c8c-bf5e-20e0b5082a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7281 | 2025.02.06 05:14:57.667934 [ 5 ] {c5e68e03-4740-4c8c-bf5e-20e0b5082a30} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7282 | 2025.02.06 05:14:57.668195 [ 5 ] {c5e68e03-4740-4c8c-bf5e-20e0b5082a30} <Trace> oximeter.measurements_cumulativeu64 (4a47e967-d5d2-422f-baf8-b3fcde598a2a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7283 | 2025.02.06 05:14:57.668463 [ 5 ] {c5e68e03-4740-4c8c-bf5e-20e0b5082a30} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001795 sec., 89136.49025069638 rows/sec., 6.21 MiB/sec. | ||
| 7284 | 2025.02.06 05:14:57.668524 [ 5 ] {c5e68e03-4740-4c8c-bf5e-20e0b5082a30} <Debug> TCPHandler: Processed in 0.002044267 sec. | ||
| 7285 | 2025.02.06 05:14:57.668695 [ 255 ] {} <Trace> TCP-Session: e7391636-cf07-4ac3-b350-854433318e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7286 | 2025.02.06 05:14:57.668833 [ 255 ] {745cf833-8afe-47f4-ba08-c87ed3b42907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7287 | 2025.02.06 05:14:57.668927 [ 255 ] {745cf833-8afe-47f4-ba08-c87ed3b42907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7288 | 2025.02.06 05:14:57.670121 [ 255 ] {745cf833-8afe-47f4-ba08-c87ed3b42907} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7289 | 2025.02.06 05:14:57.670161 [ 255 ] {745cf833-8afe-47f4-ba08-c87ed3b42907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7290 | 2025.02.06 05:14:57.670819 [ 255 ] {745cf833-8afe-47f4-ba08-c87ed3b42907} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7291 | 2025.02.06 05:14:57.671079 [ 255 ] {745cf833-8afe-47f4-ba08-c87ed3b42907} <Trace> oximeter.measurements_histogramu64 (a9ff02bb-23f0-40d7-997f-6cd1e0df4de3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7292 | 2025.02.06 05:14:57.671319 [ 255 ] {745cf833-8afe-47f4-ba08-c87ed3b42907} <Debug> executeQuery: Read 13 rows, 23.85 KiB in 0.002517 sec., 5164.878823996822 rows/sec., 9.26 MiB/sec. | ||
| 7293 | 2025.02.06 05:14:57.671413 [ 255 ] {745cf833-8afe-47f4-ba08-c87ed3b42907} <Debug> TCPHandler: Processed in 0.002784862 sec. | ||
| 7294 | 2025.02.06 05:14:57.671587 [ 5 ] {} <Trace> TCP-Session: d9da571f-e184-430b-9483-3012c922ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7295 | 2025.02.06 05:14:57.671734 [ 5 ] {9abfaa97-375b-4bb3-af84-8e3932e3e925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58429) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7296 | 2025.02.06 05:14:57.671797 [ 5 ] {9abfaa97-375b-4bb3-af84-8e3932e3e925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7297 | 2025.02.06 05:14:57.672392 [ 5 ] {9abfaa97-375b-4bb3-af84-8e3932e3e925} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7298 | 2025.02.06 05:14:57.672440 [ 5 ] {9abfaa97-375b-4bb3-af84-8e3932e3e925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7299 | 2025.02.06 05:14:57.672837 [ 5 ] {9abfaa97-375b-4bb3-af84-8e3932e3e925} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7300 | 2025.02.06 05:14:57.673087 [ 5 ] {9abfaa97-375b-4bb3-af84-8e3932e3e925} <Trace> oximeter.measurements_u64 (032eaf54-d3a3-45e7-b5c2-e3398a9304e5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7301 | 2025.02.06 05:14:57.673327 [ 5 ] {9abfaa97-375b-4bb3-af84-8e3932e3e925} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001625 sec., 36923.07692307692 rows/sec., 2.49 MiB/sec. | ||
| 7302 | 2025.02.06 05:14:57.673398 [ 5 ] {9abfaa97-375b-4bb3-af84-8e3932e3e925} <Debug> TCPHandler: Processed in 0.001884062 sec. | ||