Tim Berglund
Abdelhakim Bendjabeur
08/31/2022, 9:17 AMabhinav wagle
08/31/2022, 5:40 PMcoco
09/01/2022, 10:10 AMProcessed requestId=5111,table=table_poc_OFFLINE,segments(queried/processed/matched/consuming)=785/419/193/-1,...totalExecMS=4113...numDocsScanned=229,...,scanPostFilter=1832
Processed requestId=34700,table=table_poc_OFFLINE,segments(queried/processed/matched/consuming)=784/432/163/-1,...totalExecMS=141...numDocsScanned=177,...,scanPostFilter=1416
Is there any way to reduce this high latency difference?
The table was created with a star-tree index(4 dimension columns, SUM__).
159 dimension columns, 47 metrics columns, 2 date-time columns
3.2T (3 replicas)
2,354 segments
834,221,210 docs
3 pinot-server, heap 16G
3 pinot-broker, heap 8G (the same hardware as pinot-server)Tiger Zhao
09/01/2022, 6:06 PMAnkit Sultana
09/01/2022, 11:54 PMMohit Garg4628
09/03/2022, 6:28 AMJohn Peter S
09/05/2022, 3:05 AMreplicaGroupStrategyConfig
to use Partitioned Replica-Group Segment Assignment
and I give a column and number of instances per partition, I have two questions here:
1. What is the method used for doing this partition?
2. If I am partitioning based on a column and I want to partition a particular value of the column separately how can this be achieved?Peter Pringle
09/05/2022, 6:42 AMRangesh Gupta
09/06/2022, 2:47 AMLars-Kristian Svenøy
09/06/2022, 9:00 AMKarin Wolok
Mithun Vigneswar Gunasekaran
09/07/2022, 4:28 AMInvalid table config: table_REALTIME with error: RealtimeToOfflineTask doesn't support upsert table!
. Any recommendations on how to go about this setup? Our data is more like this - we will have update use cases for data for current and future quarters while earlier quarters' data does not require upsert support. So considering moving the older quarters' data to the offline table while still supporting update for the previous data.
cc: @MayankXiang Fu
Rangesh Gupta
09/08/2022, 3:26 AMPeter Pringle
09/08/2022, 8:31 AMPeter Pringle
09/08/2022, 8:32 AMPeter Pringle
09/08/2022, 8:32 AMPlease add the following configurations to your cluster config:
•
•
• "pinot.multistage.engine.enabled": "true",
•
• "pinot.server.instance.currentDataTableVersion": "4",
•
• "pinot.query.server.port": "8421",
•
• "pinot.query.runner.port": "8442"
Karin Wolok
Yarden Rokach
abhinav wagle
09/08/2022, 5:43 PMAtri Sharma
09/09/2022, 10:36 AMEaugene Thomas
09/09/2022, 10:38 AMTiger Zhao
09/09/2022, 2:35 PMStuart Coleman
09/09/2022, 4:11 PMKumar Ashish
09/10/2022, 6:16 AMaviv e
09/13/2022, 3:56 PMDoris Zhang
09/13/2022, 5:44 PMSaksham Gupta
09/14/2022, 12:41 PMRachelP
09/14/2022, 10:49 PM