Hacker News new | ask | show | jobs
by snikolaev 1485 days ago
Query parallelism (we call it "pseudo sharding") was one of the best things we added to Manticore Search (Elasticsearch alternative). In my opinion Elasticsearch really lacks it. Without that in some use case scenarios (e.g. log analytics which is kind of typical for Elasticsearch) user might require to increase number of shards up to number of CPU cores to get few times lower latency - https://db-benchmarks.com/test-logs10m/#elasticsearch-with-n...