Hi,
I'm started working on the project which will likely have lots of documents in every single language and because of that I'm a bit worried storing everything into one single shard. What would be the best way for data store, any advices how I should split my data ? I was thinking about going for alphabet (make a shard for every single alphabet letter, but knowing fact that there will be lots of languages - not only English, this is not an option).
Thank you for your advicesin advance.