API with NestJS #126. Improving the database performance with indexes and Kysely
SQL indexes act like guides in our database and help us retrieve the data faster. The bigger our database is, the more emphasis we need to put on its performance. By using indexes, we can help our PostgreSQL database retrieve the data faster. In this article, we learn what indexes are and how to create […]