gjacoby126 commented on pull request #913:
URL: https://github.com/apache/phoenix/pull/913#issuecomment-725058655


   1. This feature requires a 4.16 client and a 4.16 server. The server code is 
intended to gracefully no-op and not annotate if the client hasn't provided 
anything. 
   2. The question would be how to store the list of tables to annotate, since 
so much of the logic is client-side where we don't have the server-side 
hbase-site.xml. It could be Yet Another PTable Attribute, but I'm unsure if 
it's worth the complexity -- wdyt? The conceptually cleanest way would be to 
annotate replicated tables and not annotate unreplicated ones, but replication 
scope is on the TableDescriptor, which we don't usually have access to 
client-side. 
   
   A critique I received offline to this PR from @priyankporwal suggested that 
annotating indexes might not be worth the storage cost, so we could also 
consider exempting indexes in the next draft (which is waiting on PHOENIX-6186 
to populate the DDL timestamps)


----------------------------------------------------------------
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.

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


Reply via email to