How do you optimize transactions for good system performance?The performance increases on optimizing transactions because:
1. An optimized query targets the exact field data are needed. So the unnecessary fields are not fetched. 2. Use of distinct command removes duplicate or redundant data without changing the actual data.
|