Re: "Some tests to cover hash_index"

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: "Some tests to cover hash_index"
Дата
Msg-id 20160920182629.GA645491@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: "Some tests to cover hash_index"  (Mithun Cy <mithun.cy@enterprisedb.com>)
Ответы Re: "Some tests to cover hash_index"  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
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?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] get_home_path: use HOME
Следующее
От: David Fetter
Дата:
Сообщение: Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE