Improve DataFileWriter: cache FileChannel and deprecate itemsCount #19096
Labels
Improvement
Code changes driven by non business requirements.
Java
Pull requests that update Java code
Performance
Issues related to performance concerns.
Platform Data Structures
Platform
Tickets pertaining to the platform
Milestone
Description:
FileChannel
inDataFileWriter
instead of opening a new one each time the buffer is moveditemsCount
field inDataFileMetadata
since it is not really usedDataFileWriter
about closing twice, writing data bigger than the buffer and others.64mb
as default mapped buffer use forDataFileWriter
close()
idempotentThe text was updated successfully, but these errors were encountered: