Tags: sbljing/dgraph
Tags
chore(release): adding changelog for v21.03 (hypermodeinc#7696) * adding changelog for v21.03
chore(release): Update CHANGELOG for v20.11.3 (hypermodeinc#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 (hypermodeinc#7360) (hypermodeinc#7547) * Reuse allocator (hypermodeinc#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 <manish@dgraph.io>
updating changelog for v20.11.2 (hypermodeinc#7470) * updating changelog for v20.11.2 * fixing @auth to not become the mention
fix(sort): Fix multi-sort with nils (hypermodeinc#7432) (hypermodeinc… …#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)
fix(sort): Make sort consistent for indexed and without indexed predi… …cates (hypermodeinc#7241) (hypermodeinc#7323) Make the result of sort consistent for predicate with and without index. After this change, the predicates with null values will appear at the last of the sort result for both ascending and descending sort, for both index/no-index case. Before this change the result for predicate with index didn't contain the null predicates and the one without index treated nulls as infinite value - they appeared at the beginning for descending while at the end for the ascending sort case. NOTE: This is a breaking change for the response of sort. Co-authored-by: Rajas Vanjape <rajas@dgraph.io> (cherry picked from commit 85278f8)
PreviousNext