cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go
BSD 3-Clause "New" or "Revised" License
4.6k stars 424 forks source link

sstable/block: new package #3688

Closed jbowens closed 6 days ago

jbowens commented 6 days ago

Move a few sstable block-related types into a new sstable/block package. This is in preparation for moving the row-based block iterator and writer into a sstable/rowblk package.

cockroach-teamcity commented 6 days ago

This change is Reviewable

jbowens commented 6 days ago

TFTR!