SELECT "scrap_matchesfull"."id",
"scrap_matchesfull"."match_id",
"scrap_matchesfull"."status",
"scrap_matchesfull"."home_id",
"scrap_matchesfull"."away_id",
"scrap_matchesfull"."date",
"scrap_matchesfull"."season_id_id",
"scrap_matchesfull"."url_slug",
"scrap_matchesfull"."league_id",
"scrap_matchesfull"."result",
"scrap_matchesfull"."rating",
"scrap_matchesfull"."show",
"scrap_matchesfull"."stats",
"scrap_matchesfull"."pre_match",
"scrap_matchesfull"."last_update",
"scrap_matchesfull"."admin_str"
FROM "scrap_matchesfull"
WHERE "scrap_matchesfull"."match_id" = 11878507
class Meta:
indexes = [models.Index(fields=['match_id']),]
Если исключить JSONField поля при получении объекта скорость снова падает до минимальной.Это быстрее или медленне запрос выполняется?