Commit Graph

19 Commits

Author SHA1 Message Date
Jacob Karlsson 8e6128f238 Rename to pzp (#4)
For https://codeberg.org/pzp/pzp-sdk/issues/1

Reviewed-on: https://codeberg.org/pzp/pzp-db/pulls/4
Co-authored-by: Jacob Karlsson <jacob.karlsson95@gmail.com>
Co-committed-by: Jacob Karlsson <jacob.karlsson95@gmail.com>
2024-04-27 21:47:50 +00:00
Andre Staltz 60afd4b64b
Re-scan log into memory after compacting 2024-02-27 16:52:01 +02:00
Andre Staltz f8a2006eb1
improve types of dependencies 2024-01-19 12:24:38 +02:00
Andre Staltz 9e41400cdc
Log: fix concurrent overwrite() and compact() 2024-01-18 16:40:39 +02:00
Andre Staltz 844b808e78
new name for the log stats file 2024-01-18 16:27:17 +02:00
Andre Staltz 69a0a1f60c
improve debug logs in the Log module 2024-01-18 16:25:00 +02:00
Andre Staltz dd492553be
log: improve error messages in compact() 2023-11-23 17:02:32 +02:00
Andre Staltz 29badc9fd8
log: dont compact on startup 2023-11-23 17:02:07 +02:00
Andre Staltz 1f88d67116
log: show compaction duration in debugging 2023-11-23 16:49:23 +02:00
Andre Staltz 5e63142e50
log: fix how stats are counted 2023-11-23 15:38:05 +02:00
Andre Staltz a84dd297a5
log: implement compaction (sift-clone and rename) 2023-11-23 15:04:40 +02:00
Andre Staltz ae122c815e
support erase() persistence 2023-11-10 15:46:17 +02:00
Andre Staltz 9e7feb3d41
log: improve overwrite() with scheduled flushes 2023-11-10 14:50:22 +02:00
Andre Staltz 153e75da8e
log: implement naive overwrite() 2023-11-10 14:39:15 +02:00
Andre Staltz 3636acaaa3
remove unused error msg 2023-11-10 14:22:53 +02:00
Andre Staltz 4157b4989c
fix tests in CI 2023-11-07 11:14:41 +02:00
Andre Staltz 4302094926
log: remove some unnecessary methods 2023-11-07 11:11:19 +02:00
Andre Staltz b6d17e947f
log reading methods match log codec type 2023-11-07 10:48:20 +02:00
Andre Staltz db915d0287
replace async-append-only-log with our own log 2023-11-07 09:53:56 +02:00