Saranya Krishnakumar created CASSSIDECAR-363:
------------------------------------------------

             Summary: Add TimeRangeFilter to filter out SSTables outside given 
time window
                 Key: CASSSIDECAR-363
                 URL: https://issues.apache.org/jira/browse/CASSSIDECAR-363
             Project: Sidecar for Apache Cassandra
          Issue Type: New Feature
            Reporter: Saranya Krishnakumar


Creating this MTC request to add time range filter in Bulk Reader. This filter 
can improve the performance of bulk reader especially for tables using 
TimeWindowCompactionStrategy, when analytics users want to filter out SSTables 
outside the required time window. Analytics users will be able to set start and 
end timestamp of SSTable they are interested in with spark options. Internally 
a time range filter is created from the options and passed to SSTableReader. We 
filter out SSTables with min and max SSTable timestamp and avoid streaming data 
files.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to