Hacker News new | ask | show | jobs
by xwowsersx 1365 days ago
Crazy idea, but...use Python client in Django app and for some of the larger/worst-performing queries, use DuckDB for those. Can even use ORM to construct the queries then get raw sql and execute with Duck. Crazy?