chenboat opened a new issue #6256: URL: https://github.com/apache/incubator-pinot/issues/6256
Currently for Pinot hybrid tables, the timeboundary offset (used to decide the split of querying either offline table or realtime table) is hardcoded to be 1 day of daily offline tables. This hardcoded value may not work well in many environments. In particular, different companies have different batch data refreshment rate: some can be well under 1 day. It is much better to leave this field to be a configurable parameter for Pinot broker or maybe on table config if needed) https://github.com/apache/incubator-pinot/blob/0f4ee6814a5fa103f5b88d4df75b0968dc7ce641/pinot-broker/src/main/java/org/apache/pinot/broker/routing/timeboundary/TimeBoundaryManager.java#L159 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
