|
62 | 62 |
|
63 | 63 | ## 🚀 Why Databend |
64 | 64 |
|
65 | | -- **Full Control—Cloud + On-Prem**: Deploy on cloud or on-prem to suit your needs and maintain full control. |
| 65 | +- **Full Control**: Deploy on **cloud** or **on-prem** to suit your needs. |
| 66 | + |
| 67 | +- **Blazing-Fast Performance**: Built with **Rust** for high-speed query execution. 👉 [ClickBench](https://databend.com/blog/clickbench-databend-top) |
| 68 | + |
| 69 | +- **Cost-Effective**: Scalable architecture optimizing **performance** while reducing **storage** and **compute** costs. 👉 [TPC-H](https://docs.databend.com/guides/benchmark/tpch) |
| 70 | + |
| 71 | +- **AI-Enhanced Analytics**: Leverage built-in **[AI Functions](https://docs.databend.com/guides/ai-functions/)** for smarter data insights. |
| 72 | + |
| 73 | +- **Simplified ETL**: Direct **data ingestion** without the need for external ETL tools. 👉 [Data Loading](https://docs.databend.com/guides/load-data/) |
| 74 | + |
| 75 | +- **Real-Time Data Updates**: Keep your analytics **up-to-date** with real-time incremental data updates. 👉 [Stream](https://docs.databend.com/guides/load-data/continuous-data-pipelines/stream) |
| 76 | + |
| 77 | +- **Advanced Indexing**: Boost query performance with **[Virtual Column](https://docs.databend.com/guides/performance/virtual-column)**, **[Aggregating Index](https://docs.databend.com/guides/performance/aggregating-index)**, and **[Full-Text Index](https://docs.databend.com/guides/performance/fulltext-index)**. |
| 78 | + |
| 79 | +- **ACID Compliance + Version Control**: Ensure reliable **transactions** with full ACID compliance and Git-like versioning. |
| 80 | + |
| 81 | +- **Schema Flexibility**: Effortlessly handle **semi-structured data** with the flexible **[VARIANT](https://docs.databend.com/sql/sql-reference/data-types/variant)** data type. |
| 82 | + |
| 83 | +- **Community-Driven Growth**: **Open-source** and continuously evolving with contributions from a global community. |
66 | 84 |
|
67 | | -- **Blazing-Fast Performance**: Built with Rust for efficient, high-speed vectorized query execution. 👉 [ClickBench](https://databend.com/blog/clickbench-databend-top) |
68 | | - |
69 | | -- **Cost-Effective**: Scalable architecture that optimizes performance while reducing storage and compute costs. 👉 [TPC-H](https://docs.databend.com/guides/benchmark/tpch) |
70 | | - |
71 | | -- **AI-Enhanced Analytics**: Leverage built-in [AI Functions](https://docs.databend.com/guides/ai-functions/) for smarter data insights. |
72 | | - |
73 | | -- **Simplified ETL**: Direct data ingestion without the need for external ETL tools, streamlining the process. 👉 [Data Loading](https://docs.databend.com/guides/load-data/) |
74 | | - |
75 | | -- **Real-Time Data Updates**: Keep your analytics up-to-date with real-time incremental data updates. 👉 [Stream](https://docs.databend.com/guides/load-data/continuous-data-pipelines/stream) |
76 | | - |
77 | | -- **Advanced Indexing**: Boost query performance with [Virtual Column](https://docs.databend.com/guides/performance/virtual-column), [Aggregating Index](https://docs.databend.com/guides/performance/aggregating-index), and [Full-Text Index](https://docs.databend.com/guides/performance/fulltext-index). |
78 | | - |
79 | | -- **ACID Compliance + Version Control**: Ensure reliable transactions with full ACID compliance and Git-like versioning. |
80 | | - |
81 | | -- **Schema Flexibility**: Effortlessly handle semi-structured data with the flexible [VARIANT](https://docs.databend.com/sql/sql-reference/data-types/variant) data type. |
82 | | - |
83 | | -- **Community-Driven Growth**: Open-source and continuously evolving with contributions from a global community. |
84 | 85 |
|
85 | 86 |
|
86 | 87 | ## 📐 Architecture |
|
0 commit comments