Hi,
we are migrating to ES 6.x so we are redesigning our schemas.
I am wondering which is better for performance ? to have multiple an index for each type or to create one index and add a new type field.
I know that if we will put all the types in one index that would mean that elasticsearch will process all the docs. so this might mean lower performance.