Luis Fernandez
01/11/2023, 6:59 PMrobert zych
01/12/2023, 5:20 AMrobert zych
01/12/2023, 5:21 AMMark Needham
01/13/2023, 1:43 PMLuis Fernandez
01/26/2023, 4:57 PMLuis Fernandez
01/26/2023, 4:57 PMrobert zych
01/26/2023, 5:13 PMbucketTimePeriod
settingrobert zych
01/26/2023, 5:16 PM1d
Luis Fernandez
01/26/2023, 7:15 PMtimestamp product_id shop_id view_count
1674745200 1 1 2
1674748800 1 1 3
1674752400 2 1 4
this is all hourly records so ideally i would like that to become truncated to the day after it’s rolled up so now this is today at 12
timestamp product_id shop_id view_count
1674691200 1 1 5
1674691200 2 1 4
does that make sense?Luis Fernandez
01/26/2023, 7:15 PMrobert zych
01/26/2023, 7:38 PMrobert zych
01/26/2023, 7:44 PM"task": {
"taskTypeConfigsMap": {
"RealtimeToOfflineSegmentsTask": {
"bucketTimePeriod": "1d",
"bufferTimePeriod": "2d",
"roundBucketTimePeriod": "1d",
"mergeType": "rollup",
"view_count.aggregationType": "sum",
"maxNumRecordsPerSegment": "100000"
}
}
}
robert zych
01/27/2023, 6:05 AMMark Needham
01/27/2023, 12:54 PMrobert zych
01/27/2023, 1:48 PMrobert zych
01/27/2023, 1:50 PMrobert zych
01/27/2023, 2:09 PMrobert zych
01/27/2023, 2:17 PMMark Needham
01/27/2023, 2:49 PMrobert zych
01/27/2023, 5:55 PMtimeType
is set to msLuis Fernandez
01/27/2023, 6:04 PMrobert zych
01/27/2023, 6:13 PMrobert zych
01/27/2023, 6:16 PMCollected stats for 2 documents
Created dictionary for LONG column: shop_id with cardinality: 1, range: 1 to 1
Created dictionary for LONG column: product_id with cardinality: 2, range: 1 to 2
Created dictionary for LONG column: view_count with cardinality: 2, range: 4 to 5
Created dictionary for LONG column: timestamp with cardinality: 1, range: 1674604800000 to 1674604800000
robert zych
01/27/2023, 6:19 PMrobert zych
01/27/2023, 6:32 PM{"timestamp": 1674658800000,"product_id": 1,"shop_id": 1,"view_count": 2}
{"timestamp": 1674662400000,"product_id": 1,"shop_id": 1,"view_count": 3}
{"timestamp": 1674666000000,"product_id": 2,"shop_id": 1,"view_count": 4}
robert zych
01/28/2023, 6:10 AMrobert zych
01/28/2023, 1:42 PMingestionConfig
was missing from the offline table. Now when I query for data before the time boundary (ie latest timestamp in offline table - 1 hr) I only get data from the offline table.Peter Pringle
02/18/2023, 2:56 PM