Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Dgraph): Don't store start_ts in postings #6206

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Commits on Aug 17, 2020

  1. fix(Dgraph): Don't store start_ts in postings. (#6127)

    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
    martinmr committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8da5de5 View commit details
    Browse the repository at this point in the history