Install ruby-sequel-pg by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-sequel-pg
Description:
Faster SELECTs when using Sequel with pg
sequel_pg overwrites the inner loop of the Sequel postgres adapter row fetching code with a C version. The C version is significantly faster (2-6x) than the pure ruby version that Sequel uses by default.
Homepage: https://github.com/jeremyevans/sequel_pg
Version: 1.6.16-1build2
Section: universe/ruby