You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/11/25 17:58:56 UTC

[GitHub] [incubator-pinot] siddharthteotia commented on pull request #6255: Creating a pluggable interface for Table config tuner

siddharthteotia commented on pull request #6255:
URL: https://github.com/apache/incubator-pinot/pull/6255#issuecomment-733861999


   @icefury71 , can we see how the RecommendationEngine (the rule engine that was recently implemented by @jasperjiaguo ) be plugged into this interface or at least we can identify if the abstractions are correct. IIUC, this PR provides a pluggable interface that can use a rule engine and the reommendations generated by the engine to modify the table config?
   
   The existing rule engine takes a couple of inputs (at bare minimum the following) 
   
   - Schema
   - Query pattern
   
   It generates a series of recommendations on how to tune the table config.
   
   It will be great to see if there is an impedance mismatch between the abstractions sooner and converge. cc @jasperjiaguo  @mcvsubbu 


----------------------------------------------------------------
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:
users@infra.apache.org



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