Re: constantly updated table in Amazon RDS

Поиск
Список
Период
Сортировка
От Michael Nolan
Тема Re: constantly updated table in Amazon RDS
Дата
Msg-id CAOzAquJ8DdQP-CeTJ_gM6wLeCzu9CYVNEFvpHoDq8CVgTk+etA@mail.gmail.com
обсуждение исходный текст
Ответ на constantly updated table in Amazon RDS  (Julie Nishimura <juliezain@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: possible bug
Следующее
От: Les
Дата:
Сообщение: Re: possible bug