← Back to Blog
Series · 3 parts

Improving query performance with indexes using Prisma

A practical series on using database indexes with Prisma, from the fundamentals to specific index types and how to apply them to real queries.

EducationSeptember 6, 2022

Improving Query Performance with Indexes using Prisma: Introduction

Learn the fundamentals of database indexes: what they are, the problem they solve, and their benefit and cost

EducationSeptember 16, 2022

Improving Query Performance with Indexes using Prisma: B-Tree Index

Learn how you can optimize a slow database query in your application with a B-Tree index using Prisma

EducationOctober 12, 2022

Improving Query Performance with Indexes using Prisma: Hash Indexes

Learn how you can optimize a slow database query in your application with a Hash index using Prisma