-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improve hash index #2887
Improve hash index #2887
Commits on Jan 5, 2019
-
srfrog committed
Jan 5, 2019 Configuration menu - View commit details
-
Copy full SHA for d05f253 - Browse repository at this point
Copy the full SHA d05f253View commit details
Commits on Jan 8, 2019
-
added new fingerprint func using BLAKE2b
srfrog committedJan 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 0043d6c - Browse repository at this point
Copy the full SHA 0043d6cView commit details -
renamed function to Hash256 for clarity.
srfrog committedJan 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 437ed96 - Browse repository at this point
Copy the full SHA 437ed96View commit details -
replaced 64 fingerprint hash with Hash256
srfrog committedJan 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 5617e04 - Browse repository at this point
Copy the full SHA 5617e04View commit details
Commits on Jan 10, 2019
-
pickTokenizer use hash tokenizer when list is lossy.
srfrog committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 89eeabb - Browse repository at this point
Copy the full SHA 89eeabbView commit details -
added tokenizer identifier list for enforcing tokenizer.
srfrog committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 4750b64 - Browse repository at this point
Copy the full SHA 4750b64View commit details -
compare func using hash index if available and eq won't compare values
srfrog committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 8433ccc - Browse repository at this point
Copy the full SHA 8433cccView commit details -
srfrog committed
Jan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 7682c55 - Browse repository at this point
Copy the full SHA 7682c55View commit details -
use tokenizer identifier consts, change hash to non-lossy.
srfrog committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 47fee98 - Browse repository at this point
Copy the full SHA 47fee98View commit details -
using non-lossy hash so no need for extra logic in handleCompareFunction
srfrog committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 4cf914b - Browse repository at this point
Copy the full SHA 4cf914bView commit details -
srfrog committed
Jan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 990c9bc - Browse repository at this point
Copy the full SHA 990c9bcView commit details -
srfrog committed
Jan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 2af6293 - Browse repository at this point
Copy the full SHA 2af6293View commit details -
srfrog committed
Jan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for c9fa41a - Browse repository at this point
Copy the full SHA c9fa41aView commit details -
added id value for custom tokenizers, IdentCustom
srfrog committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for c46b520 - Browse repository at this point
Copy the full SHA c46b520View commit details -
using tokenizer ids when possible
fixed bug in getInequalityTokens with fulltext indexes.
srfrog committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for a6d461c - Browse repository at this point
Copy the full SHA a6d461cView commit details
Commits on Jan 11, 2019
-
Merge branch 'master' of github.com:/dgraph-io/dgraph into srfrog/iss…
…ue-2776_improve_hash_index
srfrog committedJan 11, 2019 Configuration menu - View commit details
-
Copy full SHA for be0064a - Browse repository at this point
Copy the full SHA be0064aView commit details -
srfrog committed
Jan 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 2d51a3d - Browse repository at this point
Copy the full SHA 2d51a3dView commit details
Commits on Jan 14, 2019
-
Manish's review. Fixed a new bug introduced by this PR during IdentCu…
…stom comparison. Simplify pickTokenizer. Added comments.
Configuration menu - View commit details
-
Copy full SHA for 16e8a9f - Browse repository at this point
Copy the full SHA 16e8a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f164a2 - Browse repository at this point
Copy the full SHA 0f164a2View commit details -
srfrog committed
Jan 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 3db5ba5 - Browse repository at this point
Copy the full SHA 3db5ba5View commit details -
pickTokenizer return error when comparison func doesn't have non-loss…
…y (eq) or sortable (le, ge, gt, lt) index
srfrog committedJan 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 5658ded - Browse repository at this point
Copy the full SHA 5658dedView commit details -
added warning for eq comparison without non-lossy tokenizer
srfrog committedJan 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 8b914de - Browse repository at this point
Copy the full SHA 8b914deView commit details
Commits on Jan 15, 2019
-
re-fixed this slippery lil bug
srfrog committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 41a3d4d - Browse repository at this point
Copy the full SHA 41a3d4dView commit details
Commits on Jan 16, 2019
-
srfrog committed
Jan 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 3bf1b92 - Browse repository at this point
Copy the full SHA 3bf1b92View commit details -
Merge branch 'master' of github.com:/dgraph-io/dgraph into srfrog/iss…
…ue-2776_improve_hash_index
srfrog committedJan 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 91f24de - Browse repository at this point
Copy the full SHA 91f24deView commit details