Permenant Key/Value Storage #47

Closed
opened 2019-04-25 12:20:35 +00:00 by jamie · 5 comments
jamie commented 2019-04-25 12:20:35 +00:00 (Migrated from git.hazaar.io)

I recently implemented KVStore feature to Warlock. This is a simple kv database that opperated in-memory and so everything is lost if the server crashes and/or restarts.

Now that I have a fairly robust B-Tree class available, I'd like to make it an option to store these values to the disk. This will be off by default for performance, but can be turned on.

The only issue here is going to be handling the automatic expiry that has been implemented.

I recently implemented KVStore feature to Warlock. This is a simple kv database that opperated in-memory and so everything is lost if the server crashes and/or restarts. Now that I have a fairly robust B-Tree class available, I'd like to make it an option to store these values to the disk. This will be off by default for performance, but can be turned on. The only issue here is going to be handling the automatic expiry that has been implemented.
jamie commented 2019-04-26 04:19:20 +00:00 (Migrated from git.hazaar.io)

changed milestone to %2

changed milestone to %2
jamie commented 2019-04-26 04:19:35 +00:00 (Migrated from git.hazaar.io)

created merge request !20 to address this issue

created merge request !20 to address this issue
jamie commented 2019-04-26 04:19:37 +00:00 (Migrated from git.hazaar.io)

mentioned in merge request !20

mentioned in merge request !20
jamie commented 2019-04-26 06:24:21 +00:00 (Migrated from git.hazaar.io)

mentioned in commit bf23b89d10

mentioned in commit bf23b89d10f53ce6209fc2348643401e7c9105ae
jamie commented 2019-04-26 06:24:21 +00:00 (Migrated from git.hazaar.io)

closed via merge request !20

closed via merge request !20
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hazaar/hazaar-warlock#47
No description provided.