How to get slow query and if indexes are being used

I am using Django and there are filter and list, I would like to know if there are any slow queries and which fields I should make an index.

My query includes 5-6 tables with join. Any writeup on how to use Explain or Analyse would be great.

Any writeup on how to use Explain or Analyse would be great

That’s great feedback. I shared it with the team :smile:

1 Like