am i missing something, but if you have ```# table...
# getting-started
x
am i missing something, but if you have
Copy code
# table1
<s3://bucket/pinot-segments/table1/>

# table2
<s3://bucket/pinot-segments/table2/>
do you need to tell controller where segments for each table? i only see
controller.data.dir
i tried keeping segments for different tables in the same root dir with different prefixes and it worked
although this wasnt obvious when i tried to look in the docs, maybe i missed where?
k
Are you storing the segments on the controller?
x
no, im using deep store
i am trying to tweak my settings for fast queries now
i haven’t really seen a guide or resource for this, so trying different segment size / server settings / index types
k
Agree, we can definitely improve the docs
x
ah im not complaining here. just explaining the context why i have different segments for different tables (benchmarking)
m
I think the current usage model is that you may have controller data dir as the parent of the two tables in s3. cc @User @User