API with NestJS #106. Improving performance through indexes with Prisma
Briefly

The bigger our database, the more we need to care about its performance.A common way of improving it is through indexes.Therefore, this article introduces the idea of indexes and implements them through Prisma.You can find the code from this article in this repository.Introduction to indexes
In one of the recent articles, we've created a posts table.
Read at Marcin Wanago Blog - JavaScript, both frontend and backend
[
add
]
[
|
|
]