Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Euler Taveira - Speeding up logical replication setup (PGConf.EU 2024) в хорошем качестве

Euler Taveira - Speeding up logical replication setup (PGConf.EU 2024) 6 месяцев назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Euler Taveira - Speeding up logical replication setup (PGConf.EU 2024)

Logical replica is a popular choice if you want to migrate an existing cluster with minimal downtime. For large databases, it can take a considerable amount of time and resources (WAL retention while copying table data) to finish the setup. pg_createsubscriber is a new tool for Postgres 17 that aims to create a logical replica faster than the regular method (initial data synchronization). It creates a logical replica using a physical replica. All tables in the specified databases are included in the replication setup. This talk will explain the pg_createsubscriber in detail. Present the options, limitations and future development.

Comments