for server node, the above properties are used to ...
# general
a
for server node, the above properties are used to config local attached disk, right?
m
Yes, set these to a local attached disk mount.
a
according to the doc https://docs.pinot.apache.org/users/tutorials/use-s3-as-deep-store-for-pinot#start-server, even if I use S3 as deepstore, a local attached disk is still required for a server node, is it correct?
Got it, thanks, @User
m
Yes, for OSS Pinot, you need both.
Deep store is for storing copy of data for disaster recovery. Local copy is needed for faster processing.
a
how much storage should i set for my local copy, is there a resource that i can refer to?
m
Depends on your workload requirements. You can go up to 1 TB per node
a
I see, thanks, Mayank.