[PERFORM] Best way to check for new data.

2005-10-28 Thread Rodrigo Madera
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  

Re: [PERFORM] Best way to check for new data.

2005-10-28 Thread Havasvölgyi Ottó
: Friday, October 28, 2005 11:39 PM Subject: [PERFORM] Best way to check for new data. 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

Re: [PERFORM] Best way to check for new data.

2005-10-31 Thread David Roussel
Rodrigo Madera wrote: 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? I hav

Re: [PERFORM] Best way to check for new data.

2005-10-31 Thread Merlin Moncure
nce@postgresql.org Subject: [PERFORM] Best way to check for new data. 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