diff --git a/arangod/RocksDBEngine/RocksDBPrimaryIndex.cpp b/arangod/RocksDBEngine/RocksDBPrimaryIndex.cpp index 6e25de9e5b..a94eeb1680 100644 --- a/arangod/RocksDBEngine/RocksDBPrimaryIndex.cpp +++ b/arangod/RocksDBEngine/RocksDBPrimaryIndex.cpp @@ -255,8 +255,9 @@ RocksDBPrimaryIndex::RocksDBPrimaryIndex( StaticStrings::KeyString, false)}}), true, false, basics::VelocyPackHelper::stringUInt64(info, "objectId")) { - _useCache = true; - createCache(); + //_useCache = true; + //createCache(); + _useCache = false; } RocksDBPrimaryIndex::~RocksDBPrimaryIndex() {}