Hacker News new | ask | show | jobs
by phanimahesh 136 days ago
Can you share examples of new database architectures and products using them that are built for SSDs?

I'm sure we have different capabilities and constraints, but I am unaware of any fundamentally different approaches to indexes.

1 comments

That blog post is very light on details can be condensed to a single line/paragraph. LSM trees are more efficient for SSDs and modern databases use them.

I don't know enough to comment yet but will go read about it.