Y
Hacker News
new
|
ask
|
show
|
jobs
by
voidmain
1480 days ago
FoundationDB does interactive transactions.
1 comments
atombender
1480 days ago
Last I checked, the entire transaction is built in memory (and famously has a five-second time limit), so while you can make multiple round trips, it's not quite as useful as with other databases.
link
richieartoul
1480 days ago
The 5s timeout is annoying sometimes, but it does really support interactive transactions in the exact same sense that PostGres and MySQL do.
link