# What sort of write frequency does elasticsearch support?

**URL:** https://discuss.elastic.co/t/what-sort-of-write-frequency-does-elasticsearch-support/5136
**Category:** Elasticsearch
**Created:** [August 12, 2011, 11:01am UTC](https://discuss.elastic.co/t/what-sort-of-write-frequency-does-elasticsearch-support/5136 "2011-08-12T11:01:51Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![doug\_livesey](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/doug_livesey/32/2114_2.png) [@doug\_livesey](https://discuss.elastic.co/u/doug_livesey)
#### Post date: [August 12, 2011, 11:01am UTC](https://discuss.elastic.co/t/what-sort-of-write-frequency-does-elasticsearch-support/5136/1 "2011-08-12T11:01:51Z")

</div>

Hi -- we're about to replace a lot of our search and index queries with  
elasticsearch, but were also thinking about having it serve get requests by  
id on items.  
To do this, we'd need to keep the search index totally up-to-date with the  
database, which may involve a lot of writes.  
We estimate these (research ongoing) to be \< 5000 per day, but as we mainly  
operate in the UK, those will cluster around UK daylight hours.  
Would elasticsearch comfortably handle that amount of index writing?  
And at what point do people think we'd need to start worrying about pulling  
the updates to one side to perform as a bulk operation?  
Thanks for any & all advice,  
Doug.

---

<div class="post-metadata">

### Author: ![Ivan](https://avatars.discourse-cdn.com/v4/letter/i/df788c/32.png) [@Ivan](https://discuss.elastic.co/u/Ivan)
#### Post date: [August 12, 2011, 1:59pm UTC](https://discuss.elastic.co/t/what-sort-of-write-frequency-does-elasticsearch-support/5136/2 "2011-08-12T13:59:18Z")

</div>

5000 is not a lot for any configuration. In one of my projects,  
elasticsearch continuously indexes (using a bulk indexer for performance  
reasons, but not really necessary) around 75K documents a day on an EC2  
microinstance (613MBs total of memory/300MBs allocated toward the JVM). For  
another project, I was incorrectly not using a bulk indexer when batch  
updating, resulting in 50K+ continuous inserts. Once again, no issues.

--  
Ivan

On Fri, Aug 12, 2011 at 7:01 AM, doug livesey [biot023@gmail.com](mailto:biot023@gmail.com) wrote:

> Hi -- we're about to replace a lot of our search and index queries with  
> elasticsearch, but were also thinking about having it serve get requests by  
> id on items.  
> To do this, we'd need to keep the search index totally up-to-date with the  
> database, which may involve a lot of writes.  
> We estimate these (research ongoing) to be \< 5000 per day, but as we mainly  
> operate in the UK, those will cluster around UK daylight hours.  
> Would elasticsearch comfortably handle that amount of index writing?  
> And at what point do people think we'd need to start worrying about pulling  
> the updates to one side to perform as a bulk operation?  
> Thanks for any & all advice,  
> Doug.

---

<div class="post-metadata">

### Author: ![doug\_livesey](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/doug_livesey/32/2114_2.png) [@doug\_livesey](https://discuss.elastic.co/u/doug_livesey)
#### Post date: [August 12, 2011, 3:13pm UTC](https://discuss.elastic.co/t/what-sort-of-write-frequency-does-elasticsearch-support/5136/3 "2011-08-12T15:13:08Z")

</div>

That's excellent news to hear, thankyou! 🙂

On 12 August 2011 14:59, Ivan Brusic [ivan@brusic.com](mailto:ivan@brusic.com) wrote:

> 5000 is not a lot for any configuration. In one of my projects,  
> elasticsearch continuously indexes (using a bulk indexer for performance  
> reasons, but not really necessary) around 75K documents a day on an EC2  
> microinstance (613MBs total of memory/300MBs allocated toward the JVM). For  
> another project, I was incorrectly not using a bulk indexer when batch  
> updating, resulting in 50K+ continuous inserts. Once again, no issues.
> 
> --  
> Ivan
> 
> On Fri, Aug 12, 2011 at 7:01 AM, doug livesey [biot023@gmail.com](mailto:biot023@gmail.com) wrote:
> 
> > Hi -- we're about to replace a lot of our search and index queries with  
> > elasticsearch, but were also thinking about having it serve get requests by  
> > id on items.  
> > To do this, we'd need to keep the search index totally up-to-date with the  
> > database, which may involve a lot of writes.  
> > We estimate these (research ongoing) to be \< 5000 per day, but as we  
> > mainly operate in the UK, those will cluster around UK daylight hours.  
> > Would elasticsearch comfortably handle that amount of index writing?  
> > And at what point do people think we'd need to start worrying about  
> > pulling the updates to one side to perform as a bulk operation?  
> > Thanks for any & all advice,  
> > Doug.

---

<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:57am UTC](https://discuss.elastic.co/t/what-sort-of-write-frequency-does-elasticsearch-support/5136/4 "2017-07-06T03:57:18Z")

</div>


