I had a cluster which was running in Elastic 2.3 for a while, we had plans to upgrade to 5.6 and to 6 eventually.
We upgraded the cluster to 5.6 using the full cluster restart method.
After the upgrade the index that was created in 2.3 was restored in 5.6.
There is a performance degrade in indexing speed for the index that was created in 2.3 and running in 5.6.
The index mapping had few "string" data types.I read that this data type is not used in 5.6, but is supported for the indices created in 2.3. But can this be a reason for slow indexing speed ?
I have created a new index with 5.6[ keyword data type] and try to load documents at the same rate and this works absolutely fine.
Is there anything else that we have to take into consideration that might effect 2.3 index running in 5.6 ?
Does index size anyway effect indexing speed in 5.6.The same index is still doing good in 2.3