Performance optimizations for your back end
Database Optimization
Indexing
What is indexing?
A database index is a separate, highly optimized lookup structure (usually a B-Tree) that Postgres builds alongside your table data.
Think of it exactl
discovertech.hashnode.dev13 min read