You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,11 @@ The file will be overwritten if it exists. The 2nd options argument can be used
142
142
Placeholder for next release:
143
143
### __WORK IN PROGRESS__
144
144
-->
145
+
### __WORK IN PROGRESS__
146
+
* Errors while automatically restoring the DB from a backup or dump are now caught
147
+
* Simplified and decoupled the persistence code. Individual commands like `dump` and `compress` are now properly sequenced and should no longer conflict with each other.
148
+
* Increased throughput for primitive entries by ~2x
149
+
145
150
### 2.4.1 (2021-12-30)
146
151
* Individual writes are now collected in a string and written at once, increasing throughput for larger entries by ~10x.
0 commit comments