|
|
|
|
|
by bratao
2529 days ago
|
|
I do not have a completely fair comparison. But a migration from Elasticsearch 5 (2016) to the Vespa 7 (2019) we reduced half of our nodes, and cut in half the average response time. Another amazing feature during the migration, is that Vespa allows you to reduce or increase the number of nodes dynamically. And it take full care about the data distribution.
In ES we (used to) had to follow the limits of the pre-configured number of shards/replicas during the Index creation. |
|