Re: Result Set over Network Question

From: "Ronald Hahn, DOCFOCUS INC(dot)" <rhahn(at)docfocus(dot)ca>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Result Set over Network Question
Date: 2012-05-03 15:28:44
Message-ID: 4FA2A42C.9090900@docfocus.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

After some testing using wiershark (poor mans profiler) to see what was
going on with the network I found that it was the tools I've been using.
Both Aqua and PGadminIII have a large overhead per column to get the
meta data. MSSQL sends that data upfront so the impact isn't as bad. I'm
not sure if it's a limitation of the pgsql protocol vs tds or a
limitation of Aqua or a combination of both. At any rate it turns out
not to be part of the problem I'm having with my software stalling out
so I'm back to Square one with my problem.

Thanks,
Ron

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2012-05-03 15:40:26 Re: Result Set over Network Question
Previous Message Merlin Moncure 2012-05-03 15:00:59 Re: Result Set over Network Question