Replace Clickhouse SQLite with libSQL #1986
nathanclevenger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently Clickhouse has a SQLite Database Engine: https://clickhouse.com/docs/engines/database-engines/sqlite
If SQLite was replaced with libSQL inside of Clickhouse, then that data could be replicated. Not only would this be a fantastic solution for many simple transactional apps, to let its data be accessed from within an analytics platform, but this could also give both libSQL and Turso a great OLAP integration story.
ClickHouse/ClickHouse#77725
I would do a PR myself, but I haven't coded C/C++ in over 20 years ... and I don't know if this would be a priority to the Clickhouse community since they just acquired PeerDB to power their ClickPipes CDC cloud service offering.
Would anyone at Turso or in the libSQL community be interested in contributing here?
Beta Was this translation helpful? Give feedback.
All reactions