Hi, in http://db.apache.org/derby/papers/logformats.html I read:
RawStore exposes a checkpoint method which clients can call, or a checkpoint is taken automatically by the RawStore when: 1. The log file grows beyond a certain size (configurable, default 1MB) However I have not found a way to configure this (except changing the source code). Is there any undocumented property to configure this? I am loading huge amounts of data (GBs) and hope to gain speed using bigger log files (as in Oracle). Thanks, Peter
