Categories: None [Edit]

pg_canary

https://rubygems.org/gems/pg_canary
https://github.com/kyuuri1791/pg_canary
pg_canary watches queries executed in development/test, parses them with PostgreSQL's own parser (pg_query), and combines the AST with schema metadata (indexes, column types) to warn about anti-patterns that can become slow queries in production: leading-wildcard LIKEs, function-wrapped columns in WHERE, ORDER BY RANDOM(), NOT IN (SELECT ...), and more.

Total

Ranking: 167,361 of 195,980
Downloads: 3,058

Daily

Ranking: 75,614 of 195,956
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,409,140,337activesupport
37825,371,810activerecord
82468,580,516pg_query

Owners

#GravatarHandle
1iconkyuuri1791