You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an existing Postgres-based rails app that has a number of Array data types (in lieu of normalized data). We currently push this data into ElasticSearch to do faceting, but are running into some sync/stability issues in Kubernetes.
I'm investigating whether we can leverage this gem as a potential replacement for the facets we do in ES.
Like many others, we have datasets of substantial size (5+MM rows).
Does this gem work with Array data types instead of normalized data?
The text was updated successfully, but these errors were encountered:
Hi William,
Apologies for the delayed reply to your message.
The gem does not support indexing data in arrays. If you chose to extend
it to handle arrays, I would be happy to review the PR.
I have used the Postgres -> ElasticSearch combination in Kubernetes for
faceting, with good results. If you do not need transactional updates to
facets, this is likely to be more scalable and performant than doing it
inside the database.
Best regards,
Christopher York
I have an existing Postgres-based rails app that has a number of Array data types (in lieu of normalized data). We currently push this data into ElasticSearch to do faceting, but are running into some sync/stability issues in Kubernetes.
I'm investigating whether we can leverage this gem as a potential replacement for the facets we do in ES.
Like many others, we have datasets of substantial size (5+MM rows).
Does this gem work with Array data types instead of normalized data?
The text was updated successfully, but these errors were encountered: