Обсуждение: function difference(geometry,geometry) is SLOW!

Поиск
Список
Период
Сортировка

function difference(geometry,geometry) is SLOW!

От
"luke.78@libero.it"
Дата:
Hi,
In my pgsql procedure, i use the function

geometryDiff := difference
(geometry1,geometry2);

but this function is very slow!!!
What can I do to
speed this function?
Exists a special index for it?

Thanks in advance!
Luke