Many of our users, developers and database administrators, keep asking our team about EverSQL's indexing recommendations algorithm. So, we decided to write about it.
The first option is to use EverSQL to automatically find indexes that are best for your database.
The second option is to read our detailed tutorial below and learn more about indexing best practices.
This tutorial won't detail all the internals of the algorithm,
but rather try to lay out the basic and important aspects of
indexing, in simple terms.
Also, and most importantly, we'll present practical examples for
properly indexing your tables and queries by relying on a set of …