BUG #12756: performance issues with xml-data

Started by Nonameabout 11 years ago2 messagesbugs
Jump to latest
#1Noname
fischer@transporeon.com

The following bug has been logged on the website:

Bug reference: 12756
Logged by: Thomas Fischer
Email address: fischer@transporeon.com
PostgreSQL version: 9.3.6
Operating system: Debian
Description:

When I do a select * of a table with some xml-data (about 50 MB) in a
text-field it will take ages to get a result, because wireshark is
recognizing some kind of packet defragmentation, so these packets have will
be sent over and over again.
If you are not able to reproduce this behaviour I can give you some example
data.

With regards
Thomas

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: BUG #12756: performance issues with xml-data

fischer@transporeon.com writes:

When I do a select * of a table with some xml-data (about 50 MB) in a
text-field it will take ages to get a result, because wireshark is
recognizing some kind of packet defragmentation, so these packets have will
be sent over and over again.

If that is actually what's happening, you need to file a bug against your
kernel; such behavior is far outside Postgres' control.

regards, tom lane

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs