Multiple Indices vs Multiple type

Hi
I am trying to create an auto Suggest with searchTerm and locality. I have
3.5 million cosumerDocuments (3.5gb), 1 million locality documents and 0.3
million of consumer1Documents. Is it better to create 3 different indices
or 1 index with 3 different types. It's okay if write queries are slow but
I want faster read queries.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

1 Like

Hello Vinay,

For best query performance, especially if you often query those separately,
I'd put them in different indices.

Best regards,
Radu

On Wed, Jul 10, 2013 at 8:52 AM, Vinay Gurram mail2vinaygurram@gmail.comwrote:

Hi
I am trying to create an auto Suggest with searchTerm and locality. I have
3.5 million cosumerDocuments (3.5gb), 1 million locality documents and 0.3
million of consumer1Documents. Is it better to create 3 different indices
or 1 index with 3 different types. It's okay if write queries are slow but
I want faster read queries.

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
http://sematext.com/ -- Elasticsearch -- Solr -- Lucene

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.