Search Postgresql Archives

Re: constantly updated table in Amazon RDS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Fri, Oct 21, 2022 at 1:52 PM Julie Nishimura <juliezain@xxxxxxxxxxx> 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
htfoot@xxxxxxxxx


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux