-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When put(String,Object
) is called, the data is instantly written to the disk. If there are consecutive calls then it noticeably reduce performance since each put is opening, writing, closing the stream.
There should be a method which allow to put multiple times and commit them at once in the last. (Transaction like mechanisim)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request