Hey guys,
Currently, I have an index-per-day - and the index stores about 3 different types.
I strucutred them like this:
{
"type": "my_type",
"my_type": {...}
}
Now, we can see ES6 and ES7 wants us to move to typeless, which means I will have 3 indices per day.
However, as I aware of - having too much shards will make my searches slower.
So can you guys help me understand if having index-per-type is a good thing or not ? I will a lot more indices and a lot more of shards eventually.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.