Date Comparisons - Speed differences with data at scale

While we await am answer wrt a RC Docker image for testing, you could build an image locally too (and rather easily):

  1. git clone the Dgraph repo locally.
  2. cd dgraph
  3. Create a new branch from the target tag: git checkout -b <branch-name> tags/<your-tag-of-choice>
  4. Run make image to build a Docker image. The new image would be tagged as dgraph-local.
  5. Run docker image to list the new image and start a cluster using the same.

HTH!