mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
perf: add pghero and implement pghero suggestions. Remove unneeded indexes
This commit is contained in:
parent
6558ed491a
commit
115b00145d
5 changed files with 31 additions and 10 deletions
11
Gemfile.lock
11
Gemfile.lock
|
|
@ -137,6 +137,8 @@ GEM
|
|||
database_cleaner-core (~> 2.0.0)
|
||||
database_cleaner-core (2.0.1)
|
||||
date (3.3.4)
|
||||
dexter (0.1.0)
|
||||
trollop
|
||||
diff-lcs (1.5.0)
|
||||
docile (1.4.0)
|
||||
dotenv (2.8.1)
|
||||
|
|
@ -176,6 +178,7 @@ GEM
|
|||
activerecord (>= 4.0.0)
|
||||
globalid (1.2.1)
|
||||
activesupport (>= 6.1)
|
||||
google-protobuf (3.25.1)
|
||||
guard (2.18.1)
|
||||
formatador (>= 0.2.4)
|
||||
listen (>= 2.7, < 4.0)
|
||||
|
|
@ -266,6 +269,10 @@ GEM
|
|||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.4)
|
||||
pg_query (5.0.0)
|
||||
google-protobuf (>= 3.22.3)
|
||||
pghero (3.4.0)
|
||||
activerecord (>= 6)
|
||||
pry (0.14.2)
|
||||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
|
|
@ -428,6 +435,7 @@ GEM
|
|||
tilt (2.3.0)
|
||||
timecop (0.9.8)
|
||||
timeout (0.4.1)
|
||||
trollop (2.9.10)
|
||||
turbo-rails (1.5.0)
|
||||
actionpack (>= 6.0.0)
|
||||
activejob (>= 6.0.0)
|
||||
|
|
@ -468,6 +476,7 @@ DEPENDENCIES
|
|||
cuprite
|
||||
database_cleaner
|
||||
devise!
|
||||
dexter
|
||||
dotenv-rails
|
||||
ed25519
|
||||
erb_lint
|
||||
|
|
@ -486,6 +495,8 @@ DEPENDENCIES
|
|||
nokogiri
|
||||
parallel_tests
|
||||
pg
|
||||
pg_query (>= 2)
|
||||
pghero
|
||||
puma (>= 6.4.0)
|
||||
rack-livereload
|
||||
rack-mini-profiler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue