FDW Usage Statistics
Quantitative metrics are useful when working with Postgres FDWs because of their impact on performance optimization, monitoring, and query planning across distributed databases.
You can use the FDW statistics to identify bottlenecks, latency issues, and inefficiencies in data retrieval.
Querying FDW Statistics
1 2 |
|
Statistics Reference
create_times
- number of times the FDW instance has been createdrows_in
- number of rows transferred from sourcerows_out
- number of rows transferred to sourcebytes_in
- number of bytes transferred from sourcebytes_out
- number of bytes transferred to sourcemetadata
- additional usage statistics specific to a FDW