Details
-
Type:
New Feature
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0.0
-
Fix Version/s: None
-
Component/s: HBase Module
-
Labels:None
Description
We need a way to be able to mark certain records as dirty when writing and then be able to scan only on the dirty records to allow for incremental processing of only the updated data to the system.
The scope of this JIRA is to implement the above for HBase, but it is conceivable to see this extended to other components as well.
A subtask of this JIRA is to be able to provide SPI hookups to get the list of ActionModifiers (Put, Get, Scan, Delete) to modify the underying operations before its executed.