Re: Is Couchdb a distributed database

2011-05-03 Thread Robert Dionne
beat me to it :) Also the code is here: https://github.com/cloudant/bigcouch On May 3, 2011, at 11:53 AM, Owen Marshall wrote: > On 05/03/2011 11:48 AM, 张路 wrote: >> Can you tell me that in detail,how the bigcouch to achieve the distributed. >> >> All of the couchdb save different informatio

Re: Is Couchdb a distributed database

2011-05-03 Thread Owen Marshall
On 05/03/2011 11:48 AM, 张路 wrote: > Can you tell me that in detail,how the bigcouch to achieve the distributed. > > All of the couchdb save different information,but it can query any > information from any one of the couchdb.How to realize it? BigCouch uses some design decisions discussed in Amaz

Re: Is Couchdb a distributed database

2011-05-03 Thread 张路
Can you tell me that in detail,how the bigcouch to achieve the distributed. All of the couchdb save different information,but it can query any information from any one of the couchdb.How to realize it? 2011/5/3, Sebastian Cohnen : > You might want to have a look at bigcouch > > On 03.05.2011, at

Re: Is Couchdb a distributed database

2011-05-03 Thread Sebastian Cohnen
You might want to have a look at bigcouch On 03.05.2011, at 12:16, 张路 wrote: > Hi, > > As we all know that couchdb can replication each other after we set the > replicate rules.Then we can put a balancer such as nginx before > Couchdbs(lots of Couchdb which have setted replicate rules). > >

Is Couchdb a distributed database

2011-05-03 Thread 张路
Hi, As we all know that couchdb can replication each other after we set the replicate rules.Then we can put a balancer such as nginx before Couchdbs(lots of Couchdb which have setted replicate rules). All of the Couchdbs have the same data among them, so the data is redundancy . Is there a