Skip to content

Latest commit

 

History

History
 
 

clickhouse_fdw

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ClickHouse Foreign Data Wrapper

This is a foreign data wrapper for ClickHouse. It is developed using Wrappers and supports both data scan and modify.

Documentation

https://supabase.github.io/wrappers/clickhouse/

Changelog

Version Date Notes
0.1.3 2023-07-17 Added sort and limit pushdown suppport
0.1.2 2023-07-13 Added fdw stats collection
0.1.1 2023-05-19 Added custom sql support
0.1.0 2022-11-30 Initial version