According to this link: https://forums.couchbase.com/t/data-vs-index-paths/3564 And others I've read, it is beneficial to separate the data and index paths.
I'm going to be spinning up some new servers on EC2 and I am thinking of creating a separate path for the index and data by attaching an EBS volume for each.
However, while I would previously have lumped everything together on say a single 256MB EBS volume, I'm now unsure what size to make them. Should I make them the same size or different? Should the index be a proportion of the other (e.g. 10% of the data size). Is there a rule of thumb?