Data split -- Creating a copy of database without outage

Поиск
Список
Период
Сортировка
От Igor Shmain
Тема Data split -- Creating a copy of database without outage
Дата
Msg-id 000901cd3dd7$8654a690$92fdf3b0$@gmail.com
обсуждение исходный текст
Ответы Re: Data split -- Creating a copy of database without outage  (Haifeng Liu <liuhaifeng@live.com>)
Re: Data split -- Creating a copy of database without outage  (Jan Nielsen <jan.sture.nielsen@gmail.com>)
Список pgsql-admin

Can you please help with advice?

I need to design a solution for a database which will grow and will require a horizontal split at some moment.

Here is how I am planning to do it: Every record in every table has a shard number. After the database becomes too large (gets too many requests), the tables need to be horizontally split. It means that for every table all records with some specific shard numbers need to be moved to a new database.

My plan is to (1) create a copy of the database on a new server (backup/restore?), (2) synchronize the databases (how?), and then (3) forward all requests for the moved shards to the new database. (I will get rid of the unneeded shards later). An important requirement: there should be no outage for the users.

What are the ways to achieve it?

 

Thank you in advance,
-igorS

 

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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: saved passwords lost when connection fails
Следующее
От: Haifeng Liu
Дата:
Сообщение: Re: Data split -- Creating a copy of database without outage