Weixiang Sun
07/11/2023, 5:04 PMPagination on Selection
. Can we support Pagination on Aggregation
?Ashutosh Yadav
07/12/2023, 7:13 AMaditi
07/19/2023, 8:12 AMrealtime.segment.flush.threshold.size
or realtime.segment.flush.threshold.segment.size
?aditi
07/19/2023, 8:31 AMaditi
07/19/2023, 7:12 PMaditi
07/20/2023, 10:22 AMaditi
07/20/2023, 2:14 PMcurl "<http://ip:9000/tables/table_name/size?detailed=true>" 2> /dev/null | jq -c
{"tableName":"table_name","reportedSizeInBytes":0,"estimatedSizeInBytes":0,"offlineSegments":null,"realtimeSegments":{"reportedSizeInBytes":0,"estimatedSizeInBytes":0,"missingSegments":0,"segments":{}}}
kafka topic has around GB's of data but no segments in pinot...
When i run producer to add records in pinot , i do see increase in number of records via pinot query console (ran count(*))...
what could be the issue here, why segments are not getting created?aditi
07/21/2023, 2:40 AMaditi
07/21/2023, 5:44 AMPratik Tibrewal
07/24/2023, 8:12 PMminion_untagged
but i find no documentation around how tagging it will be used.Abhijeet Kushe
07/25/2023, 3:01 PMHarish Lakshmi
07/25/2023, 11:17 PMrobert zych
07/26/2023, 4:28 AMaditi
07/31/2023, 1:24 PMaditi
08/01/2023, 4:54 AMaditi
08/10/2023, 5:14 PMJuan Gomez
08/31/2023, 8:10 PMVenkat Boina(VB)
09/21/2023, 10:22 AMDavid Cromberge
10/09/2023, 6:16 PMThanh Tung Dao
10/14/2023, 12:53 PMARRAY[x, y, z]
. I'm trying to find it in both the code and in the documentation but could not find 🤔
Pinot supports ARRAY[x, y, z] syntax to manually craft an array literal. This is good for small scale, and in real prod, we need to add an ARRAY function to generate an ARRAY sequence for a given range.
Similar to the GENERATE_ARRAY function in Google BQ
Jack Luo
10/27/2023, 9:03 PMPushp
10/28/2023, 5:16 PMEvan Galpin
10/30/2023, 11:18 PMJack Luo
11/03/2023, 5:13 AMdataTypeTransformer
supposed to be enabled by implicitly for all tables? Is this the expected default behavior?Kenneth Ohaeri
11/07/2023, 7:10 PMpiby
11/18/2023, 10:21 AMJeff Bolle
12/01/2023, 3:14 AMJeff Bolle
12/01/2023, 3:14 AMharnoor
12/05/2023, 5:01 AMDavid Cromberge
12/07/2023, 9:46 AM