Hacker News new | ask | show | jobs
by davidgaleano 2093 days ago
Can multiple separate clients access the same single-file database at the same time?
1 comments

One of the DuckDB authors here. The answer is yes, but only in read-only mode at the same time.
What about one single client writing and multiple clients in read-only mode? Any problems with storing the file on network storage? Basically, how far can you push it before it is better to just use PostgreSQL?