felixge / felixge/node-dirty

control over write volatility

Open
#25 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
619
Forks
64
PR merge metrics
No merged PRs in 30d

Description

I don't know the proper term for what I called write volatility, so let me explain.

If someone repeatedly calls db.set() with the same key, dirty has two options:

1) to write every set() to disk
2) to write only the last set() to disk

In certain situations both (1) and (2) can be useful, so I'd like to have an option when I open a database.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.