/ tag
Multi-tenant
1 post on this topic.
-
The Postgres features I reach for before I reach for a cache
A slow multi-tenant Rails app usually isn't slow because Postgres is slow. It's slow because the work is being done in Ruby that Postgres would do better. DISTINCT ON, array overlap, and full-text search — with the honest limits.