Re: Tablespace size in TB
| От | Laurenz Albe |
|---|---|
| Тема | Re: Tablespace size in TB |
| Дата | |
| Msg-id | a7535c8db71d667cf909ac6c77883c956354f048.camel@cybertec.at обсуждение |
| Ответ на | Re: Tablespace size in TB (masheed ullah <masheedullah@gmail.com>) |
| Список | pgsql-general |
On Sun, 2026-05-03 at 15:26 +0300, masheed ullah wrote: > Just to check like Oracle, parallelism works well with multiple tablespaces. > Moving tables/ indexes to multiple tablespaces to use the parallelism to boost > the backup speed. With a single tablespace, parallelism will not work. That may be the case with Oracle, but not with PostgreSQL. pg_basebackup will not parallelize at all. I found the following article about backup tools useful: https://thebuild.com/blog/2026/04/30/after-pgbackrest/ You should consider alternatives to parallelism, since parallelism will only help up to the limit where the disk is saturated. One think you should seriously consider is incremental backup, which would reduce the backup time considerably (but not the restore time). Yours, Laurenz Albe
В списке pgsql-general по дате отправления: