Re: [GENERAL] question on IPC vs TCPIP

2014-01-01 Thread Martijn van Oosterhout
On Wed, Jan 01, 2014 at 03:55:50PM -0500, Andrew McIntyre wrote: > Does postgres have an equivalent C level (or ODBC) parameter so you > can use IPC for local to db server only code? > http://pic.dhe.ibm.com/infocenter/db2luw/v10r5/topic/com.ibm.db2.luw.apdv.cli.doc/doc/r0008807.html > > There is

[GENERAL] question on IPC vs TCPIP

2014-01-01 Thread Andrew McIntyre
Does postgres have an equivalent C level (or ODBC) parameter so you can use IPC for local to db server only code? http://pic.dhe.ibm.com/infocenter/db2luw/v10r5/topic/com.ibm.db2.luw.apdv.cli.doc/doc/r0008807.html There is a measurable reduction in elapsed time for my code when I specify IPC. M