Re: Elastic Search much faster at statistics? - Mailing list pgsql-general

From Miles Elam
Subject Re: Elastic Search much faster at statistics?
Date
Msg-id CAALojA_PpQJsHgfAtxOg0MaT2MB4AWc23tY6MZ23az-Ocj4R6Q@mail.gmail.com
Whole thread Raw
In response to Elastic Search much faster at statistics?  (Guyren Howe <guyren@gmail.com>)
List pgsql-general
Not enough information. It looks far more like he's testing Ruby's support for ElasticSearch vs ActiveRecord rather than ES vs PostgreSQL. Caching could definitely hold a role but also choice of indexes. If ES is calculating some aggregate info on the fly, the equivalent in PG would be a stats table updated by trigger or as part of a regularly refreshed materialized view. That said, if ES does some of that aggregation out of the box, the convenience by default is compelling for some.

There are indeed cases where a caching engine will outperform a general purpose data management engine. There are many cases where ACID requirements preclude the use of a dedicated search engine. Use the right tool for the job, and for a sufficiently large scale, use multiple tools.

On Mon, Jul 8, 2019 at 9:54 AM Guyren Howe <guyren@gmail.com> wrote:

pgsql-general by date:

Previous
From: Andrew Kerber
Date:
Subject: PGPOOL Question
Next
From: a venkatesh
Date:
Subject: pgpool, pgmaster and pgslave migration to ubuntu 18.04