API with NestJS #82. Introduction to indexes with raw SQL queries
Briefly

As our database grows, we need to put more and more emphasis on performance.A popular approach to dealing with this problem is by implementing indexes.In this article, we look into doing that with raw SQL in a project that does not use ORM.Introducing indexes
So far, in this series, we've created a table for storing posts.
Read at Marcin Wanago Blog - JavaScript, both frontend and backend
[
add
]
[
|
|
]