An index scan is going to the heap for fetching results when only the indexed column is queried

前端 未结 0 811
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-07 01:34

I have the following test table created in Postgres with 5 million rows

create table temp_test(
id serial, 
latitude float, longitude float,name varchar(32),
         


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