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.

ComDB2: Bloomberg’s Highly Available Relational Database System [pdf]

93 pointsby irfansharifabout 8 years ago

2 comments

elvinyungabout 8 years ago
There&#x27;s too many databases that abbreviate to CDB :P<p>This is interesting, but the weird thing is that I&#x27;m not sure this is all that different from e.g. hand sharding at the application level. By that I mean that ComDB2 doesn&#x27;t seem to provide a real way of seamlessly sharding your data. Near the end of the paper:<p>&gt; Under our design, each portion of the table has its own master (getting many of the benefits of a multi-master system) and is able to write to the portion it owns without coordinating with partitions uninvolved in the transaction.<p>Maybe the paper is missing some details on how queries and transactions are coordinated between masters, but it seems to imply that the application level has to handle this kind of stuff.
评论 #13905670 未加载
cwyersabout 8 years ago
At the end of the paper they say they look forward to releasing it under an open source license. That&#x27;s really interesting.
评论 #13905612 未加载