sanjeet006py commented on PR #2125:
URL: https://github.com/apache/phoenix/pull/2125#issuecomment-2830735027

   > One downside is that maxlookback for indexes is not being inherited from 
base table. This could be a problem for CDC indexes. We will have to explicitly 
set maxlookback on indexes.
   
   Yeah, I thought we were fine this limitation while reverting this change.
   
   In general I see two limitations with reverting (noticed these in ITs):
   - Indexes are not inheriting table level max lookback and for CDC indexes we 
need to set it explicitly on a hidden index.
   - QueryCompiler doesn't prevent a user from setting SCN lesser than table 
level max lookback as it doesn't read HBase table attributes.
   
    Shall I create a JIRA for extending setting table level max lookback in 
HBase table attribute as a complete feature?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to