Ivan Bella
Ivan Bella
We need a query logic (BaseQueryLogic extension) that can be configured with a remote URL through which its activities are delegated using the standard create, next, and close rest calls.
The numeric regex normalization currently will attempt a normal regex normalization against the value, and will use as a quoted literal regex (e.g. \Q\E). Hence if there are any wildcards...
The IngestJob is dumping the map/reduce job counters multiple times in the logs. The org.apache.hadoop.mapreduce.job will dump the counters so there is no need for Datawave code to dump the...
A specialty iterator is needed which handles null/not null checks against non-event fields to allow their usage in queries. The iterator would need to return at most one key per...
We made fixes for #622 to address critical issues. We need unit tests on these classes.
The phrase indexes that are gather could be reduced to only those fields that we are actually gathering excerpts for.
I would be nice to be able to hover over a paren in the query or query plan and to see where the matching parenthesis is. Both by highlighting and...
The query metric parameters tend to span many horizontal pages, usually due to the length of the return fields and/or limit fields parameters. We need to format that column in...
We have determined that the changes that were made for the grouping queries ( #1400 ) is causing a general slowdown of queries across the board. We don't know where...
The f column family in the DataMetadata table can get too large. We should consider aggregating the f column records into a single entry per field.