Hi everyone,
I've a big db with thousand distincts values of keywords type.
I need to get the count of these values distinctly, however I must be extremely accurate so I cannot use "cardinality" and my distincts values are too much to group them into buckets and count the number on docs in each bucket.
Any ideas? Thank's for helps!