Skip to content

ingest-related secondary indexing functionality#959

Merged
rfecher merged 1 commit intomasterfrom
secondary-indexing-rebase
Dec 2, 2016
Merged

ingest-related secondary indexing functionality#959
rfecher merged 1 commit intomasterfrom
secondary-indexing-rebase

Conversation

@rfecher
Copy link
Copy Markdown
Contributor

@rfecher rfecher commented Dec 2, 2016

Here's an updated PR from #958 (new branch with squashed commits)
This PR contains several building blocks related to the secondary indexing capability. It is an incomplete solution and is not wired up to a query planner at this time.

Contains:

  • Redesigned the secondary index table structure (design)
  • Implementation of JOIN, PARTIAL, and FULL secondary index types
  • Integration test to verify 18 permutations of secondary indices are built correctly during ingest: (Accumulo, HBase) * (Numeric, Temporal, Text) * (JOIN, PARTIAL, FULL)
  • Implementation of secondary index query method for Accumulo and HBase (to be called by the query planner based on the CBO’s “index decision”)
  • Integration test for secondary index queries (again tests all 18 permutations listed above)
  • Removes Lucene dependencies and fuzzy text matching classes

@rfecher rfecher merged commit 05510b0 into master Dec 2, 2016
@rfecher rfecher deleted the secondary-indexing-rebase branch December 2, 2016 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants