What if there are too many types in an index

what if there are thousands of or even more types within an index (and keep
increasing quickly) , it will consume more heap size and impact the
performance of the cluster ?

Thanks.

--
不学习,不知道

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CA%2BJstLCbCMpw9N2OpF0s33EjzVkUe9U_cCRQ_im28tmO5m0OFQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

I don't think this should cause any issues. Types in Elasticsearch is
similar to "tables" in any relational data base. Your memory/performance
will ultimately depend on

  • types of queries your use
  • amount of data you index
  • most important, kind of hardware you use to run Elasticsearch

On Sunday, 1 February 2015 21:48:46 UTC-8, 潘飞 wrote:

what if there are thousands of or even more types within an index (and
keep increasing quickly) , it will consume more heap size and impact the
performance of the cluster ?

Thanks.

--
不学习,不知道

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/3f869101-e11d-4ca6-9894-df0197e62036%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.