--
You received this message because you are subscribed to the Google Groups "Druid User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to druid-user+...@googlegroups.com.
To post to this group, send email to druid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/dc353ac6-d354-4e23-9083-0b94fad9c677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That's awesome. High cardinality dimension indexing has been a pain for a while. It is possible to get stuck doing utf8 conversions for string compares way too much. I've considered getting a utf8 comparator for bytebuffer. But that is a lot more complex than it sounds because utf8 has some interesting corner cases.
To view this discussion on the web visit https://groups.google.com/d/msgid/druid-user/fcd01089-8e98-4c15-9c7a-7dbcb78f2283%40googlegroups.com.
I'm really looking forward to see what you came up with.