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.

How Dolt Stores Table Data (2020)

35 pointsby burntcaramelalmost 3 years ago

3 comments

flakinessalmost 3 years ago
This is from 2022. It is based on Noms [1], which is no longer maintained (they forked it).<p>I think the Noms doc linked from this article [2] is clearer than the article itself. That said I sill cannot turn my head around to grasp how this entire thing work tbh. I hope they wrote a peer reviewed paper to serve the audience better.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;attic-labs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;attic-labs&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;attic-labs&#x2F;noms&#x2F;blob&#x2F;master&#x2F;doc&#x2F;intro.md#prolly-trees-probabilistic-b-trees" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;attic-labs&#x2F;noms&#x2F;blob&#x2F;master&#x2F;doc&#x2F;intro.md#...</a>
评论 #32375530 未加载
评论 #32376234 未加载
teh_klevalmost 3 years ago
I wonder if the founders realise that &quot;dolt&quot; is slang for a &quot;stupid person&quot;?
评论 #32375442 未加载
评论 #32377630 未加载
j-pbalmost 3 years ago
I really wonder what the memory overhead of the prolly tree is.<p>Using hashes as links isn&#x27;t cheap especially with sha-512 wide hashes (I think they use 20bytes in reality?). I&#x27;d estimate their fanout at between 50-200, which isn&#x27;t that much either.<p>So my feeling is expensive nodes, combined with low-ish fanout =&gt; high cost of storage?
评论 #32392872 未加载