본문 바로가기
PostgreSQL

[PostgreSQL] foreign table 성능

by Ssun's 2022. 1. 15.

postgresql Foreign table에는 index 생성 불가

ERROR:  cannot create index on foreign table "tablename"

-> 데이터량이 많을수록 속도는 느려짐

 

 

이 때 참고할 수 있는 페이지

->https://www.enterprisedb.com/blog/how-plan-queries-involving-foreign-postgresql-tables

 

How to Plan Queries Involving Foreign PostgreSQL Tables

Cost based optimization  

www.enterprisedb.com

 

 

 

https://dba.stackexchange.com/questions/194507/how-do-i-set-the-option-use-remote-estimate

 

How do I set the option use_remote_estimate?

Where do I set the "Cost Estimation Options" for postgres_fdw. Specifically I want to add use_remote_estimate. test=# SET use_remote_estimate=true; ERROR: unrecognized configuration parameter "

dba.stackexchange.com

 

반응형

'PostgreSQL' 카테고리의 다른 글

[PostgreSQL] Sequence 권한  (0) 2021.11.17
[PostgreSQL] psql 옵션  (0) 2021.11.02
[PostgeSql] PostgreSql 구조  (0) 2021.09.29
[PostgreSQL] DB에서 서버의 file 조회, 읽기  (0) 2021.05.25
[PostgreSQL] postgres_fdw  (0) 2021.05.24

댓글