View Single Post

   
  #1 (permalink)  
Old 04-18-2008, 12:37 PM
Rodrigo Madera
 
Posts: n/a
Default 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 in terms of performace?
Thank you for your time,
Rodrigo

Reply With Quote