chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/docs/en/chdb
Apache License 2.0
2.01k stars 72 forks source link

Make static library #101

Open suejune opened 1 year ago

suejune commented 1 year ago

thanks for your great job, is it possible to compile a chdb static library?

auxten commented 1 year ago

It's possible theoretically without jemalloc. With a static lib, chdb-go could be much clean. @nmreadelf might be interested to do that.

lmangani commented 1 year ago

I have had partial success build libchdb as a static library in actions but the resulting size was quite prohibitive....

l1t1 commented 1 year ago

and a Windows EXE possible? not the one run in WSL.

lmangani commented 1 year ago

@l1t1 sorry i'm afraid not even clickhouse supports Windows builds