# Indexing performance problems

**URL:** https://discuss.elastic.co/t/indexing-performance-problems/3415
**Category:** Elasticsearch
**Created:** [October 6, 2010, 4:41pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415 "2010-10-06T16:41:02Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![thiago](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thiago/32/32096_2.png) [@thiago](https://discuss.elastic.co/u/thiago)
#### Post date: [October 6, 2010, 4:41pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/1 "2010-10-06T16:41:02Z")

</div>

Hello ppl,

```
I currently experiencing performance problem when indexing. The system

```

is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
ElasticSearch stops responding consuming 100% of a cpu's core.  
My current setup is:

```
     2Ghz Quad Core Xeon CPU
     6GB RAM
     Currently, there's ~15.000.000 indexed
     2 elasticsearch node setup:
           Xms256M and Xmx768M
           Default shard configuration
           FS gateway data dir and node work dir in separated physical

```

disks (although the work dir is shared in the same disk by the 2 nodes)

When ElasticSearch starts consuming 100% of a cpu's core (that is 25% in  
total, since it's a quadcore) I get the following in log files:

```
       First, a serie of OutOfMemoryError: Java heap space (from all

```

sort of stacktrace points).  
Then tons of Long GC collection occurred, took [15.1s], breached  
threshold [10s] (with the first number varying from 10s to 60s)  
And finally all sort of exception like java.io.IOException: No  
commit point data and  
org.elasticsearch.transport.SendRequestTransportException

```
The situation is only normalized after I shutdown the cluster, clean up

```

the work dir and wait for a full clust recovery.

```
Any clue anyone?

```

Regards,  
Thiago Souza

---

<div class="post-metadata">

### Author: ![Pablo\_Borges](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pablo_borges/32/3313_2.png) [@Pablo\_Borges](https://discuss.elastic.co/u/Pablo_Borges)
#### Post date: [October 6, 2010, 5:31pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/2 "2010-10-06T17:31:36Z")

</div>

I've seen the same problem, which was solved increasing -Xmx to 2G, but also  
got index corruption, which required reindexing.

On Wed, Oct 6, 2010 at 1:41 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com) wrote:

> Hello ppl,
> 
> ```
> I currently experiencing performance problem when indexing. The system
> 
> ```
> 
> is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
> Elasticsearch stops responding consuming 100% of a cpu's core.  
> My current setup is:
> 
> ```
> 2Ghz Quad Core Xeon CPU
> 6GB RAM
> Currently, there's ~15.000.000 indexed
> 2 elasticsearch node setup:
> Xms256M and Xmx768M
> Default shard configuration
> FS gateway data dir and node work dir in separated physical
> 
> ```
> 
> disks (although the work dir is shared in the same disk by the 2 nodes)
> 
> When Elasticsearch starts consuming 100% of a cpu's core (that is 25% in  
> total, since it's a quadcore) I get the following in log files:
> 
> ```
> First, a serie of OutOfMemoryError: Java heap space (from all
> 
> ```
> 
> sort of stacktrace points).  
> Then tons of Long GC collection occurred, took [15.1s], breached  
> threshold [10s] (with the first number varying from 10s to 60s)  
> And finally all sort of exception like java.io.IOException: No  
> commit point data and  
> org.elasticsearch.transport.SendRequestTransportException
> 
> ```
> The situation is only normalized after I shutdown the cluster, clean up
> 
> ```
> 
> the work dir and wait for a full clust recovery.
> 
> ```
> Any clue anyone?
> 
> ```
> 
> Regards,  
> Thiago Souza

---

<div class="post-metadata">

### Author: ![thiago](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thiago/32/32096_2.png) [@thiago](https://discuss.elastic.co/u/thiago)
#### Post date: [October 6, 2010, 7:31pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/3 "2010-10-06T19:31:44Z")

</div>

Unfortunately I can not increase it to 2G

On Wed, Oct 6, 2010 at 14:31, Pablo Borges [pablort@gmail.com](mailto:pablort@gmail.com) wrote:

> I've seen the same problem, which was solved increasing -Xmx to 2G, but  
> also got index corruption, which required reindexing.
> 
> On Wed, Oct 6, 2010 at 1:41 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> 
> > Hello ppl,
> > 
> > ```
> > I currently experiencing performance problem when indexing. The system
> > 
> > ```
> > 
> > is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
> > Elasticsearch stops responding consuming 100% of a cpu's core.  
> > My current setup is:
> > 
> > ```
> > 2Ghz Quad Core Xeon CPU
> > 6GB RAM
> > Currently, there's ~15.000.000 indexed
> > 2 elasticsearch node setup:
> > Xms256M and Xmx768M
> > Default shard configuration
> > FS gateway data dir and node work dir in separated physical
> > 
> > ```
> > 
> > disks (although the work dir is shared in the same disk by the 2 nodes)
> > 
> > When Elasticsearch starts consuming 100% of a cpu's core (that is 25%  
> > in total, since it's a quadcore) I get the following in log files:
> > 
> > ```
> > First, a serie of OutOfMemoryError: Java heap space (from all
> > 
> > ```
> > 
> > sort of stacktrace points).  
> > Then tons of Long GC collection occurred, took [15.1s],  
> > breached threshold [10s] (with the first number varying from 10s to 60s)  
> > And finally all sort of exception like java.io.IOException: No  
> > commit point data and  
> > org.elasticsearch.transport.SendRequestTransportException
> > 
> > ```
> > The situation is only normalized after I shutdown the cluster, clean
> > 
> > ```
> > 
> > up the work dir and wait for a full clust recovery.
> > 
> > ```
> > Any clue anyone?
> > 
> > ```
> > 
> > Regards,  
> > Thiago Souza

