CGSmith-LLC / shipwise-api

Shipwise API
Other
0 stars 0 forks source link

Add SQL indexes #119

Open bohdan-vorona opened 1 year ago

bohdan-vorona commented 1 year ago

Is your feature request related to a problem? Please describe.

Working on https://github.com/CGSmith-LLC/shipwise-api/issues/103, I noticed that other SQL tables are also needed to be reviewed and SQL indexes should be added. I added them only to the tables related to Orders.

Describe the solution you'd like

Add SQL indexes for columns like customer_id.

Describe alternatives you've considered

-

Additional context

-

cgsmith commented 1 year ago

Yes please add other indexes you see as necessary.