Hi all, We want to build a new env for pinot, we ...
# general
c
Hi all, We want to build a new env for pinot, we need to build some hybrid tables, Can we assign realtime table data to specified vms and assign offline table data to other vms? thx
m
Yes you can use tags to assign different tags to RT and offline nodes. Also you can use hdfs as deep store
c
Thx Mayank, if we use hadoop as deep store, how about the performance compared to use disk directly
m
Deep store is not in read or write critical path. It is only used as a backup store
c
So your means, we can only use disk directly as pinot storage right?
for query and ingest
m
Yes
c
Thx Mayank