Re: Need to find the no. of connections for a database

Поиск
Список
Период
Сортировка
От Ravi Krishna
Тема Re: Need to find the no. of connections for a database
Дата
Msg-id D857CD94-CF6E-46F0-A4FA-F820C71AB923@gmx.com
обсуждение исходный текст
Ответ на Re: Need to find the no. of connections for a database  ("sivapostgres@yahoo.com" <sivapostgres@yahoo.com>)
Список pgsql-general
"If they enter any data, those data also need to be taken into account in this report. "

Pls read on PG's MVCC architecture.  In SQLServer, unless you enabled its bad implementation of Snapshot isolation,
you can't achieve the same.  So it makes sense there.  In PG it is easy to ensure that your report gets a point in time
consistent view of the data.

Trying to mimic one database in another is not a smart way.


В списке pgsql-general по дате отправления:

Предыдущее
От: "sivapostgres@yahoo.com"
Дата:
Сообщение: Re: Need to find the no. of connections for a database
Следующее
От: "Ireneusz Pluta/wp.pl"
Дата:
Сообщение: Re: Need to find the no. of connections for a database