---
title: SQL
kind: note
description: Resources Use the Index, Luke! - A Guide to Database Performance for Developers SQL indexing and tuning tutorial for developers. No unnecessary database details—just what developers need to know.…
words: 45
readingMinutes: 1
created: '2024-06-12T19:16:18+02:00'
updated: '2026-06-09T17:43:01+02:00'
---
## Resources
- [Use the Index, Luke!](https://use-the-index-luke.com/) - A Guide to Database Performance for Developers
  > SQL indexing and tuning tutorial for developers. No unnecessary database details—just what developers need to know. Covers all major SQL databases.
## Servers
- [Percona](https://www.percona.com/)
- [CockroachDB](https://www.cockroachlabs.com/) ([SaaS](/notes/cloud))
## Database UI clients
- [DataGrip](https://www.jetbrains.com/datagrip/)
- [DBeaver](https://dbeaver.io/)
- [HeidiSQL](https://www.heidisql.com/)
- [TablePlus](https://tableplus.com/)