Journal.IO icon indicating copy to clipboard operation
Journal.IO copied to clipboard

using a lot CPU

Open sqlboy opened this issue 10 years ago • 2 comments

I noticed when I have a few empty journal files around journal.io uses a lot of CPU when I iterate the redo even though all the entries are deleted. It also uses quite a bit of memory with a lot of journal files, which is what I'd like to avoid by using an on-disk journal.

sqlboy avatar Jul 13 '14 14:07 sqlboy

This possibly open happens with iterating with undo.

sqlboy avatar Jul 13 '14 15:07 sqlboy

same here, queue never gets cleaned up, even when calling compact()

mufumbo avatar Jul 14 '20 07:07 mufumbo