Recently, i found that the mapping types will be removed once v6.0 is released.
I would like to know the thoughts on suggested alternatives:
-
Create index per type - I have around 30types. So indexes created will be 30. Does ES perform better while searching multiple indices ? In the past i have been reading posts where people suggest on keeping the number to indices to minimum for better search.
-
Single index, but a "type" field to differentiate the type - It would be a bit difficult to visualize data esp. in HEAD plugin or any like software. Will this approach perform better while search than the #1 above ?
Misc query:
What will be the impact on indexing performance on both above alternatives ?