1. Complexity & Adoption Anxiety
"a deep appreciation for DuckDB, but I am afraid the confluence of brilliant ideas makes it ever more complicated to adopt —- and DuckLake is another example for this trend." — nehalem
2. Concurrency Limitations > "My main gripe with DuckDB is that you can't write to it from multiple processes at the same time..." — herpderperator
3. Expanding Ecosystem & Alternative Architectures
"A single query can run partly on your machine and partly on a remote worker. The gateway splits the plan, labels each operator LOCAL or REMOTE, and inserts bridge operators at the boundaries." — skeeter2020
"To have concurrent read‑write access to a database, you can use our DuckLake lakehouse format and coordinate concurrent access through a shared Postgres catalog." — szarnyasg