5 ms·
Can multiple separate clients access the same single-file database at the same time?
by davidgaleano 6y ago
Can multiple separate clients access the same single-file database at the same time?
- hfmuehleisen 6y agoOne of the DuckDB authors here. The answer is yes, but only in read-only mode at the same time.
- davidgaleano 6y agoWhat 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?