Chengxuan Wang
05/10/2022, 5:51 AM{\"H3IndexFilterOperator Time\":16},{\"DocIdSetOperator Time\":16}
what does the number mean in the query traceinfo
? is it 16ms?coco
05/10/2022, 9:45 AMTimothy Spann
05/11/2022, 4:50 PMLuy
05/11/2022, 5:51 PMLuy
05/11/2022, 7:11 PMAndy Li
05/11/2022, 9:29 PMCOALESCE
or multi-column CASE
statements on the Pinot side. This seems reasonable for predicates as currently it looks like push down logic is on aggregations / predicates. However, we're looking for some performance improvements here by having this as a SELECT
pushdown instead of having to return all data to Presto for processing as we can "aggregate" row-wise for various operators and take advantage of certain indexing i.e. bloom filters, etc. for COALESCE
, CONCAT
, etc. Are there concerns or pointers around this? @Xiang FuSaumya Upadhyay
05/12/2022, 4:40 AMcoco
05/12/2022, 8:32 AMsegment.name.prefix : normalizedDate
exclude.sequence.id : false
-- input data file
<hdfs://data/pinot_poc/input_table/yyyymmdd=20220512/data-file-0.parq>
<hdfs://data/pinot_poc/input_table/yyyymmdd=20220512/data-file-1.parq>
<hdfs://data/pinot_poc/input_table/yyyymmdd=20220512/data-file-2.parq>
-- pinot segment
<hdfs://data/pinot_poc/controller/segments/pinot_table/batch_2022-05-12_2022-05-12_0>
<hdfs://data/pinot_poc/controller/segments/pinot_table/batch_2022-05-12_2022-05-12_1>
<hdfs://data/pinot_poc/controller/segments/pinot_table/batch_2022-05-12_2022-05-12_2>
------------------------------
If I redo the batch and the data file is reduced to two:
-- input data file
<hdfs://data/pinot_poc/input_table/yyyymmdd=20220512/data-file-0.parq>
<hdfs://data/pinot_poc/input_table/yyyymmdd=20220512/data-file-1.parq>
segment.name: fixed
If I have to use the 'segment.name:fixed' setting, how can I gracefully delete the segment 'batch_2022-05-12_2022-05-12_2'?Tanmay Movva
05/12/2022, 12:08 PMKishore G
Nisheet
05/13/2022, 8:20 AMAlice
05/13/2022, 2:21 PMMap
05/13/2022, 5:53 PMwithIf we have two fields to unnest, each field is an array of 4 elements, does it mean we would get 4 * 4 = 16 records?, a record with the nested collection will unnest into multiple recordsunnestFields
Nizar Hejazi
05/13/2022, 6:40 PMAlice
05/15/2022, 2:18 AMAlice
05/16/2022, 6:56 AMHarish Bohara
05/16/2022, 8:41 AMKarin Wolok
Ram
05/17/2022, 8:41 PMRam
05/17/2022, 8:46 PMharry singh
05/18/2022, 9:41 AMsunny
05/19/2022, 2:16 AMapache-pinot-0.9.3-bin/bin/pinot-admin.sh StopProcess -controller/-server/-broker
How do I know why it's not shutting down when executing stop command ?
Also, is there any other way to stop pinot component safely?
Thank you in advance.Karin Wolok
Karin Wolok
Karin Wolok
Karin Wolok
Arash
05/19/2022, 10:04 PMDiana Arnos
05/20/2022, 10:07 AMMatthias
05/20/2022, 4:09 PMAbhay Rawat
05/23/2022, 10:16 AM