Re: BUG #15420: Server crash. Segmentation fault when parsing xml file

From: Sergey Mirvoda <sergey(at)mirvoda(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: andrew(at)tao11(dot)riddles(dot)org(dot)uk, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Андрей Бородин <borodin(at)octonica(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15420: Server crash. Segmentation fault when parsing xml file
Date: 2018-10-05 14:33:44
Message-ID: CALkWArhqwNv8B73651gBfE4Hp10FugZBYdzhsaoEnZah6p5nPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Oct 5, 2018 at 7:00 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Should we be officially deprecating XML facilities and telling people
> to head towards JSON? There at least we have control of the quality
> of implementation ...
>
> regards, tom lane
>

I believe MS SQL Server guys chosen JSON path some years ago.
XML performance in SQL Server looks very deprecated.
Actually we tried to load our data into MS SQL at first, but performance
was below our needs even with xml index.

--
--Regards, Sergey Mirvoda

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2018-10-05 14:48:55 Re: BUG #15420: Server crash. Segmentation fault when parsing xml file
Previous Message Tom Lane 2018-10-05 14:08:57 Re: BUG #15421: Error: LIKE pattern must not end with escape character