just wondering if it is possible to setup multiple...
# general
c
just wondering if it is possible to setup multiple h3 resolutions for a geometry column? if so, wondering how it works? like during query, how does pinot choose which resolution to use? 😀 thanks.
y
Yes, it's possible
It takes an array in index config
right now it uses lowest resolution
c
Gotcha. Thanks.