What could be the reason for index scan being faster than index only scan?

前端 未结 0 1013
孤街浪徒
孤街浪徒 2021-01-05 12:01

I ran the following code to create a table in postgres database.

create table grades ( id serial, grade integer , name varchar(2000));

insert into grades(gra         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题