Tags: onenoa/dgraph
Tags
fix: add validation of null values with correct order of graphql rule… … validation (dgraph-io#8007) (dgraph-io#8008) * fix: add validation of null values with correct order of graphql rule validation
build(Makefile): Update codename for v21.03.2. (dgraph-io#8001)
chore(release): adding changelog for v21.03 (dgraph-io#7696) * adding changelog for v21.03
chore(release): Update CHANGELOG for v20.11.3 (dgraph-io#7673) - Update CHANGELOG for v20.11.3 - Update release code name
chore(perf): Improve perf of bulk loader with Reuse allocator and ass… …inging tags to allocator (dgraph-io#7360) (dgraph-io#7547) * Reuse allocator (dgraph-io#7360) Instead of creating a new z.Allocator for every encoder, this PR reuses the allocator. On a 21M dataset, bulk loader takes 2m22s on master, and only 1m35s on this PR. That's a major 35% performance improvement. * use allocator tags Co-authored-by: Manish R Jain <[email protected]>
updating changelog for v20.11.2 (dgraph-io#7470) * updating changelog for v20.11.2 * fixing @auth to not become the mention
fix(sort): Fix multi-sort with nils (dgraph-io#7432) (dgraph-io#7444) Fix the behavior of multi-sort. All the nil values are appended at the end of the result irrespective of ascending or descending sort. This change also fixes a bug due to not appending the nil values in the values list, corresponding to the UIDs appended in the UID list with nil predicates. (cherry picked from commit 2c7de57)
PreviousNext