Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In the oak-segment-azure, reading the whole journal may be a time consuming task, as the blob appends are a bit slow to read. We may try to keep the most recent journal entry as a metadata and fall back to the actual blob contents if the JournalReader.nextLine() is invoked subsequently.
Attachments
Issue Links
- relates to
-
OAK-8605 Read the journal lazily in the SplitPersistence
- Closed