Skip to content

Use RocksDB column family support

Leverage architectural changes made in !253 (closed) when experimenting with redb support to make use of RocksDB colum family feature instead of the old prefix byte method.

Includes some snippets from commit 3780d7d48 by romanz in electrs projects.

Merge request reports