bob
bob copied to clipboard
Track min and max timestamp at the BLOB level and at the Pearl level
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