Skip to content

Instantly share code, notes, and snippets.

@mufid
Created April 6, 2023 00:18
Show Gist options
  • Save mufid/14247c5f9ec4251682c9b328cdcd92f8 to your computer and use it in GitHub Desktop.
Save mufid/14247c5f9ec4251682c9b328cdcd92f8 to your computer and use it in GitHub Desktop.

Neon (Heroku, US-West)

puts Benchmark.measure { ActiveRecord::Base.connection.execute('select 1') }
0.000000   0.000000   0.000000 (  0.013791)

RDS (AWS, US-West)

puts Benchmark.measure { ActiveRecord::Base.connection.execute('select 1') }
0.000374   0.000145   0.000519 (  0.001340)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment