Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 1, 2025
1 parent 31712eb commit 99cee7d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<img src="https://github.com/user-attachments/assets/46a5c546-7e9b-42c7-87f4-bc8defe674e0" width=250 />

# 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 99cee7d

Please sign in to comment.