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,506 of 196,739
Downloads: 3,088

Daily

Ranking: 106,086 of 196,700
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,425,316,912activesupport
37835,022,323activerecord
82369,373,537pg_query

Owners

#GravatarHandle
1iconkyuuri1791