Closed rohitpatil7892 closed 4 years ago
Hi @rohitpatil7892
can you provide the explain of those queries?
Thanks
Hi @wolf4ood
We went through SQL Optimization again. By looking at explain, we found that it is using index in # 1 query. Please let me know if you have any other documentation that we can refer for optimization.
This issue can be closed.
There is following comment available on page:
V 3.0 has a completely new execution planner, so none of these tips can be considered valid on that version.
I have 2 queries for traversing records from DB with indexing and without indexing. I executed both queries but the execution time is the same for both. Person table having 50000 records with indexing on ID property.
**1. Can both query use indexing to traverse?