Y
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
hfmuehleisen
2093 days ago
One of the DuckDB authors here. The answer is yes, but only in read-only mode at the same time.
link
davidgaleano
2093 days ago
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?
link