API with NestJS #164. Improving the performance with indexes using Drizzle ORM
As our database grows, focusing more on its performance is important. SQL indexes act as guides within the database, helping to speed up data retrieval. In this article, we cover how to create indexes using PostgreSQL, Drizzle ORM, and NestJS and explain what indexes are. Why we might need indexes In the previous parts of […]