Skip to main content

Module segmented

Module segmented 

Source
Expand description

Segmented journals with section-based storage.

This module provides journal implementations that organize data into sections, where each section is stored in a separate blob.

Modulesยง

fixed
Segmented journal for fixed-size items.
glob
Simple section-based blob storage for values.
oversized
Segmented journal for oversized values.
variable
An append-only log for storing arbitrary variable length items.