query-plan-1153
Change label- Query Plan as raw text
-
- Summary
-
Time Node Node (ms) Percent 0.119 100.00% ¶ Sort (cost=2.79..2.85 rows=24 width=1290) (actual time=0.100..0.119 rows=24 loops=1) Sort Key: name Sort Method: quicksort Memory: 41kB0.033 27.73% ¶ -> Seq Scan on disciplines_discipline (cost=0.0..2.24 rows=24 width=1290) (actual time=0.011..0.033 rows=24 loops=1) - Run-time
- 0.193 ms

ANALYZEto update the server's statistics.EXPLAINand interpreting its output, see the Postgres documentation, in particular theEXPLAINandANALYZEreferences pages, and Using Explain.