TE
TechEcho
StartseiteTop 24hNeuesteBesteFragenZeigenJobs
GitHubTwitter
Startseite

TechEcho

Eine mit Next.js erstellte Technologie-Nachrichtenplattform, die globale Technologienachrichten und Diskussionen bietet.

GitHubTwitter

Startseite

StartseiteNeuesteBesteFragenZeigenJobs

Ressourcen

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. Alle Rechte vorbehalten.

ToyDB rewritten: a distributed SQL database in Rust, for education

138 Punktevon erikgrinakervor 2 Tagen

8 comments

atombendervor 2 Tagen
Hi, Erik! Nice to see this on the HN front page.<p>Have you considered using this as a test bed to explore alternative architectures and approaches? The classical Volcano architecture used here has been established for many decades, and it could be fun exercise to see what can be done to improve on it, while remaining true to the original goal of having something that&#x27;s purely for educational purposes.
评论 #43960454 未加载
fabianlindforsvor 2 Tagen
Super cool project and the code is delightfully readable as well!<p>I had the pleasure of having Erik advise me for my thesis on distributed databases a few years ago. I’m very lucky to have had the chance to tap into his knowledge on all things distributed systems. On top of being super knowledgeable he’s also a terrific teacher!
评论 #43960462 未加载
mdanielvor 2 Tagen
There were quite a few interesting projects linked to in the prior comment threads from 2021 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27874992">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27874992</a>
arunodhayavor 1 Tag
Thanks a lot, Erik. I learnt so much from digging into your code and attempting to implement parts of it by referring to your code, especially around Raft. Looking forward to doing it again. Absolutely fantastic work.
GeorgeCurtisvor 2 Tagen
Really cool project, your code is beautifully neat and commented. I&#x27;m also building a Rust DB so was really nice reading through yours
mehulashahvor 2 Tagen
Love it, though if it’s sufficiently instructive, I bet it will go beyond education.
dev_l1x_bevor 2 Tagen
Is there a way to use this as a simple key value store without sql?
评论 #43960943 未加载
评论 #43960914 未加载
wood_spiritvor 2 Tagen
Simple question but is this OLAP or OLTP?
评论 #43961236 未加载