Hello, congratz on the tiered storage! I'm readin...
# general
j
Hello, congratz on the tiered storage! I'm reading the announcement and it says: Note that this is not implemented as lazy-loading - Pinot servers directly query data on the cloud and are never downloading the entire segments locally. May I ask how does it work? I know close to nothing about S3, but I believe it's a dummy blob-store. You have to download blobs with segments before querying them, don't you? Am I missing anything? Thanks for any hint!
m
cc @User @User
👍 1
k
We will publish another blog on the details but at a high level S3 has api where you can read a part of the blob and we leverage that
l
Where do we get this announcements?
k
l
😮
this will definitely be beneficial for our use case thank you!
🍷 5
j
If I understand it right Apache Pinot won't copy the whole blob, but just some parts of it. Thank you!
k
thats right, only the parts that are needed to process the query.
👍 1