Review waiting, please be patient.
This may take 3 months or more, since drafts are reviewed in no specific order. There are 4,816 pending submissions waiting for review.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Reviewer tools
|
Submission declined on 3 June 2026 by Helpful Raccoon (talk). This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
This draft has been resubmitted and is currently awaiting re-review. |
Comment: Please rewrite from scratch without the use of LLMs. Corporate blogs are not reliable sources. Helpful Raccoon (talk) 23:23, 3 June 2026 (UTC)
| chDB | |
|---|---|
| Original author | Auxten Wang |
| Developers | ClickHouse, Inc. |
| Release | 2023 |
| Written in | C++, Python |
| Operating system | macOS, Linux |
| Type | Embedded database, OLAP |
| License | Apache License 2.0 |
| Website | clickhouse |
| Repository | github |
chDB is an open-source embedded SQL engine for online analytical processing (OLAP), based on ClickHouse. It runs the ClickHouse query engine in-process, inside a host application, rather than through a separate database server, and is distributed mainly as a Python package under the Apache License 2.0.[1][2] In addition to Python, the project provides bindings for C, C++, Go, JavaScript, Bun, and Rust.[3]
History
editDesign
editBecause the ClickHouse engine runs in the same process as the calling application, data moves between them without being copied, so a query can read values already held in memory, such as a pandas DataFrame in a Jupyter notebook, and return its results into the same session.[1]
chDB uses the same SQL as ClickHouse and can read the formats ClickHouse supports, more than 70 in total, among them Parquet, CSV, and JSON.[7][8][9] A single query can combine these with in-memory data and remote sources without loading them into a server first, and a session can keep data between queries for multi-step work.[9] Its Python API works directly with dataframes, which makes it convenient to call from existing data-science code.[10]
Like DuckDB, chDB is an embedded OLAP database, and the two are often compared for local analytics.[11][12] It is mainly an option for developers already working with ClickHouse, especially when a workload relies on ClickHouse-specific SQL features such as array functions.[11][12]
References
edit- 1 2 Schulze, Robert; Schreiber, Tom; Yatsishin, Ilya; Dahimene, Ryadh; Milovidov, Alexey (2024). "ClickHouse - Lightning Fast Analytics for Everyone" (PDF). Proceedings of the VLDB Endowment. 17 (12): 3731–3744. doi:10.14778/3685800.3685802.
- 1 2 "chDB". Database of Databases. Carnegie Mellon University Database Group. 14 March 2024. Retrieved 2026-06-04.
- ↑ "chdb-io/chdb". GitHub. chdb-io. Retrieved 2026-06-04.
- 1 2 Milovidov, Alexey; Bragin, Tanya (2024-03-06). "chDB joins the ClickHouse family". ClickHouse Blog. ClickHouse, Inc. Retrieved 2026-06-04.
- ↑ "chdb 0.2.2". Python Package Index. 2023-03-23. Retrieved 2026-06-04.
- ↑ "Release v1.0.0". GitHub. chdb-io. 2023-12-01. Retrieved 2026-06-04.
- ↑ Archer, Cameron (2025-10-27). "ClickHouse vs chDB: let's talk about embedded ClickHouse". Tinybird. Retrieved 2026-06-04.
- ↑ Orlov, Dmitrii (2024). Knowledge Graphs at Your Fingertips: a Survey of Kaggle Notebooks for Knowledge Graph Analytics (PDF) (Master's thesis). Eindhoven University of Technology.
- 1 2 Zhiyanov, Anton (2023-12-11). "Trying chDB, an embeddable ClickHouse engine". Anton Zhiyanov's blog. Retrieved 2026-06-04.
- ↑ Wang, Xiaoying; Wang, Jiannan; Wang, Tianzheng; Zhang, Yong (2025). "Accio: Bolt-on Query Federation" (PDF). Proceedings of the VLDB Endowment. 18 (7): 2126–2135. doi:10.14778/3734839.3734849.
- 1 2 Krupitsky, Daniel (2025-03-25). "Small-Scale Data Pipeline: DuckDB vs. chDB vs. Spark". Digital Turbine. Retrieved 2026-06-04.
- 1 2 Roset, Martin-Pierre (2026-04-15). "Embedded Databases in 2026: DuckDB, SQLite, Polars, and chDB". Kestra. Retrieved 2026-06-04.


LLM-generated pages with certain obvious signs of being machine generated may be deleted without notice.
These tools are prone to specific issues that violate our policies:
Instead, only summarize in your own words a range of independent, reliable, published sources that discuss the subject.
See the advice page on large language models for more information.