Skip to content

Conversation

@jwomeara
Copy link
Contributor

@jwomeara jwomeara commented Jul 7, 2014

...accumulo data store

@rfecher
Copy link
Contributor

rfecher commented Jul 7, 2014

Look at AccumuloIndexWriter (and the static method AccumuloUtils.write() that it calls). There seems to be a way to get new mutations in without updating locality groups when configured to do so. However, I think we may want to keep a local cache of locality groups within AccumuloIndexWriter unless we can prove that the performance costs of Accumulo's TableOperations.getLocalityGroups() is insignificant enough to be called in rapid succession on bulk ingestion.

@jwomeara
Copy link
Contributor Author

jwomeara commented Jul 9, 2014

Updated the AccumuloIndexWriter to support locality groups.

@rfecher rfecher merged commit a0d8be9 into master Jul 10, 2014
@rfecher rfecher deleted the GEOWAVE-29 branch July 10, 2014 19:56
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.

3 participants