I know that indexes in a database are a good way to improve query performance, but how much performance would I gain by creating an index for the createDate property of this object, which I often order createDate in my queries? Will this “order from o.creationDate” justify creating an index for the createDate property?
user430830
source
share