Y
Hacker News
new
|
ask
|
show
|
jobs
by
cruppstahl
3551 days ago
If that's your definition of atomicity - yes, upscaledb offers atomic operations. If you define atomicity as the "A" in "ACID" then no - BEGIN/COMMIT wrappers are not yet available. Work in progress!
1 comments
j_jochem
3551 days ago
So what you're saying is that in general, transactions are implemented, but the begin/commit syntax for transactions is not yet supported?
link
cruppstahl
3550 days ago
Correct.
link
tombert
3550 days ago
Well I think this is very cool. I actually have a project in mind that I think might benefit; I'll look to see if I can use Upscale.
link