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

Improve hash index #2887

Merged
merged 25 commits into from
Jan 16, 2019
Merged

Improve hash index #2887

merged 25 commits into from
Jan 16, 2019

Commits on Jan 5, 2019

  1. saving state

    srfrog committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    d05f253 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. added new fingerprint func using BLAKE2b

    srfrog committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    0043d6c View commit details
    Browse the repository at this point in the history
  2. renamed function to Hash256 for clarity.

    srfrog committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    437ed96 View commit details
    Browse the repository at this point in the history
  3. replaced 64 fingerprint hash with Hash256

    srfrog committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    5617e04 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    89eeabb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4750b64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8433ccc View commit details
    Browse the repository at this point in the history
  4. fixed minor comment glitches

    srfrog committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7682c55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47fee98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cf914b View commit details
    Browse the repository at this point in the history
  7. simplify pickTokenizer and

    srfrog committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    990c9bc View commit details
    Browse the repository at this point in the history
  8. simplify pickTokenizer

    srfrog committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    2af6293 View commit details
    Browse the repository at this point in the history
  9. using tokenizer id

    srfrog committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    c9fa41a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c46b520 View commit details
    Browse the repository at this point in the history
  11. using tokenizer ids when possible

    fixed bug in getInequalityTokens with fulltext indexes.
    srfrog committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a6d461c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Merge branch 'master' of github.com:/dgraph-io/dgraph into srfrog/iss…

    …ue-2776_improve_hash_index
    srfrog committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    be0064a View commit details
    Browse the repository at this point in the history
  2. added hash index tests

    srfrog committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    2d51a3d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Manish's review. Fixed a new bug introduced by this PR during IdentCu…

    …stom comparison. Simplify pickTokenizer. Added comments.
    manishrjain committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    16e8a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f164a2 View commit details
    Browse the repository at this point in the history
  3. fixed logic

    srfrog committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    3db5ba5 View commit details
    Browse the repository at this point in the history
  4. pickTokenizer return error when comparison func doesn't have non-loss…

    …y (eq) or sortable (le, ge, gt, lt) index
    srfrog committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    5658ded View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b914de View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. re-fixed this slippery lil bug

    srfrog committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    41a3d4d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. removed extra glog

    srfrog committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    3bf1b92 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:/dgraph-io/dgraph into srfrog/iss…

    …ue-2776_improve_hash_index
    srfrog committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    91f24de View commit details
    Browse the repository at this point in the history