TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Decomposing Transactional Systems

132 pointsby pongogogoabout 1 month ago

2 comments

mjbabout 1 month ago
This is great, really worth reading if you&#x27;re interested in transactions.<p>I liked it so much I wrote up how the model applies to Amazon Aurora DSQL at <a href="https:&#x2F;&#x2F;brooker.co.za&#x2F;blog&#x2F;2025&#x2F;04&#x2F;17&#x2F;decomposing.html" rel="nofollow">https:&#x2F;&#x2F;brooker.co.za&#x2F;blog&#x2F;2025&#x2F;04&#x2F;17&#x2F;decomposing.html</a> It&#x27;s interesting because of DSQL&#x27;s distributed nature, and the decoupling between durability and application to storage in our architecture.
评论 #43748982 未加载
评论 #43749351 未加载
karmakazeabout 1 month ago
&gt; commit version is chosen — the time at which the database claims all reads and writes occurred atomically.<p>This post doesn&#x27;t mention transaction isolation specifically though it does say &quot;How does this end up being equal to SERIALIZABLE MySQL?&quot; So maybe I&#x27;m supposed to consider this post only for &#x27;Every transactional system&#x27; running with SERIALIZABLE transaction isolation. I don&#x27;t particularly care about that. I do care that the database I use clearly states what its isolation names mean in detail and that it does exactly what it says. e.g. I don&#x27;t expect MySQL SERIALIZABLE to exactly mean the same as any other database that uses the same term.
评论 #43747619 未加载