Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.postgresql > #361
| From | Mladen Gogala <gogala.mladen@gmail.com> |
|---|---|
| Newsgroups | comp.databases.postgresql |
| Subject | Re: Split database content without outage |
| Date | 2012-06-04 23:17 +0000 |
| Organization | solani.org |
| Message-ID | <pan.2012.06.04.23.17.48@gmail.com> (permalink) |
| References | <767f369f-5ff9-4fbf-aae1-3fc868293139@googlegroups.com> |
On Tue, 29 May 2012 12:32:06 -0700, igor.shmain wrote: > 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? Use Oracle. -- http://mgogala.byethost5.com
Back to comp.databases.postgresql | Previous | Next — Previous in thread | Find similar
Split database content without outage igor.shmain@gmail.com - 2012-05-29 12:32 -0700 Re: Split database content without outage Robert Klemme <shortcutter@googlemail.com> - 2012-05-29 22:47 +0200 Re: Split database content without outage Mladen Gogala <gogala.mladen@gmail.com> - 2012-06-04 23:17 +0000
csiph-web