7 ms·
Are there any open sourced sharded query planners like this? Something that can aggregate queries across many duckdb/sqlite dbs?
by maxmcd 11mo ago
Are there any open sourced sharded query planners like this? Something that can aggregate queries across many duckdb/sqlite dbs?
- hobofan 11mo agoNot directly DuckDB (though I think it might be able to be connected to that), but I think Apache Datafusion Ballista[0] would be a typical modern open source benchmark here. [0]: https://datafusion.apache.org/ballista/contributors-guide/architecture.html https://datafusion.apache.org/ballista/contributors-guide/ar...
- mritchie712 11mo agoDeepSeek released smallpond 0 - https://github.com/deepseek-ai/smallpond https://github.com/deepseek-ai/smallpond 1 - https://www.definite.app/blog/smallpond https://www.definite.app/blog/smallpond (overview for data engineers, practical application)