Database size different on Primary and Standby?

Поиск
Список
Период
Сортировка
От Hilbert, Karin
Тема Database size different on Primary and Standby?
Дата
Msg-id MN2PR02MB6829B5EC7F70762F6136DC6789C79@MN2PR02MB6829.namprd02.prod.outlook.com
обсуждение исходный текст
Ответы Re: Database size different on Primary and Standby?  (Erik Wienhold <ewie@ewie.name>)
Re: Database size different on Primary and Standby?  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-general
I manage some PostgreSQL clusters on Linux.  We have a Primary & two Standby servers & for Production, there is also a DR server.  We use repmgr for our HA solution & the Standbys are cloned from the Primary using the repmgr standby clone command.

My manager asked for a report of all the user databases & their sizes for each server in the cluster.
I used the psql "\l+" command & then extracted the database name & the size from the output.
I expected the databases to be the same size on the Standbys as on the Primary, but I found that some of the databases were smaller on the Standby servers than on the Primary.

For example, the output on the Primary for one of the user databases showed as:  8997 kB, but on the Standbys, it was 8849 kB.

I even dropped the database on the Primary & then restored it from a backup.  Then checked the sizes again & they still showed the difference.

I also found that the template1 database on the Primary was 7821 kB, but on the Standbys, it was 7673 kB.
Is this normal?  Why would the sizes be different?

Thanks,
Karin Hilbert
Database Administration
Pennsylvania State University

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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: Tools for moving normalized data around
Следующее
От: Erik Wienhold
Дата:
Сообщение: Re: Database size different on Primary and Standby?