跳到主要内容

Performance Optimization

Databend primarily accelerates query performance through various indexing technologies, including data clustering, result caching, and specialized indexes, helping you significantly improve query response times.

Optimization Features

FeaturePurposeWhen to Use
Cluster KeyAutomatically organize data physically for optimal query performanceWhen you have large tables with frequent filtering on specific columns, especially time-series or categorical data
Query Result CacheAutomatically store and reuse results of identical queriesWhen your applications run the same analytical queries repeatedly, such as in dashboards or scheduled reports
Virtual ColumnAutomatically accelerate access to fields within JSON/VARIANT dataWhen you frequently query specific paths within semi-structured data and need sub-second response times
Aggregating IndexPrecompute and store common aggregation resultsWhen your analytical workloads frequently run SUM, COUNT, AVG queries on large datasets
Full-Text IndexEnable lightning-fast semantic text search capabilitiesWhen you need advanced text search functionality like relevance scoring and fuzzy matching
Ngram IndexAccelerate pattern matching with wildcardsWhen your queries use LIKE operators with wildcards (especially '%keyword%') on large text columns

Feature Availability

FeatureCommunityEnterpriseCloud
Cluster Key
Query Result Cache
Virtual Column
Aggregating Index
Full-Text Index
Ngram Index
开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册