PeterP
Convex Community8mo ago
1 reply
Peter

Convex index coverage

Most SQL engines have some version of index coverage, so if you create an index that has all fields in a query only the index will be read and not the data page. I want to setup indexes optimally - does Convex have something similar?
Was this page helpful?