3 ms·
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,
by phanimahesh 8mo 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.
- avmich 8mo agohttps://medium.com/@tusharmalhotra_81114/how-ssds-transformed-database-architecture-from-mysqls-hdd-legacy-to-rocksdb-and-525821c0ec53 https://medium.com/@tusharmalhotra_81114/how-ssds-transforme...
- phanimahesh 8mo agoThat 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.