• Julien Muchembled's avatar
    importer: do not trigger speedupFileStorageTxnLookup uselessly · 3bcac6d3
    Julien Muchembled authored
    When importing a FileStorage DB without interruption and without having to
    serve client nodes, the index built by speedupFileStorageTxnLookup is useless.
    Such case happens when doing simulation tests and on DB with many oids,
    it can take a lot of time and memory for nothing.
    3bcac6d3
importer.py 20.1 KB