Re: Merge a sharded master into a single read-only slave - Mailing list pgsql-general

From Kevin Goess
Subject Re: Merge a sharded master into a single read-only slave
Date
Msg-id CABZkbxjGr084unwXjrzPTp5imbX+wrpaxOu2VkEgp8LYvpWexQ@mail.gmail.com
Whole thread Raw
In response to Re: Merge a sharded master into a single read-only slave  (Sébastien Lorion <sl@thestrangefactory.com>)
Responses Re: Merge a sharded master into a single read-only slave
List pgsql-general
> So my conclusion is that for now, the best way to scale read-only queries for a sharded master is to 
> implement map-reduce at the application level. 

That's the conclusion I would expect. It's the price you pay for sharding, it's part of the deal.  

But it's also the benefit you get from sharding.  Once your read traffic grows to the point that it's too much for a single host, you're going to have to re-shard it all again *anyway*.  The whole point of sharding is that it allows you to grow outside the capacities of a single host.


pgsql-general by date:

Previous
From: Arup Rakshit
Date:
Subject: Re: How can I select rows by comparing an array data type column with multiple values ?
Next
From: Satish K Biradar
Date:
Subject: Re: Archive# views