sjang92
sjang92
I wonder if this issue is being addressed? For those interested : I am rendering over 600 columns, and the facets-overview protobuf objects are constructed using Map-Reduce, and fetched from...
@jameswex Thank you! I can see that the fix drastically improves performance. However, in my case some of the string features have very high cardinality (hashed features for instance), which...
For these kind of features, I'd want to prevent them from being loaded to facets-overview in the first place. I decided to trim the sorted list of buckets / values...