You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Jackie-Jiang (via GitHub)" <gi...@apache.org> on 2023/07/12 00:41:33 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #10712: Add support for table alias for ease of replacing a table

Jackie-Jiang commented on issue #10712:
URL: https://github.com/apache/pinot/issues/10712#issuecomment-1631686849

   > @Jackie-Jiang is the way that this is done for hybrid tables (replacing `myTable` with `myTable_OFFLINE` and `myTable_REALTIME` generic and flexible enough to be recycled to support this feature of table alias/logical table name?
   
   Good point! We can think of `myTable` as logical table, and `myTable_OFFLINE` and `myTable_REALTIME` as physical table. Currently the mapping is fixed, where logical table always map to physical table of the same name and with type suffix. We want to introduce a more flexible mapping, where logical table can map to other physical tables


-- 
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-unsubscribe@pinot.apache.org

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