Elasticsearch Performance Issue After Adding Second Node
“Hello everyone, I'm currently experiencing a performance issue with my Elasticsearch cluster. Previously, I was using a single-node setup , and all queries—especially _count —were working quickly and reliably. Recently, I added a second node on a separate server, and while the node successfully j...”
elastic-discuss · SalehEska · 7/15/2025
Open original →Elasticsearch Runtime Query Performance Issues
“<p>having huge latency issue while working with elasticsearch runtime query. i have a nested type mapping field "actTypeCadence".</p>
<p>"actTypeCadence": {
"type": "nested",
"dynamic": "false",
"properties": {
"cadenceDaysOu”
stackexchange · Karan · 6/10/2025
Open original →How can my elasticsearch query be optimized?
“<p>My query is taking more than a minute to execute most of the time. The index being queried also receives frequent write updates — at least 500 requests per minute. This is the query I am talking about:</p>
<pre><code>GET /<my-index>/_search
{
"query": {
"b”
stackexchange · suvodipMondal · 4/24/2025
Open original →Why is my new Elasticsearch index slower under load despite optimized mapping?
“<p>We've created a new Elasticsearch index (test-events-v4) with what we believed to be a more optimized mapping for storage. However, during load testing, we've observed significantly higher 99th percentile and max latency compared to the old index (test-events-old) — even when querying the exact s”
stackexchange · suvodipMondal · 4/15/2025
Open original →PostgreSQL Full-Text Search: Fast When Done Right (Debunking the Slow Myth)
“We've been using Elasticsearch + PG and it's pretty nice and fast, but it adds a whole layer of extra stuff to deal with when your data is in PG but then also needs to be indexed into an external server outside of those PG transactions. In our case I'm pretty convinced it hasn't ”
hackernews · bvirb · 4/9/2025
Open original →