Re: GiST support for inet datatypes

Поиск
Список
Период
Сортировка
От Emre Hasegeli
Тема Re: GiST support for inet datatypes
Дата
Msg-id CAE2gYzzP+MGLz2eXbdobzrnfDxMOJ1zVGiXVmXBPc60p7mcoiw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: GiST support for inet datatypes  (Andreas Karlsson <andreas@proxel.se>)
Ответы Re: GiST support for inet datatypes  (Emre Hasegeli <emre@hasegeli.com>)
Список pgsql-hackers
2014-02-24 02:44, Andreas Karlsson <andreas@proxel.se>:

> Note: The patches do not apply anymore due to changes to
> src/backend/utils/adt/Makefile.

I will fix it on the next version.

> I see, thanks for the explanation. But I am still not very fond of how that
> code is written since I find it hard to verify the correctness of it, but
> have no better suggestions.

We can split the selectivity estimation patch from the GiST support, add
it to the next commit fest for more review. In the mean time, I can
improve it with join selectivity estimation. Testing with different datasets
would help the most to reveal how true the algorithm is.

> Do you think the new index is useful even if you use the basic geo_selfuncs?
> Or should we wait with committing the patches until all selfuncs are
> implemented?

My motivation was to be able to use the cidr datatype with exclusion
constraints. I think the index would also be useful without proper
selectivity estimation functions. Range types also use geo_selfuncs for
join selectivity estimation.



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

Предыдущее
От: Christian Kruse
Дата:
Сообщение: Re: Patch: show xid and xmin in pg_stat_activity and pg_stat_replication
Следующее
От: Pavel Golub
Дата:
Сообщение: Re: 9.5: UPDATE/DELETE .. ORDER BY .. LIMIT ..