Hi,
I would like to understand the numbers around how costly indexing is when there are updates. Are there any numbers that can be shared, based on your experiences ?
Specifically, lets say I have a blog posts index containing blog posts documents, comments index that contain comments related to blog posts and a likes index which contains likes for comments and posts. In this case, both comments and likes are likely to be updated more often. The blog post itself would not change.
Is the frequent liking/unliking a comment or post, or, adding new comments that causes updates to ES, and hence , reindex , a concern. For now, say, I have only 100000 posts and 10000 comments and 10000 likes. The concurrent users may be no more than 500-1000.
Also at what point should I consider alternatives such as storing some of these fields in a relational database ?
Thanks,
AS