Elasticsearch database

What is the underlying database type used by Elasticsearch and what is
maximum size of logs that can be stored in Elasticsearch?

--
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/d2f1b928-2547-4a26-84b4-f6ea49b96ebe%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Lucene (inverted index) is the underlying store. The maximum number of
documents that can be stored in it varies by hardware. You can scale ES out
horizontally with many nodes/servers if needed.

--
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/f90e5ea4-701f-485f-a774-8616f747d87b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

On Wed, Mar 5, 2014 at 4:41 AM, san sandks14@gmail.com wrote:

what is maximum size of logs that can be stored in Elasticsearch?

Each document can be pretty big. Some of mine are in tens of megabyte
dumps from pdf files. Examples:
https://commons.wikimedia.org/w/index.php?title=Special%3ASearch&profile=default&search="mens+rea"~0&fulltext=Search&srbackend=CirrusSearch
Most of those matches are from text extracted from the pdf files. Many of
those files are mostly text so the 10MB pdf turns into 8MB of text or
something.

--
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/CAPmjWd019FKUAUjFOLbN4XhLeMrbyS7%2BXjOWeyN5Ypnd_2yuFw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.