# What's the capacity of elasticsearch

**URL:** https://discuss.elastic.co/t/whats-the-capacity-of-elasticsearch/7272
**Category:** Elasticsearch
**Created:** [April 9, 2012, 2:59pm UTC](https://discuss.elastic.co/t/whats-the-capacity-of-elasticsearch/7272 "2012-04-09T14:59:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![limac](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/limac/32/3981_2.png) [@limac](https://discuss.elastic.co/u/limac)
#### Post date: [April 9, 2012, 2:59pm UTC](https://discuss.elastic.co/t/whats-the-capacity-of-elasticsearch/7272/1 "2012-04-09T14:59:07Z")

</div>

I am having about 10 millians of new documents for a day to be realtime  
searching. Is elasticsearch a good choice to do this?

---

<div class="post-metadata">

### Author: ![Radu\_Gheorghe1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/radu_gheorghe1/32/2688_2.png) [@Radu\_Gheorghe1](https://discuss.elastic.co/u/Radu_Gheorghe1)
#### Post date: [April 10, 2012, 7:14am UTC](https://discuss.elastic.co/t/whats-the-capacity-of-elasticsearch/7272/2 "2012-04-10T07:14:25Z")

</div>

Yes 🙂

Actually, it depends on how complex are your documents and your  
searches, how you configure Elasticsearch and what hardware you throw  
at it.

Just to give you some real data, I'm using it for searching log files,  
so documents are ~1k and have only a few fields. My "inserting" script  
uses pyes (python client for ES) and I constantly get above 10K  
inserts per second on my laptop. So it could index 10M logs in well  
under 3 hours.

As for searches, I'm doing simple term queries but I'm sorting the  
results by date, which is quite expensive. And my laptop (i7, 8GB of  
RAM) could get decent query times (few seconds) with up to 50M  
documents or so.

On Apr 9, 5:59 pm, LiMac [cnwangy...@gmail.com](mailto:cnwangy...@gmail.com) wrote:

> I am having about 10 millians of new documents for a day to be realtime  
> searching. Is elasticsearch a good choice to do this?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 3:33am UTC](https://discuss.elastic.co/t/whats-the-capacity-of-elasticsearch/7272/3 "2017-07-06T03:33:05Z")

</div>


