Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Dgraph): Don't store start_ts in postings. (#6206)
Clear out the start_ts field in the postings of deltas before they are marshalled to avoid storing that field in disk. This field is only meant to be used during in-memory processing. Related to https://discuss.dgraph.io/t/start-ts-not-being-cleared-before-postings-are-written-to-disk/9146 (cherry picked from commit fbbd731)
- Loading branch information