I have a number of relations in my tables stored in Strapi. I was wondering whether Strapi creates indexes over the foreign keys automatically, or will I need to do that? Also, say I want to create an index on createdAt field so that my sorts do take advantage of it. How can I do that? I’m using postgresql with strapi.
1 Like