What is the best way to optimize sql query that hits/reads too many shared blocks?

前端 未结 0 1910
北海茫月
北海茫月 2021-01-16 13:53

I have the following table in my postgres db (version 11):

CREATE TABLE instance
(
  id           UUID,
  priority     INTEGER               NOT NULL DEFAULT          


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