# ES Scalability Issues

**URL:** https://discuss.elastic.co/t/es-scalability-issues/12613
**Category:** Elasticsearch
**Created:** [July 2, 2013, 9:39am UTC](https://discuss.elastic.co/t/es-scalability-issues/12613 "2013-07-02T09:39:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Anand\_Nalya](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/anand_nalya/32/571_2.png) [@Anand\_Nalya](https://discuss.elastic.co/u/Anand_Nalya)
#### Post date: [July 2, 2013, 9:39am UTC](https://discuss.elastic.co/t/es-scalability-issues/12613/1 "2013-07-02T09:39:39Z")

</div>

Hi,

I'm running tests for ES scalability and getting some strange results. I've  
a two node cluster running on separate machines, with 8GB assigned to each  
node and each writing to there respective local disk. Replication is set to  
0 and number of shards to 4.

When I ran with only a one node cluster, I got a throughput of around 875  
records per second. Then I deleted the index and added another node. This  
time the throughput dropped to 784 records per second.

I'm using BulkRequestBuilder java api to persist two documents at a time  
with the second being the child of the first.

Thanks,  
Anand

--  
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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![radu\_gheorghe](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/radu_gheorghe/32/556_2.png) [@radu\_gheorghe](https://discuss.elastic.co/u/radu_gheorghe)
#### Post date: [July 2, 2013, 1:23pm UTC](https://discuss.elastic.co/t/es-scalability-issues/12613/2 "2013-07-02T13:23:46Z")

</div>

Hello Anand,

On Tue, Jul 2, 2013 at 12:39 PM, anand nalya [anand.nalya@gmail.com](mailto:anand.nalya@gmail.com) wrote:

> Hi,
> 
> I'm running tests for ES scalability and getting some strange results.  
> I've a two node cluster running on separate machines, with 8GB assigned to  
> each node and each writing to there respective local disk. Replication is  
> set to 0 and number of shards to 4.
> 
> When I ran with only a one node cluster, I got a throughput of around 875  
> records per second. Then I deleted the index and added another node. This  
> time the throughput dropped to 784 records per second.
> 
> I'm using BulkRequestBuilder java api to persist two documents at a time  
> with the second being the child of the first.

Does this mean you're only sending two documents in each bulk? If the  
answer is yes, then maybe the speed drop is just because of the network  
overhead (which can get a bit higher when you add a second node because  
they have to talk to each other).

If you get the same problem with bigger bulks, then it's strange. I would  
monitor the cluster with something like  
SPM[http://sematext.com/spm/elasticsearch-performance-monitoring/](http://sematext.com/spm/elasticsearch-performance-monitoring/)to  
see where the bottleneck is.

Best regards,  
Radu

--  
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](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<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, 2:28am UTC](https://discuss.elastic.co/t/es-scalability-issues/12613/3 "2017-07-06T02:28:40Z")

</div>


