Skip to content

Dealing with 10M events #1007

@leandronsp

Description

@leandronsp

Hi everyone, thanks for this awesome gem.

We've been using RES for more than a year, (in Rails 5.2) as we reached 10M events in Postgres. We have a single database for other models as well as for RES Events.

At this moment that's not a problem in terms of performance or stability, but I'm considering to write RES events to another database instead.

According to the documentation I could create a custom repository but I'm not sure this is good for performance reasons, because of connection pool and another potential DB connectivity issue on Rails 5.

I wonder if anyone else already faced such numbers and which approaches they decided to follow.

Versions:
RES 1.1.1
Rails 5.2
Ruby 2.5

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions