notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Migrate from sqlite to postgres in dev/test environments

Open drusepth opened this issue 4 years ago • 0 comments

This PR moves us over to postgres everywhere (mirroring production) and also adds some huge DB indexes that should help speed up forum search.

Has database migrations to run before pushing to prod

See also:

  • https://www.postgresql.org/docs/9.1/indexes-types.html
  • https://devcenter.heroku.com/articles/postgresql-indexes

drusepth avatar May 24 '21 23:05 drusepth