rohityadav1993 opened a new issue, #13061:
URL: https://github.com/apache/pinot/issues/13061

   The requirement arises from usecases that need to filter out rows that are 
older than a provided timestamp at the time of ingestion.
   
   This can be achieved currently by caller side implementations:
   1. Create a row_ttl column (time) where the value is provided by upstream.
   2. For every query, decorate it with the additional filter clause e.g.: 
`select count(*) where row_ttl > current_timestamp`
   
   The above can be provided as a native feature in Pinot for ease of adopting.
   
   The SLA for filtering out TTLed rows is strict hence any minion based 
approach can not be applied.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to