From 99cee7dacb117a3cca44d0af783e0531ce481531 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Wed, 1 Jan 2025 17:02:07 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27c8a55..c679727 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -# DuckDB Clickhouse Native File reader +# DuckDB Clickhouse Native Extension for [chsql](https://github.com/quackscience/duckdb-extension-clickhouse-sql) Experimental ClickHouse Native Client and Native file reader for DuckDB chsql -> This reader is a clear room implementation of the ClickHouse Native file format using no code or libraries from ClickHouse Inc. As such it is potentially incomplete, imperfect and might not be compatible with all files. USE AT YOUR OWN RISK! - ### 📦 Installation ```sql @@ -88,6 +86,10 @@ D SELECT * FROM clickhouse_native('/tmp/functions.clickhouse') WHERE alias_to != └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ ``` +#### Notes + +> The reader is a clear room implementation of the ClickHouse Native file format using no code or libraries from ClickHouse Inc. As such it is potentially incomplete, imperfect and might not be compatible with all files. USE AT YOUR OWN RISK! + ### 🐎 Performance Simple CLI _cold start_ count() test using `duckdb` vs. `clickhouse-local` and 1M rows #### DuckDB