configures the size the MemoryFile is to be enlarged by, if it grows beyond the current size.
[Visual Basic] Overridable Public Sub setIncrementSizeBy( _ ByVal byteCount As Integer _ ) [C#] public virtual void setIncrementSizeBy( int byteCount ); [C++] public: virtual void setIncrementSizeBy( int byteCount ); [JScript] public virtual function setIncrementSizeBy( int byteCount );
configures the size the MemoryFile is to be enlarged by, if it grows beyond the current size.
Call this method before passing the MemoryFile to ExtDb4o#openMemoryFile(MemoryFile) .
This parameter can be modified to tune the maximum performance of a MemoryFile for a specific usecase. To produce the best results, test the speed of your application with real data.
MemoryFile Class | com.db4o.ext Namespace