Iterate over all keys and values in the database
@override Iterator<MapEntry<Uint8List, Uint8List>> entries() { return _recordPool.entries(); }