Best way to check for new data.

Поиск
Список
Период
Сортировка
От Rodrigo Madera
Тема Best way to check for new data.
Дата
Msg-id 3cf983d0510281439s648fac45vbd7af544eeca4fc3@mail.gmail.com
обсуждение исходный текст
Ответы Re: Best way to check for new data.  (David Roussel <pgsql-performance@diroussel.xsmail.com>)
Список pgsql-performance
I have a table that holds entries as in a ficticious table Log(id integer, msg text).
 
Lets say then that I have the program log_tail that has as it´s sole purpose to print newly added data elements.
 
What is the best solution in terms of performace?
 
Thank you for your time,
Rodrigo
 

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

Предыдущее
От: Jan Peterson
Дата:
Сообщение: Re: How long it takes to vacuum a big table
Следующее
От: Collin Peters
Дата:
Сообщение: Simple query: how to optimize