Re: generating a large XML document

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Julius Tuskenis <julius(at)nsoft(dot)lt>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: generating a large XML document
Date: 2011-06-20 06:51:44
Message-ID: BANLkTi=q_yXPWCjCZ37Mtf6n+qORN7Vtbg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello

2011/6/20 Julius Tuskenis <julius(at)nsoft(dot)lt>:
> Hello,
>
> I'm sorry to write again, but as I received no answer I wonder if there is a
> better mailing list to address concerning this question? Or is there nothing
> to be done about the speed of xmlagg ?. Please let me as no answer is the
> worst answer to get....
>

It's hard to say where is problem - PostgreSQL wraps libxml2 library
for xml functionality, so problem can be

a) inside libxml2
b) on interface between libxml2 and PostgreSQL
c) on PostgreSQL memory management

can you send a profile?

Regards

Pavel Stehule

> --
> Julius Tuskenis
> Programavimo skyriaus vadovas
> UAB nSoft
> mob. +37068233050
>
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Samuel Gendler 2011-06-20 07:21:06 Re: generating a large XML document
Previous Message Julius Tuskenis 2011-06-20 06:36:32 Re: generating a large XML document