Open shanirub opened 4 months ago
All CRUD operations should be benchmarked to detect performance issues.
Stuff to consider: (example)
Adding an item to an order involves two calls to db (as an atomic operation):
Each call has its own validations and takes time. Maybe can be rewritten to include only one call?
All CRUD operations should be benchmarked to detect performance issues.
Stuff to consider: (example)
Adding an item to an order involves two calls to db (as an atomic operation):
Each call has its own validations and takes time. Maybe can be rewritten to include only one call?