fast_count in markets/awesome-ruby

Quickly get a count estimation for large tables (>99% of accuracy for PostgreSQL).

updated at June 10, 2024, 11:43 a.m.

Ruby

2 +0

214 +0

7 +0

GitHub
online_migrations in markets/awesome-ruby

Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc).

updated at June 29, 2024, 11:36 a.m.

Ruby

5 +0

588 +1

16 +0

GitHub
pluck_in_batches in markets/awesome-ruby

A faster alternative to the custom use of `in_batches` with `pluck`

updated at June 30, 2024, 6:55 a.m.

Ruby

2 +0

140 +1

1 +0

GitHub
sidekiq-iteration in markets/awesome-ruby

Make your long-running sidekiq jobs interruptible and resumable.

updated at June 30, 2024, 7:52 a.m.

Ruby

3 +0

252 +3

8 +0

GitHub