---

<div class="post-metadata">

### Author: ![kimchy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kimchy/32/44952_2.png) [@kimchy](https://discuss.elastic.co/u/kimchy)
#### Post date: [October 6, 2010, 8:04pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/4 "2010-10-06T20:04:24Z")

</div>

You might need to increase it. There is a limit to what can fit into memory.  
For example, to provide fast search, terms are loaded in interval to memory,  
so a lot of terms means more memory required. There are other aspects like  
sorting and faceting that would require more memory as well.

The indexing speed is strange. Simpel tweets should be indexed much faster.  
How do you interact with elasticsearch?

Another point, having the "work" dir on a local disk makes more sense then  
having it on a remote dir. Local will (usually) be much faster.

-shay.banon

On Wed, Oct 6, 2010 at 9:31 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com) wrote:

> Unfortunately I can not increase it to 2G
> 
> On Wed, Oct 6, 2010 at 14:31, Pablo Borges [pablort@gmail.com](mailto:pablort@gmail.com) wrote:
> 
> > I've seen the same problem, which was solved increasing -Xmx to 2G, but  
> > also got index corruption, which required reindexing.
> > 
> > On Wed, Oct 6, 2010 at 1:41 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > 
> > > Hello ppl,
> > > 
> > > ```
> > > I currently experiencing performance problem when indexing. The
> > > 
> > > ```
> > > 
> > > system is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
> > > Elasticsearch stops responding consuming 100% of a cpu's core.  
> > > My current setup is:
> > > 
> > > ```
> > > 2Ghz Quad Core Xeon CPU
> > > 6GB RAM
> > > Currently, there's ~15.000.000 indexed
> > > 2 elasticsearch node setup:
> > > Xms256M and Xmx768M
> > > Default shard configuration
> > > FS gateway data dir and node work dir in separated
> > > 
> > > ```
> > > 
> > > physical disks (although the work dir is shared in the same disk by the 2  
> > > nodes)
> > > 
> > > When Elasticsearch starts consuming 100% of a cpu's core (that is 25%  
> > > in total, since it's a quadcore) I get the following in log files:
> > > 
> > > ```
> > > First, a serie of OutOfMemoryError: Java heap space (from all
> > > 
> > > ```
> > > 
> > > sort of stacktrace points).  
> > > Then tons of Long GC collection occurred, took [15.1s],  
> > > breached threshold [10s] (with the first number varying from 10s to 60s)  
> > > And finally all sort of exception like java.io.IOException: No  
> > > commit point data and  
> > > org.elasticsearch.transport.SendRequestTransportException
> > > 
> > > ```
> > > The situation is only normalized after I shutdown the cluster, clean
> > > 
> > > ```
> > > 
> > > up the work dir and wait for a full clust recovery.
> > > 
> > > ```
> > > Any clue anyone?
> > > 
> > > ```
> > > 
> > > Regards,  
> > > Thiago Souza

---

<div class="post-metadata">

### Author: ![thiago](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thiago/32/32096_2.png) [@thiago](https://discuss.elastic.co/u/thiago)
#### Post date: [October 6, 2010, 8:11pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/5 "2010-10-06T20:11:04Z")

</div>

Hi Shay,

```
   First of all, I forgot to mention, I'm using ES 0.10.

   The only query that is made is the 5 most youtube video mentioned in

```

the last 2h. This query is made every 5 min.

```
   The work dir is in a local disk.

   I'll restart the indexing process without the youtube report and see

```

if it lasts longer than 10-20h.

Regards,  
Thiago Souza

On Wed, Oct 6, 2010 at 17:04, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:

> You might need to increase it. There is a limit to what can fit into  
> memory. For example, to provide fast search, terms are loaded in interval to  
> memory, so a lot of terms means more memory required. There are other  
> aspects like sorting and faceting that would require more memory as well.
> 
> The indexing speed is strange. Simpel tweets should be indexed much faster.  
> How do you interact with elasticsearch?
> 
> Another point, having the "work" dir on a local disk makes more sense then  
> having it on a remote dir. Local will (usually) be much faster.
> 
> -shay.banon
> 
> On Wed, Oct 6, 2010 at 9:31 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> 
> > Unfortunately I can not increase it to 2G
> > 
> > On Wed, Oct 6, 2010 at 14:31, Pablo Borges [pablort@gmail.com](mailto:pablort@gmail.com) wrote:
> > 
> > > I've seen the same problem, which was solved increasing -Xmx to 2G, but  
> > > also got index corruption, which required reindexing.
> > > 
> > > On Wed, Oct 6, 2010 at 1:41 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > 
> > > > Hello ppl,
> > > > 
> > > > ```
> > > > I currently experiencing performance problem when indexing. The
> > > > 
> > > > ```
> > > > 
> > > > system is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
> > > > Elasticsearch stops responding consuming 100% of a cpu's core.  
> > > > My current setup is:
> > > > 
> > > > ```
> > > > 2Ghz Quad Core Xeon CPU
> > > > 6GB RAM
> > > > Currently, there's ~15.000.000 indexed
> > > > 2 elasticsearch node setup:
> > > > Xms256M and Xmx768M
> > > > Default shard configuration
> > > > FS gateway data dir and node work dir in separated
> > > > 
> > > > ```
> > > > 
> > > > physical disks (although the work dir is shared in the same disk by the 2  
> > > > nodes)
> > > > 
> > > > When Elasticsearch starts consuming 100% of a cpu's core (that is 25%  
> > > > in total, since it's a quadcore) I get the following in log files:
> > > > 
> > > > ```
> > > > First, a serie of OutOfMemoryError: Java heap space (from all
> > > > 
> > > > ```
> > > > 
> > > > sort of stacktrace points).  
> > > > Then tons of Long GC collection occurred, took [15.1s],  
> > > > breached threshold [10s] (with the first number varying from 10s to 60s)  
> > > > And finally all sort of exception like java.io.IOException:  
> > > > No commit point data and  
> > > > org.elasticsearch.transport.SendRequestTransportException
> > > > 
> > > > ```
> > > > The situation is only normalized after I shutdown the cluster, clean
> > > > 
> > > > ```
> > > > 
> > > > up the work dir and wait for a full clust recovery.
> > > > 
> > > > ```
> > > > Any clue anyone?
> > > > 
> > > > ```
> > > > 
> > > > Regards,  
> > > > Thiago Souza

