Best way to check for new data.

From: Rodrigo Madera <rodrigo(dot)madera(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Best way to check for new data.
Date: 2005-10-28 21:39:10
Message-ID: 3cf983d0510281439s648fac45vbd7af544eeca4fc3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Collin Peters 2005-10-28 21:53:32 Simple query: how to optimize
Previous Message Jan Peterson 2005-10-28 16:48:51 Re: How long it takes to vacuum a big table