Re: proposal: support empty string as separator for string_to_array - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: proposal: support empty string as separator for string_to_array
Date
Msg-id 162867790907271059u71a7cef8xb20376599d3fa2a0@mail.gmail.com
Whole thread Raw
In response to Re: proposal: support empty string as separator for string_to_array  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
2009/7/27 Tom Lane <tgl@sss.pgh.pa.us>:
> Pavel Stehule <pavel.stehule@gmail.com> writes:
>> I tested  implementation and it's about 30% faster than using regexp.
>
> In a real application, that's going to be negligible compared to all the
> other costs involved in pushing the data around.  And we still haven't
> seen any in-the-field requests for this functionality, so even if the
> gap were wider, I don't see the point of putting effort into it.
>

This is just possible optimalisation -  Maybe Merlin proposal is the
best - we could add this technique to regexp_split_to_array - when is
pattern empty, then we could to use direct char separation - without
any new function or change of current function. And somebody, that use
regexp_split_to_array now will have profit too.

Pavel

>                        regards, tom lane
>


pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: [RFC] new digest datatypes, or generic fixed-len hex types?
Next
From: Chris Browne
Date:
Subject: Re: SE-PostgreSQL Specifications