Обсуждение: postgres and PERL

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

postgres and PERL

От
"James Puckett"
Дата:

I have written a program which queries a fairly large table with "GROUP BY"
& "ORDER BY".

The queries are taking a while to complete.  It seems like the connection to
the database
is timing out before the results are returned.  Any suggestions?

-James