Re: long delay with binary data on ubuntu and 9.4.1 - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: long delay with binary data on ubuntu and 9.4.1
Date
Msg-id 1031045817.1593437.1431550250828.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to long delay with binary data on ubuntu and 9.4.1  (Mark Lilback <Mark.Lilback@mail.wvu.edu>)
List pgsql-bugs
Mark Lilback <Mark.Lilback@mail.wvu.edu> wrote:

> [slow response time]

> All tests were with the server running on OS X. Ubuntu was
> running in vagrant/virtualbox.

Nothing in your report suggests any PostgreSQL bug.  You might find
useful suggestions on pages like this:

https://stefanwrobel.com/how-to-make-vagrant-performance-not-suck

On my Ubuntu machine (running on bare hardware rather than in a
vagrant/virtualbox under OS X) that runs in about 5 ms.  You might
want to check that vagrant is honoring the TCP_NODELAY setting
(which disables the Nagle algorithm).

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgsql-bugs by date:

Previous
From: Mark Lilback
Date:
Subject: long delay with binary data on ubuntu and 9.4.1
Next
From: Josh Berkus
Date:
Subject: Re: Prepare/Execute silently discards prohibited ORDER BY values