top | item 24532296

(no title)

davidgaleano | 5 years ago

Can multiple separate clients access the same single-file database at the same time?

discuss

order

hfmuehleisen|5 years ago

One of the DuckDB authors here. The answer is yes, but only in read-only mode at the same time.

davidgaleano|5 years 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?