Listen

Description

It's time to learn about SSTables and LSM-Trees as Joe feels pretty zacked, Michael clarifies what he was looking forward to, and Allen has opinions about Dr Who.

These show notes can be found at https://www.codingblocks.net/episode128 where you be a part of the conversation, in case you're reading this via your podcast player.

Sponsors

Survey Says

Do you leave your laptop plugged in the majority of the time?

Take the survey at: https://www.codingblocks.net/episode128.

News

SSTables and LSM-Trees

SSTables

What are the benefits of the SSTable over the hash indexed log segments?

So how do you write this to disk in the proper order?

Downside of this method?

LSM-Trees

This implementation is the ground work for:

All of this was initially described under the name Log-Structured Merge TreeLSM-Tree.

Optimizing

Resources We Like

Tip of the Week