Re: constantly updated table in Amazon RDS - Mailing list pgsql-general

From Michael Nolan
Subject Re: constantly updated table in Amazon RDS
Date
Msg-id CAOzAquJ8DdQP-CeTJ_gM6wLeCzu9CYVNEFvpHoDq8CVgTk+etA@mail.gmail.com
Whole thread Raw
In response to constantly updated table in Amazon RDS  (Julie Nishimura <juliezain@hotmail.com>)
List pgsql-general


On Fri, Oct 21, 2022 at 1:52 PM Julie Nishimura <juliezain@hotmail.com> wrote:
Hello,
A table is constantly updated by inserting new rows. Will it affect select if where clause is based on > date?
Does "where clause" to specify > date and < now?

You haven't described the table.  Is there some kind of a date or timestamp field that is included in new records?  Otherwise, how do you know when they were inserted?  

A query has a temporarily stable (or consistent) database, inserts, deletes or updates that occur during the processing of that query (or its transaction block, if applicable) are ignored.  I'm not sure if that answers your question.
--
Mike Nolan

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: possible bug
Next
From: Les
Date:
Subject: Re: possible bug