duckdb reviews? Great for local dev, but what about production?
I have been playing around with DuckDB and it is fantastic for local data wrangling and small analytical tasks. However, some engineers on my team are pushing to use it as the core analytical engine for a new customer-facing reporting feature.
I am highly skeptical. It is an embedded database, not natively distributed. How are we supposed to scale this when we hit terabytes of data? Are we just going to end up building a complex distributed system around an embedded database? I have also read concerning reports about memory corruption and performance issues with complex pivoting on large datasets. Is DuckDB actually viable for critical, large-scale production analytics?