Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.26 KB

File metadata and controls

33 lines (24 loc) · 1.26 KB
title Prisma Optimize
description Prisma Optimize is a tool that helps you generate insights on your queries and recommends performance optimizations.
url /v6/optimize
metaTitle Prisma Optimize
metaDescription Prisma Optimize is a tool that helps you generate insights on your queries and recommends performance optimizations.

Prisma Optimize helps you generate insights and provides recommendations that can help you make your database queries faster.

This helps you to:

  • Generate insights about your database queries
  • Identify errors to help debug your database queries
  • Receive recommendations and discuss them with an AI assistant to enhance query performance.

Optimize aims to help developers of all skill levels write efficient database queries, reducing database load and making applications more responsive.

Supported databases

Optimize works with the database you already have.

  • PostgreSQL
  • MySQL
  • MariaDB
  • CockroachDB
  • MS SQL Server

Getting started