---

<div class="post-metadata">

### Author: ![kimchy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kimchy/32/44952_2.png) [@kimchy](https://discuss.elastic.co/u/kimchy)
#### Post date: [October 6, 2010, 8:19pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/6 "2010-10-06T20:19:54Z")

</div>

Great!. Can you share the youtube query? Also, can you move to 0.11?

On Wed, Oct 6, 2010 at 10:11 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com) wrote:

> Hi Shay,
> 
> ```
> First of all, I forgot to mention, I'm using ES 0.10.
> 
> The only query that is made is the 5 most youtube video mentioned in
> 
> ```
> 
> the last 2h. This query is made every 5 min.
> 
> ```
> The work dir is in a local disk.
> 
> I'll restart the indexing process without the youtube report and see
> 
> ```
> 
> if it lasts longer than 10-20h.
> 
> Regards,  
> Thiago Souza
> 
> On Wed, Oct 6, 2010 at 17:04, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:
> 
> > You might need to increase it. There is a limit to what can fit into  
> > memory. For example, to provide fast search, terms are loaded in interval to  
> > memory, so a lot of terms means more memory required. There are other  
> > aspects like sorting and faceting that would require more memory as well.
> > 
> > The indexing speed is strange. Simpel tweets should be indexed much  
> > faster. How do you interact with elasticsearch?
> > 
> > Another point, having the "work" dir on a local disk makes more sense then  
> > having it on a remote dir. Local will (usually) be much faster.
> > 
> > -shay.banon
> > 
> > On Wed, Oct 6, 2010 at 9:31 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > 
> > > Unfortunately I can not increase it to 2G
> > > 
> > > On Wed, Oct 6, 2010 at 14:31, Pablo Borges [pablort@gmail.com](mailto:pablort@gmail.com) wrote:
> > > 
> > > > I've seen the same problem, which was solved increasing -Xmx to 2G, but  
> > > > also got index corruption, which required reindexing.
> > > > 
> > > > On Wed, Oct 6, 2010 at 1:41 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > > 
> > > > > Hello ppl,
> > > > > 
> > > > > ```
> > > > > I currently experiencing performance problem when indexing. The
> > > > > 
> > > > > ```
> > > > > 
> > > > > system is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
> > > > > Elasticsearch stops responding consuming 100% of a cpu's core.  
> > > > > My current setup is:
> > > > > 
> > > > > ```
> > > > > 2Ghz Quad Core Xeon CPU
> > > > > 6GB RAM
> > > > > Currently, there's ~15.000.000 indexed
> > > > > 2 elasticsearch node setup:
> > > > > Xms256M and Xmx768M
> > > > > Default shard configuration
> > > > > FS gateway data dir and node work dir in separated
> > > > > 
> > > > > ```
> > > > > 
> > > > > physical disks (although the work dir is shared in the same disk by the 2  
> > > > > nodes)
> > > > > 
> > > > > When Elasticsearch starts consuming 100% of a cpu's core (that is  
> > > > > 25% in total, since it's a quadcore) I get the following in log files:
> > > > > 
> > > > > ```
> > > > > First, a serie of OutOfMemoryError: Java heap space (from
> > > > > 
> > > > > ```
> > > > > 
> > > > > all sort of stacktrace points).  
> > > > > Then tons of Long GC collection occurred, took [15.1s],  
> > > > > breached threshold [10s] (with the first number varying from 10s to 60s)  
> > > > > And finally all sort of exception like java.io.IOException:  
> > > > > No commit point data and  
> > > > > org.elasticsearch.transport.SendRequestTransportException
> > > > > 
> > > > > ```
> > > > > The situation is only normalized after I shutdown the cluster,
> > > > > 
> > > > > ```
> > > > > 
> > > > > clean up the work dir and wait for a full clust recovery.
> > > > > 
> > > > > ```
> > > > > Any clue anyone?
> > > > > 
> > > > > ```
> > > > > 
> > > > > Regards,  
> > > > > Thiago Souza

---

<div class="post-metadata">

### Author: ![thiago](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thiago/32/32096_2.png) [@thiago](https://discuss.elastic.co/u/thiago)
#### Post date: [October 6, 2010, 8:24pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/7 "2010-10-06T20:24:26Z")

</div>

Hi shay,

```
 Here is the youtube query: (header.end - header.start is always 2h back

```

from current time)  
{  
"query" : {  
"bool" : {  
"must" : {  
"term" : { "links.expanded.domain" : "[www.youtube.com](http://www.youtube.com)" }  
},  
"must\_not" : {  
"term" : { "links.expanded" : "[YouTube](http://www.youtube.com/watch?v=)" }  
},  
"must": {  
"range": {  
"timestamp": {  
"from" : "${header.start}",  
"to" : "${header.end}",  
"include\_lower" : false,  
"include\_upper": true  
}  
}  
}  
}  
},  
"facets" : {  
"links" : {  
"terms" : {  
"field" : "links.expanded",  
"script" : "term.contains('watch')",  
"size" : 5  
}  
}  
}  
}

```
      I'm planning moving to .11, but not yet. I'll try to do it ASAP.

```

Regards,  
Thiago Souza

On Wed, Oct 6, 2010 at 17:19, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:

> Great!. Can you share the youtube query? Also, can you move to 0.11?
> 
> On Wed, Oct 6, 2010 at 10:11 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> 
> > Hi Shay,
> > 
> > ```
> > First of all, I forgot to mention, I'm using ES 0.10.
> > 
> > The only query that is made is the 5 most youtube video mentioned
> > 
> > ```
> > 
> > in the last 2h. This query is made every 5 min.
> > 
> > ```
> > The work dir is in a local disk.
> > 
> > I'll restart the indexing process without the youtube report and
> > 
> > ```
> > 
> > see if it lasts longer than 10-20h.
> > 
> > Regards,  
> > Thiago Souza
> > 
> > On Wed, Oct 6, 2010 at 17:04, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:
> > 
> > > You might need to increase it. There is a limit to what can fit into  
> > > memory. For example, to provide fast search, terms are loaded in interval to  
> > > memory, so a lot of terms means more memory required. There are other  
> > > aspects like sorting and faceting that would require more memory as well.
> > > 
> > > The indexing speed is strange. Simpel tweets should be indexed much  
> > > faster. How do you interact with elasticsearch?
> > > 
> > > Another point, having the "work" dir on a local disk makes more sense  
> > > then having it on a remote dir. Local will (usually) be much faster.
> > > 
> > > -shay.banon
> > > 
> > > On Wed, Oct 6, 2010 at 9:31 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > 
> > > > Unfortunately I can not increase it to 2G
> > > > 
> > > > On Wed, Oct 6, 2010 at 14:31, Pablo Borges [pablort@gmail.com](mailto:pablort@gmail.com) wrote:
> > > > 
> > > > > I've seen the same problem, which was solved increasing -Xmx to 2G, but  
> > > > > also got index corruption, which required reindexing.
> > > > > 
> > > > > On Wed, Oct 6, 2010 at 1:41 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > > > 
> > > > > > Hello ppl,
> > > > > > 
> > > > > > ```
> > > > > > I currently experiencing performance problem when indexing. The
> > > > > > 
> > > > > > ```
> > > > > > 
> > > > > > system is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
> > > > > > Elasticsearch stops responding consuming 100% of a cpu's core.  
> > > > > > My current setup is:
> > > > > > 
> > > > > > ```
> > > > > > 2Ghz Quad Core Xeon CPU
> > > > > > 6GB RAM
> > > > > > Currently, there's ~15.000.000 indexed
> > > > > > 2 elasticsearch node setup:
> > > > > > Xms256M and Xmx768M
> > > > > > Default shard configuration
> > > > > > FS gateway data dir and node work dir in separated
> > > > > > 
> > > > > > ```
> > > > > > 
> > > > > > physical disks (although the work dir is shared in the same disk by the 2  
> > > > > > nodes)
> > > > > > 
> > > > > > When Elasticsearch starts consuming 100% of a cpu's core (that is  
> > > > > > 25% in total, since it's a quadcore) I get the following in log files:
> > > > > > 
> > > > > > ```
> > > > > > First, a serie of OutOfMemoryError: Java heap space (from
> > > > > > 
> > > > > > ```
> > > > > > 
> > > > > > all sort of stacktrace points).  
> > > > > > Then tons of Long GC collection occurred, took [15.1s],  
> > > > > > breached threshold [10s] (with the first number varying from 10s to 60s)  
> > > > > > And finally all sort of exception like java.io.IOException:  
> > > > > > No commit point data and  
> > > > > > org.elasticsearch.transport.SendRequestTransportException
> > > > > > 
> > > > > > ```
> > > > > > The situation is only normalized after I shutdown the cluster,
> > > > > > 
> > > > > > ```
> > > > > > 
> > > > > > clean up the work dir and wait for a full clust recovery.
> > > > > > 
> > > > > > ```
> > > > > > Any clue anyone?
> > > > > > 
> > > > > > ```
> > > > > > 
> > > > > > Regards,  
> > > > > > Thiago Souza

---

<div class="post-metadata">

### Author: ![thiago](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thiago/32/32096_2.png) [@thiago](https://discuss.elastic.co/u/thiago)
#### Post date: [October 6, 2010, 8:35pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/8 "2010-10-06T20:35:33Z")

</div>

Shay,

```
  This query is buggy, I posted the older version, here is the correct

```

one:  
{  
"query" : {  
"bool" : {  
"must" : [{  
"term" : { "links.expanded.domain" : "[www.youtube.com](http://www.youtube.com)" }  
},{  
"range": {  
"timestamp": {  
"from" : "${header.start}",  
"to" : "${header.end}",  
"include\_lower" : false,  
"include\_upper": true  
}  
}  
}],  
"must\_not" : {  
"term" : { "links.expanded" : "[YouTube](http://www.youtube.com/watch?v=)" }  
}  
}  
},  
"facets" : {  
"links" : {  
"terms" : {  
"field" : "links.expanded",  
"script" : "term.contains('watch')",  
"size" : 5  
}  
}  
}  
}

On Wed, Oct 6, 2010 at 17:24, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com) wrote:

> Hi shay,
> 
> ```
> Here is the youtube query: (header.end - header.start is always 2h
> 
> ```
> 
> back from current time)  
> {  
> "query" : {  
> "bool" : {  
> "must" : {  
> "term" : { "links.expanded.domain" : "[www.youtube.com](http://www.youtube.com)" }  
> },  
> "must\_not" : {  
> "term" : { "links.expanded" : "[YouTube](http://www.youtube.com/watch?v=)" }  
> },  
> "must": {  
> "range": {  
> "timestamp": {  
> "from" : "${header.start}",  
> "to" : "${header.end}",  
> "include\_lower" : false,  
> "include\_upper": true  
> }  
> }  
> }  
> }  
> },  
> "facets" : {  
> "links" : {  
> "terms" : {  
> "field" : "links.expanded",  
> "script" : "term.contains('watch')",  
> "size" : 5  
> }  
> }  
> }  
> }
> 
> ```
> I'm planning moving to .11, but not yet. I'll try to do it ASAP.
> 
> ```
> 
> Regards,  
> Thiago Souza
> 
> On Wed, Oct 6, 2010 at 17:19, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:
> 
> > Great!. Can you share the youtube query? Also, can you move to 0.11?
> > 
> > On Wed, Oct 6, 2010 at 10:11 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > 
> > > Hi Shay,
> > > 
> > > ```
> > > First of all, I forgot to mention, I'm using ES 0.10.
> > > 
> > > The only query that is made is the 5 most youtube video mentioned
> > > 
> > > ```
> > > 
> > > in the last 2h. This query is made every 5 min.
> > > 
> > > ```
> > > The work dir is in a local disk.
> > > 
> > > I'll restart the indexing process without the youtube report and
> > > 
> > > ```
> > > 
> > > see if it lasts longer than 10-20h.
> > > 
> > > Regards,  
> > > Thiago Souza
> > > 
> > > On Wed, Oct 6, 2010 at 17:04, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:
> > > 
> > > > You might need to increase it. There is a limit to what can fit into  
> > > > memory. For example, to provide fast search, terms are loaded in interval to  
> > > > memory, so a lot of terms means more memory required. There are other  
> > > > aspects like sorting and faceting that would require more memory as well.
> > > > 
> > > > The indexing speed is strange. Simpel tweets should be indexed much  
> > > > faster. How do you interact with elasticsearch?
> > > > 
> > > > Another point, having the "work" dir on a local disk makes more sense  
> > > > then having it on a remote dir. Local will (usually) be much faster.
> > > > 
> > > > -shay.banon
> > > > 
> > > > On Wed, Oct 6, 2010 at 9:31 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > > 
> > > > > Unfortunately I can not increase it to 2G
> > > > > 
> > > > > On Wed, Oct 6, 2010 at 14:31, Pablo Borges [pablort@gmail.com](mailto:pablort@gmail.com) wrote:
> > > > > 
> > > > > > I've seen the same problem, which was solved increasing -Xmx to 2G,  
> > > > > > but also got index corruption, which required reindexing.
> > > > > > 
> > > > > > On Wed, Oct 6, 2010 at 1:41 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > > > > 
> > > > > > > Hello ppl,
> > > > > > > 
> > > > > > > ```
> > > > > > > I currently experiencing performance problem when indexing. The
> > > > > > > 
> > > > > > > ```
> > > > > > > 
> > > > > > > system is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
> > > > > > > Elasticsearch stops responding consuming 100% of a cpu's core.  
> > > > > > > My current setup is:
> > > > > > > 
> > > > > > > ```
> > > > > > > 2Ghz Quad Core Xeon CPU
> > > > > > > 6GB RAM
> > > > > > > Currently, there's ~15.000.000 indexed
> > > > > > > 2 elasticsearch node setup:
> > > > > > > Xms256M and Xmx768M
> > > > > > > Default shard configuration
> > > > > > > FS gateway data dir and node work dir in separated
> > > > > > > 
> > > > > > > ```
> > > > > > > 
> > > > > > > physical disks (although the work dir is shared in the same disk by the 2  
> > > > > > > nodes)
> > > > > > > 
> > > > > > > When Elasticsearch starts consuming 100% of a cpu's core (that is  
> > > > > > > 25% in total, since it's a quadcore) I get the following in log files:
> > > > > > > 
> > > > > > > ```
> > > > > > > First, a serie of OutOfMemoryError: Java heap space (from
> > > > > > > 
> > > > > > > ```
> > > > > > > 
> > > > > > > all sort of stacktrace points).  
> > > > > > > Then tons of Long GC collection occurred, took [15.1s],  
> > > > > > > breached threshold [10s] (with the first number varying from 10s to 60s)  
> > > > > > > And finally all sort of exception  
> > > > > > > like java.io.IOException: No commit point data and  
> > > > > > > org.elasticsearch.transport.SendRequestTransportException
> > > > > > > 
> > > > > > > ```
> > > > > > > The situation is only normalized after I shutdown the cluster,
> > > > > > > 
> > > > > > > ```
> > > > > > > 
> > > > > > > clean up the work dir and wait for a full clust recovery.
> > > > > > > 
> > > > > > > ```
> > > > > > > Any clue anyone?
> > > > > > > 
> > > > > > > ```
> > > > > > > 
> > > > > > > Regards,  
> > > > > > > Thiago Souza

