Re: psql large RSS (1.6GB)

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: psql large RSS (1.6GB)
Дата
Msg-id 200411011049.06770.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: psql large RSS (1.6GB)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Tom,

> Far more useful would be some sort of streaming API to let the
> application process the rows as they arrive, or at least fetch the rows
> in small batches (the V3 protocol supports the latter even without any
> explicit use of a cursor).  I'm not sure if this can be bolted onto the
> existing libpq framework reasonably, but that's the direction I'd prefer
> to go in.

I think that TelegraphCQ incorporates this.   However, I'm not sure whether
it's a portable component; it may be too tied in to their streaming query
engine.   They have talked about porting their "background query" patch for
PSQL, though ...

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: "Anjan Dave"
Дата:
Сообщение: shared_buffers and Shared Memory Segments
Следующее
От: Alvaro Nunes Melo
Дата:
Сообщение: Performance difference when using views