activerecord-slotted_counters
Active Record extension providing slotted counters support (by evilmartians)
pg_party
ActiveRecord PostgreSQL Partitioning (by rkrage)
Our great sponsors
activerecord-slotted_counters | pg_party | |
---|---|---|
1 | 1 | |
68 | 406 | |
- | - | |
10.0 | 1.0 | |
2 months ago | 3 months ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
activerecord-slotted_counters
Posts with mentions or reviews of activerecord-slotted_counters.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-29.
-
counter_culture VS activerecord-slotted_counters - a user suggested alternative
2 projects | 29 Nov 2022
Introducing Active Record slotted counters gem—not-so-blocking counter caches for your models! This gem adds slotted counters support to Active Record counter cache. Slotted counters help to reduce contention on a single row update in case you have many concurrent operations (like updating a page views counter during traffic spikes). Details: [here](https://planetscale.com/blog/the-slotted-counter-pattern)
pg_party
Posts with mentions or reviews of pg_party.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-07.
-
Rails: Postgres Native Partitioning
Great post! There is also the pg_party gem that has some nice Rails-based utilities for dealing with partitions. It might help clean up some of the raw SQL in your PartitionByDay class.
What are some alternatives?
When comparing activerecord-slotted_counters and pg_party you can also consider the following projects:
pg-online-schema-change - Easy CLI tool for making zero downtime schema changes and backfills in PostgreSQL [Moved to: https://github.com/shayonj/pg-osc]
Ruby on Rails - Ruby on Rails
Mobility - Pluggable Ruby translation framework
Scenic - Versioned database views for Rails