Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Add partitioned index #1232

Merged
merged 10 commits into from
Mar 8, 2019
Merged

Add partitioned index #1232

merged 10 commits into from
Mar 8, 2019

Commits on Mar 8, 2019

  1. add new PartitionedMemoryIdx

    woodsaj committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    dd8a02c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c3db9 View commit details
    Browse the repository at this point in the history
  3. use interface that both MemoryIdx and PartitionedMemoryIdx use

    - add config flag to enable partitionedIndex
    - update cassandra and bigtable indexes to use MemoryIndex interface
    - update all unit tests to run against both MemoryIdx and
      PartitionedMemoryIdx
    woodsaj committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    f4222c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb7cd4f View commit details
    Browse the repository at this point in the history
  5. update docs and configs

    woodsaj committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    06204de View commit details
    Browse the repository at this point in the history
  6. return nil when idx.Find gets no results

    this is just to make response responses consistent between
    MemoryIdx and PartitionedMemoryIdx
    woodsaj committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    8f414e4 View commit details
    Browse the repository at this point in the history
  7. unit test/benchmark tweaks

    woodsaj committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    0b9ec43 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7354fc View commit details
    Browse the repository at this point in the history
  9. fix unit tests

    woodsaj committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    ff4c9a7 View commit details
    Browse the repository at this point in the history
  10. review feedback

    woodsaj committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    b83a9a0 View commit details
    Browse the repository at this point in the history