Cinto Sunny
07/09/2020, 6:57 PM/tables/{tableName}/size
{
"tableName": "meetupRsvp",
"reportedSizeInBytes": 0,
"estimatedSizeInBytes": 0,
"offlineSegments": null,
"realtimeSegments": {
"reportedSizeInBytes": 0,
"estimatedSizeInBytes": 0,
"missingSegments": 0,
"segments": {}
}
}
Also, where is the actual location on the disk where the segments are stored ? Is there some config for this ?Neha Pawar
Neha Pawar
Neha Pawar
2020/07/09 12:04:19.699 INFO [StartControllerCommand] [main] Executing command: StartController -clusterName QuickStartCluster -controllerHost null -controllerPort 9000 -dataDir /var/folders/3z/qn6k60qs6ps1bb6s2c26gx040000gn/T/1594321444562/data/PinotControllerDir0 -zkAddress localhost:2123
Cinto Sunny
07/09/2020, 7:08 PMCinto Sunny
07/09/2020, 7:13 PMdu -hsc /var/folders/v0/1cy26sms2rv0x68whkb0jc3r0000gn/T/1594321707531/data/PinotControllerDir0/127.0.0.1_9000/*
0B /var/folders/v0/1cy26sms2rv0x68whkb0jc3r0000gn/T/1594321707531/data/PinotControllerDir0/127.0.0.1_9000/fileDownloadTemp
0B /var/folders/v0/1cy26sms2rv0x68whkb0jc3r0000gn/T/1594321707531/data/PinotControllerDir0/127.0.0.1_9000/fileUploadTemp
0B /var/folders/v0/1cy26sms2rv0x68whkb0jc3r0000gn/T/1594321707531/data/PinotControllerDir0/127.0.0.1_9000/untarredFileTemp
Cinto Sunny
07/09/2020, 7:13 PMNeha Pawar
Neha Pawar
Neha Pawar
Cinto Sunny
07/09/2020, 7:16 PM[
{
"REALTIME": [
"meetupRsvp_REALTIME_1594321725918_0__0__1594321726045"
]
}
]
Neha Pawar
Neha Pawar
Cinto Sunny
07/09/2020, 7:17 PMCinto Sunny
07/10/2020, 8:06 PMTarring segment from: /var/folders/v0/1cy26sms2rv0x68whkb0jc3r0000gn/T/pinot-1594410153012/output/transcript_OFFLINE_1570863600000_1572418800000_2 to: /var/folders/v0/1cy26sms2rv0x68whkb0jc3r0000gn/T/pinot-1594410153012/output/transcript_OFFLINE_1570863600000_1572418800000_2.tar.gz
Size for segment: transcript_OFFLINE_1570863600000_1572418800000_2, uncompressed: 6.03K, compressed: 1.58K
I see the uncompressed size as 6.03K. I am assuming this is the size of the segment.
Also, Is it fair to assume that the pinot query reads the tar to get the results ? I am not sure why we tar the files, since it would be more costly to read.
Thanks for all the help.Neha Pawar
Neha Pawar
Cinto Sunny
07/10/2020, 8:17 PMNeha Pawar
Cinto Sunny
07/10/2020, 8:21 PMNeha Pawar
Cinto Sunny
07/10/2020, 8:22 PM