Jeffrey Zeiberg
Jeffrey Zeiberg
Read the comment above the call to exists(). It explains why it is doing this. > `/* * The following call to exists() is important, since we are caching that...
I am inclined to think it should be left as it. Let @keith-turner give you direction on how to proceed. Thank you for your investigation of this issue.
> BTW having the ingest automatically fill in the metadata for when a field is indexed would be great as well. This should probably be encoded in the same way...
> BTW having the ingest automatically fill in the metadata for when a field is indexed would be great as well. This should probably be encoded in the same way...
> FYI, the PushdownMissingIndexRangeNodesVisitor is sort of an initial implementation of this capability. However instead of pushing those nodes down, perhaps range stream index lookup can return a stream of...
@ivakegg , when I open my Accumulo shell for the Datawave Quickstart I see a datawave.metadata table. Is that what you mean by DataMetadata table?
@ivakegg , should the DataFieldCountMap that we discussed go in the datawave.query.util package? That is where the SortedKeyValueIteratorToIterator is.
@ivakegg , in the MetadataTableConfigHelper class in Datawave we already have a SummingCombiner that operates on the 'f' column family. Will it need to be removed so we can put...
@ivakegg , I experimented in the Accumulo shell seeing how the FrequencyCombiner is working on 'f' columns. We need to keep that functionality. As I mentioned in the stand-up, a...
@ivakegg, here is some sample Accumulo shell output where accumulo is running the new frequency column iterator class I wrote. I need to modify some functions in the MetadataHelper and...