Re: Improve DefaultEntryLogger read performance
Il Dom 30 Lug 2023, 09:19 horizonzy ha scritto: > When reading data from an EntryLog file, we create a BufferedReadChannel. > In the size() method of BufferedReadChannel, FileChannelImpl.size() is > called, which is a time-consuming operation. > > If the EntryLog file has been archived, it is unn
Re: Improve DefaultEntryLogger read performance
The PR link: https://github.com/apache/bookkeeper/pull/4038