Pluckr - gem to query your DB efficiently
https://github.com/igorkasyanchuk/pluckr - a gem that can return results from multiple queries using 1 SQL statement.
Reduce the number of round trips you are making to the DB.
I have some benchmarks: https://github.com/igorkasyanchuk/pluckr/blob/main/BENCHMARKS.md, and even a simple happy path is 2x faster.
Post a comment