---

<div class="post-metadata">

### Author: ![kimchy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kimchy/32/44952_2.png) [@kimchy](https://discuss.elastic.co/u/kimchy)
#### Post date: [October 6, 2010, 10:58pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/9 "2010-10-06T22:58:13Z")

</div>

Hey mate,

0.11 will help, but still, the mentioned query will cause all the links to  
be loaded to memory (at least per segment in an index) and processed. 1gb  
might not be enough... .

But, the good news is that I have been thinking hard on exactly the  
scenario you face. Basically, run a "heavy" search, usually with some heavy  
lifting components (facets and so on) every once in a while (and possibly,  
the result, is indexed as another document. Something like a time series  
db.). For this, loading the data into memory is not always desired, and  
either loading a stored field, or even parsing the source and fetching the  
relevant data is enough.

For that, the ability to access the \_source in a script is already there.  
In master I have already added \_fields option to just load stored fields.

The next step is to enhance the terms facet to allow for a script to  
provide the terms. Also, provide reacher options when it comes to scripts  
(more lang support). And last, allow to provide complete custom code that  
defines a facet.

0.12 will have the above, master already has some of it. 0.11 will at  
least give you better caching management of facet fields that I hope will  
mean that you will hit the wall in a much later time (and that wall will be  
hit eventually when staying with the same number of nodes and same amount of  
mem and keep indexing new data).

-shay.banon

On Wed, Oct 6, 2010 at 10:35 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com) wrote:

> Shay,
> 
> ```
> This query is buggy, I posted the older version, here is the correct
> 
> ```
> 
> one:  
> {  
> "query" : {  
> "bool" : {  
> "must" : [{  
> "term" : { "links.expanded.domain" : "[www.youtube.com](http://www.youtube.com)" }  
> },{  
> "range": {  
> "timestamp": {  
> "from" : "${header.start}",  
> "to" : "${header.end}",  
> "include\_lower" : false,  
> "include\_upper": true  
> }  
> }  
> }],  
> "must\_not" : {  
> "term" : { "links.expanded" : "[YouTube](http://www.youtube.com/watch?v=)" }  
> }  
> }  
> },  
> "facets" : {  
> "links" : {  
> "terms" : {  
> "field" : "links.expanded",  
> "script" : "term.contains('watch')",  
> "size" : 5  
> }  
> }  
> }  
> }
> 
> On Wed, Oct 6, 2010 at 17:24, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com) wrote:
> 
> > Hi shay,
> > 
> > ```
> > Here is the youtube query: (header.end - header.start is always 2h
> > 
> > ```
> > 
> > back from current time)  
> > {  
> > "query" : {  
> > "bool" : {  
> > "must" : {  
> > "term" : { "links.expanded.domain" : "[www.youtube.com](http://www.youtube.com)" }  
> > },  
> > "must\_not" : {  
> > "term" : { "links.expanded" : "[YouTube](http://www.youtube.com/watch?v=)" }  
> > },  
> > "must": {  
> > "range": {  
> > "timestamp": {  
> > "from" : "${header.start}",  
> > "to" : "${header.end}",  
> > "include\_lower" : false,  
> > "include\_upper": true  
> > }  
> > }  
> > }  
> > }  
> > },  
> > "facets" : {  
> > "links" : {  
> > "terms" : {  
> > "field" : "links.expanded",  
> > "script" : "term.contains('watch')",  
> > "size" : 5  
> > }  
> > }  
> > }  
> > }
> > 
> > ```
> > I'm planning moving to .11, but not yet. I'll try to do it ASAP.
> > 
> > ```
> > 
> > Regards,  
> > Thiago Souza
> > 
> > On Wed, Oct 6, 2010 at 17:19, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:
> > 
> > > Great!. Can you share the youtube query? Also, can you move to 0.11?
> > > 
> > > On Wed, Oct 6, 2010 at 10:11 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > 
> > > > Hi Shay,
> > > > 
> > > > ```
> > > > First of all, I forgot to mention, I'm using ES 0.10.
> > > > 
> > > > The only query that is made is the 5 most youtube video mentioned
> > > > 
> > > > ```
> > > > 
> > > > in the last 2h. This query is made every 5 min.
> > > > 
> > > > ```
> > > > The work dir is in a local disk.
> > > > 
> > > > I'll restart the indexing process without the youtube report and
> > > > 
> > > > ```
> > > > 
> > > > see if it lasts longer than 10-20h.
> > > > 
> > > > Regards,  
> > > > Thiago Souza
> > > > 
> > > > On Wed, Oct 6, 2010 at 17:04, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:
> > > > 
> > > > > You might need to increase it. There is a limit to what can fit into  
> > > > > memory. For example, to provide fast search, terms are loaded in interval to  
> > > > > memory, so a lot of terms means more memory required. There are other  
> > > > > aspects like sorting and faceting that would require more memory as well.
> > > > > 
> > > > > The indexing speed is strange. Simpel tweets should be indexed much  
> > > > > faster. How do you interact with elasticsearch?
> > > > > 
> > > > > Another point, having the "work" dir on a local disk makes more sense  
> > > > > then having it on a remote dir. Local will (usually) be much faster.
> > > > > 
> > > > > -shay.banon
> > > > > 
> > > > > On Wed, Oct 6, 2010 at 9:31 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > > > 
> > > > > > Unfortunately I can not increase it to 2G
> > > > > > 
> > > > > > On Wed, Oct 6, 2010 at 14:31, Pablo Borges [pablort@gmail.com](mailto:pablort@gmail.com) wrote:
> > > > > > 
> > > > > > > I've seen the same problem, which was solved increasing -Xmx to 2G,  
> > > > > > > but also got index corruption, which required reindexing.
> > > > > > > 
> > > > > > > On Wed, Oct 6, 2010 at 1:41 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > > > > > 
> > > > > > > > Hello ppl,
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > I currently experiencing performance problem when indexing. The
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > 
> > > > > > > > system is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
> > > > > > > > Elasticsearch stops responding consuming 100% of a cpu's core.  
> > > > > > > > My current setup is:
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > 2Ghz Quad Core Xeon CPU
> > > > > > > > 6GB RAM
> > > > > > > > Currently, there's ~15.000.000 indexed
> > > > > > > > 2 elasticsearch node setup:
> > > > > > > > Xms256M and Xmx768M
> > > > > > > > Default shard configuration
> > > > > > > > FS gateway data dir and node work dir in separated
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > 
> > > > > > > > physical disks (although the work dir is shared in the same disk by the 2  
> > > > > > > > nodes)
> > > > > > > > 
> > > > > > > > When Elasticsearch starts consuming 100% of a cpu's core (that is  
> > > > > > > > 25% in total, since it's a quadcore) I get the following in log files:
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > First, a serie of OutOfMemoryError: Java heap space (from
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > 
> > > > > > > > all sort of stacktrace points).  
> > > > > > > > Then tons of Long GC collection occurred, took [15.1s],  
> > > > > > > > breached threshold [10s] (with the first number varying from 10s to 60s)  
> > > > > > > > And finally all sort of exception  
> > > > > > > > like java.io.IOException: No commit point data and  
> > > > > > > > org.elasticsearch.transport.SendRequestTransportException
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > The situation is only normalized after I shutdown the cluster,
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > 
> > > > > > > > clean up the work dir and wait for a full clust recovery.
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > Any clue anyone?
> > > > > > > > 
> > > > > > > > ```
> > > > > > > > 
> > > > > > > > Regards,  
> > > > > > > > Thiago Souza

---

<div class="post-metadata">

### Author: ![kimchy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kimchy/32/44952_2.png) [@kimchy](https://discuss.elastic.co/u/kimchy)
#### Post date: [October 6, 2010, 11:49pm UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/10 "2010-10-06T23:49:45Z")

</div>

Pushed support for "full" scripted term facet:  
[Term Facet: Use a script that provides the facets to index · Issue #410 · elastic/elasticsearch · GitHub](http://github.com/elasticsearch/elasticsearch/issues/issue/410).

On Thu, Oct 7, 2010 at 12:58 AM, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:

> Hey mate,
> 
> 0.11 will help, but still, the mentioned query will cause all the links  
> to be loaded to memory (at least per segment in an index) and processed. 1gb  
> might not be enough... .
> 
> But, the good news is that I have been thinking hard on exactly the  
> scenario you face. Basically, run a "heavy" search, usually with some heavy  
> lifting components (facets and so on) every once in a while (and possibly,  
> the result, is indexed as another document. Something like a time series  
> db.). For this, loading the data into memory is not always desired, and  
> either loading a stored field, or even parsing the source and fetching the  
> relevant data is enough.
> 
> For that, the ability to access the \_source in a script is already there.  
> In master I have already added \_fields option to just load stored fields.
> 
> The next step is to enhance the terms facet to allow for a script to  
> provide the terms. Also, provide reacher options when it comes to scripts  
> (more lang support). And last, allow to provide complete custom code that  
> defines a facet.
> 
> 0.12 will have the above, master already has some of it. 0.11 will at  
> least give you better caching management of facet fields that I hope will  
> mean that you will hit the wall in a much later time (and that wall will be  
> hit eventually when staying with the same number of nodes and same amount of  
> mem and keep indexing new data).
> 
> -shay.banon
> 
> On Wed, Oct 6, 2010 at 10:35 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> 
> > Shay,
> > 
> > ```
> > This query is buggy, I posted the older version, here is the correct
> > 
> > ```
> > 
> > one:  
> > {  
> > "query" : {  
> > "bool" : {  
> > "must" : [{  
> > "term" : { "links.expanded.domain" : "[www.youtube.com](http://www.youtube.com)" }  
> > },{  
> > "range": {  
> > "timestamp": {  
> > "from" : "${header.start}",  
> > "to" : "${header.end}",  
> > "include\_lower" : false,  
> > "include\_upper": true  
> > }  
> > }  
> > }],  
> > "must\_not" : {  
> > "term" : { "links.expanded" : "[YouTube](http://www.youtube.com/watch?v=)" }  
> > }  
> > }  
> > },  
> > "facets" : {  
> > "links" : {  
> > "terms" : {  
> > "field" : "links.expanded",  
> > "script" : "term.contains('watch')",  
> > "size" : 5  
> > }  
> > }  
> > }  
> > }
> > 
> > On Wed, Oct 6, 2010 at 17:24, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com) wrote:
> > 
> > > Hi shay,
> > > 
> > > ```
> > > Here is the youtube query: (header.end - header.start is always 2h
> > > 
> > > ```
> > > 
> > > back from current time)  
> > > {  
> > > "query" : {  
> > > "bool" : {  
> > > "must" : {  
> > > "term" : { "links.expanded.domain" : "[www.youtube.com](http://www.youtube.com)" }  
> > > },  
> > > "must\_not" : {  
> > > "term" : { "links.expanded" : "[YouTube](http://www.youtube.com/watch?v=)" }  
> > > },  
> > > "must": {  
> > > "range": {  
> > > "timestamp": {  
> > > "from" : "${header.start}",  
> > > "to" : "${header.end}",  
> > > "include\_lower" : false,  
> > > "include\_upper": true  
> > > }  
> > > }  
> > > }  
> > > }  
> > > },  
> > > "facets" : {  
> > > "links" : {  
> > > "terms" : {  
> > > "field" : "links.expanded",  
> > > "script" : "term.contains('watch')",  
> > > "size" : 5  
> > > }  
> > > }  
> > > }  
> > > }
> > > 
> > > ```
> > > I'm planning moving to .11, but not yet. I'll try to do it
> > > 
> > > ```
> > > 
> > > ASAP.
> > > 
> > > Regards,  
> > > Thiago Souza
> > > 
> > > On Wed, Oct 6, 2010 at 17:19, Shay Banon [shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)wrote:
> > > 
> > > > Great!. Can you share the youtube query? Also, can you move to 0.11?
> > > > 
> > > > On Wed, Oct 6, 2010 at 10:11 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > > 
> > > > > Hi Shay,
> > > > > 
> > > > > ```
> > > > > First of all, I forgot to mention, I'm using ES 0.10.
> > > > > 
> > > > > The only query that is made is the 5 most youtube video
> > > > > 
> > > > > ```
> > > > > 
> > > > > mentioned in the last 2h. This query is made every 5 min.
> > > > > 
> > > > > ```
> > > > > The work dir is in a local disk.
> > > > > 
> > > > > I'll restart the indexing process without the youtube report and
> > > > > 
> > > > > ```
> > > > > 
> > > > > see if it lasts longer than 10-20h.
> > > > > 
> > > > > Regards,  
> > > > > Thiago Souza
> > > > > 
> > > > > On Wed, Oct 6, 2010 at 17:04, Shay Banon \<[shay.banon@elasticsearch.com](mailto:shay.banon@elasticsearch.com)
> > > > > 
> > > > > > wrote:
> > > > > 
> > > > > > You might need to increase it. There is a limit to what can fit into  
> > > > > > memory. For example, to provide fast search, terms are loaded in interval to  
> > > > > > memory, so a lot of terms means more memory required. There are other  
> > > > > > aspects like sorting and faceting that would require more memory as well.
> > > > > > 
> > > > > > The indexing speed is strange. Simpel tweets should be indexed much  
> > > > > > faster. How do you interact with elasticsearch?
> > > > > > 
> > > > > > Another point, having the "work" dir on a local disk makes more sense  
> > > > > > then having it on a remote dir. Local will (usually) be much faster.
> > > > > > 
> > > > > > -shay.banon
> > > > > > 
> > > > > > On Wed, Oct 6, 2010 at 9:31 PM, Thiago Souza [tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)wrote:
> > > > > > 
> > > > > > > Unfortunately I can not increase it to 2G
> > > > > > > 
> > > > > > > On Wed, Oct 6, 2010 at 14:31, Pablo Borges [pablort@gmail.com](mailto:pablort@gmail.com)wrote:
> > > > > > > 
> > > > > > > > I've seen the same problem, which was solved increasing -Xmx to 2G,  
> > > > > > > > but also got index corruption, which required reindexing.
> > > > > > > > 
> > > > > > > > On Wed, Oct 6, 2010 at 1:41 PM, Thiago Souza \<[tcostasouza@gmail.com](mailto:tcostasouza@gmail.com)
> > > > > > > > 
> > > > > > > > > wrote:
> > > > > > > > 
> > > > > > > > > Hello ppl,
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > I currently experiencing performance problem when indexing. The
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > 
> > > > > > > > > system is indexing ~30tweets/sec, and after a period (10h-20h) indexing  
> > > > > > > > > Elasticsearch stops responding consuming 100% of a cpu's core.  
> > > > > > > > > My current setup is:
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > 2Ghz Quad Core Xeon CPU
> > > > > > > > > 6GB RAM
> > > > > > > > > Currently, there's ~15.000.000 indexed
> > > > > > > > > 2 elasticsearch node setup:
> > > > > > > > > Xms256M and Xmx768M
> > > > > > > > > Default shard configuration
> > > > > > > > > FS gateway data dir and node work dir in separated
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > 
> > > > > > > > > physical disks (although the work dir is shared in the same disk by the 2  
> > > > > > > > > nodes)
> > > > > > > > > 
> > > > > > > > > When Elasticsearch starts consuming 100% of a cpu's core (that  
> > > > > > > > > is 25% in total, since it's a quadcore) I get the following in log files:
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > First, a serie of OutOfMemoryError: Java heap space
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > 
> > > > > > > > > (from all sort of stacktrace points).  
> > > > > > > > > Then tons of Long GC collection occurred, took [15.1s],  
> > > > > > > > > breached threshold [10s] (with the first number varying from 10s to 60s)  
> > > > > > > > > And finally all sort of exception  
> > > > > > > > > like java.io.IOException: No commit point data and  
> > > > > > > > > org.elasticsearch.transport.SendRequestTransportException
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > The situation is only normalized after I shutdown the cluster,
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > 
> > > > > > > > > clean up the work dir and wait for a full clust recovery.
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > Any clue anyone?
> > > > > > > > > 
> > > > > > > > > ```
> > > > > > > > > 
> > > > > > > > > Regards,  
> > > > > > > > > Thiago Souza

---

<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, 4:18am UTC](https://discuss.elastic.co/t/indexing-performance-problems/3415/11 "2017-07-06T04:18:17Z")

</div>


