Hi I'm exploring Pinot as a potential serving laye...
# general
r
Hi I'm exploring Pinot as a potential serving layer replacement of HDFS in our org.... Does writing orc files from s3 (5Tb in batches for now) everyday makes sense for Pinot?
k
5TB every day or 5TB in total
r
everyday retained upto 5 days
k
yeah, that should be fine
r
for more context: we're storing around 30Tb in total at any time in HDFS, tried replacing it with AWS Aurora (Postgres) though the reads are sub ms , writes have been a constant pain to deal with
k
make sure you use the metadata + uri based push
r
any place you'd personally recommend to begin with for this particular scenario for like a quick demo of sorts
k
this should allow you to start it up quickly
m
@Raghav I am also curious to learn a bit more on what kind of querying capability are you looking for?