rdms icon indicating copy to clipboard operation
rdms copied to clipboard

Storage library (Work In Progress)

Results 31 rdms issues
Sort by recently updated
recently updated
newest added

Several crates like llrb, wral, robt are moved back into rdms crate, keeping it fairly independent modules. We are still planning to maintain them as independent crate for foreseeable future....

Subsequently replace `{:?}` formatting with `{}` across the source base.

Dgm index commits memory snapshots into disk periodically, and compacts multiple snapshots periodically. When there is a crash we need a crash-recovery plan. Depends on #24 and #25

Robt index is built once and used as immutable index there after. During the build phase, if there is a crash, there needs to be a recovery plan.

Sharded-robt index is built once and used as immutable index there after. During the build phase, if there is a crash, there needs to be a recovery plan.

`rdms` index, by default, support concurrent thread safe API. Also some components within rdms spawn threads. This means, both locally spawned threads and rdms-handles that are used by application threads...

Unlike Robt instances, Dgm has multiple levels of disk snapshot. And cutoff is only applied to the final and highest disk-level. Validation for this needs to be done by parsing...