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.
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