Skip to content

Learn how we can log all or specific queries within our application to see the actual SQL being executed. We'll then, analyze the SQL and learn how to create indexes via migrations

License

Notifications You must be signed in to change notification settings

adocasts/inspecting-lucid-queries-for-index-analysis

Repository files navigation

Adocasts

Inspecting Lucid Queries for Index Analysis

YouTube Badge Twitter Badge Twitch Badge

In this lesson, we'll learn how we can log all or specific queries within our application to see the actual SQL being executed. We'll then, analyze the SQL and learn how to create indexes via migrations

🎯 We'll learn how to:

  • Log the SQL being executed via Lucid queries
  • Use analyze explain in PostgreSQL to see the execution plan for the query
  • See the impact a proper index can make on large datasets
  • Create and drop indexes via Lucid migrations

👉 Watch now on Adocasts!

About

Learn how we can log all or specific queries within our application to see the actual SQL being executed. We'll then, analyze the SQL and learn how to create indexes via migrations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages