Hi,
I was looking into indexes and can’t get an answer why and when to use WHERE condition in CREATE INDEX queries?
When can I benefit from it?
Thanks
Hi,
I was looking into indexes and can’t get an answer why and when to use WHERE condition in CREATE INDEX queries?
When can I benefit from it?
Thanks
Your indexes will be smaller and more efficient if they only index the subset of documents you are potentially querying. @prasad and @keshav_m can point you to dzone articles about this.
Please see the following: