Re: caching query results

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: caching query results
Дата
Msg-id Pine.LNX.4.33.0305231054510.2604-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: caching query results  ("alex b." <mailinglists1@gmx.de>)
Список pgsql-general
On Fri, 23 May 2003, alex b. wrote:

>
> scott.marlowe wrote:
> > by the way, jsp supports connection pooling quite well.
> >
> > Do you have a specific development environment you have to work in?
>
> oh yeah, sorry, my bad.
> I am working with perl.
>
> besides: temporary tables also last only one connection, as the
> documentation indicates.
> the script does connect, and after printing everything to the browser it
> dies... as well as the connection to postgres.
>
> opening the script with the commands to show the next few rows would
> again start the same script, but with a different offset...
>
> I'm beginning to give it up, and use a very simple solution: temporary
> files - tab delimited. the script would parse the SQL output (from the
> file) and I bet this would be almost as fast as querying a table, or
> faster... this is just a thought I had, but I think the pure database
> solution is a lot fancier and I'd really want to go for that instead...

I meant to use a regular table that you use as though it were a temp
table.  But your temp file system should work just as well too.


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: [ADMIN] Q: Structured index - which one runs faster?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [ADMIN] Q: Structured index - which one runs faster?