This may take 2 months or more, since drafts are reviewed in no specific order. There are 2,465 pending submissions waiting for review.
Review waiting, please be patient.
This may take 2 months or more, since drafts are reviewed in no specific order. There are 2,465 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. |
| 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]
chDB was created by Auxten Wang and first published as a Python package in 2023, with version 1.0.0 following in December of that year.[4][5][6] It was acquired by ClickHouse, Inc. in March 2024.[4][2]
Because 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]
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
LLM-generated pages with certain obvious signs of being machine generated may be deleted without notice.
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.