bob icon indicating copy to clipboard operation
bob copied to clipboard

Track min and max timestamp at the BLOB level and at the Pearl level

Open ikopylov opened this issue 2 years ago • 0 comments

This will allow to skip reading from holders if their max timestamp is less then the timestamp of already gotten record

Currently, we read from all holders that passed filtration by key: https://github.com/qoollo/bob/blob/master/bob-backend/src/pearl/group.rs#L264

ikopylov avatar Dec 17 '22 19:12 ikopylov