Package org.apache.pinot.broker.routing.adaptiveserverselector
-
Interface Summary Interface Description AdaptiveServerSelector TheAdaptiveServerSelectorintelligently selects the best available server for a segment during query processing. -
Class Summary Class Description AdaptiveServerSelectorFactory TheAdaptiveServerSelectorFactorydetermines the adaptive server selection strategy to use.HybridSelector TheHybridSelectoris an AdaptiveServerSelector implementation that picks the best server based on the following parameters: 1.LatencySelector TheLatencySelectoris an AdaptiveServerSelector implementation that picks the best server based on the exponential weighted moving average (EMA) of query latencies seen by the server.NumInFlightReqSelector TheNumInFlightReqSelectoris an AdaptiveServerSelector implementation that picks the best server based on the number of in-flight queries being processed by the server.