ngoncalves81@xxxxxxxxx wrote:
Does Postgres have any kind of configuration that determines the speed of data transfer to the clients?
No.
Is there any kind of connection priority?
No, although it is possible to crudely set priorities via OS-level tools like nice(1).
-Neil ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match