Re: "Some tests to cover hash_index"

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: "Some tests to cover hash_index"
Дата
Msg-id CA+TgmoZFxyipL3TaAU9=dct-Kksy6j+Gh1pVsj=F1NAUx_wY+w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: "Some tests to cover hash_index"  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: "Some tests to cover hash_index"  (Mithun Cy <mithun.cy@enterprisedb.com>)
Список pgsql-hackers
On Tue, Sep 20, 2016 at 2:26 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Why not use generate_series() queries to insert the appropriate number
> of tuples, instead of a handful of INSERT lines each time?  Since each
> insert is a separate transaction, that would probably be faster.
>
> Why do you have a plpgsql function just to create a cursor?  Wouldn't it
> be simpler to create the cursor in an SQL statement?

This patch hasn't been updated in over a week, so I'm marking it
Returned with Feedback.  I think this is a good effort and I hope
something committable will come from it, but with 2 days left it's not
going to happen this CF.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Tuplesort merge pre-reading
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: compiler warning read_objtype_from_string()