Y
Hacker News
new
|
ask
|
show
|
jobs
by
DrJ
4243 days ago
am I understanding this requires one to run Pg on every server that you want to run the query on?
1 comments
johnmudd
4243 days ago
Not necessarily. You could put a Python (with psutil module) server on machines and connect from a single Postgres/FDW server.
link