luposlip / nd-db

Clojure library exposing newline delimited files as lightning fast databases
Apache License 2.0
14 stars 0 forks source link

Append (write) documents #4

Open luposlip opened 3 years ago

luposlip commented 3 years ago

Right now (as of v0.4.0) the nd-db library only supports using newline delimited files as read only databases.

It should be quite simple to write new documents to the database, by appending only. In this way it will work as sort of a transaction log. To begin with probably without the notion of transaction time.

When writing data, the index should (of course) be automatically updated.

luposlip commented 1 year ago

The new v0.9.0 index format paves the way.