egalpin opened a new pull request, #13742:
URL: https://github.com/apache/pinot/pull/13742

   Relates to https://github.com/apache/pinot/issues/10712
   
   This PR proposes to remove the concept of separate "servers" for OFFLINE and 
REALTIME query handling.  Instead, queries are uniquely identified based on the 
physical table that they target in the actual query (myTable_OFFLINE or 
myTable_REALTIME). The hashcode of the Thrift PinotQuery object is unique 
per-server, per-physical-table.  
   
   This change helps pave the way for Logical Table support by allowing a 
single broker request to more easily "fanout" into arbitrarily many requests 
issued to each required server.
   
   There may be a few rough edges here and there, but I'd like to open this for 
feedback on the concept and current implementation. 


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

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