Hi Chris, so can't we use couchdb like in SQL that we use join to get union from two tables?
Explain: 1. I have a database1 and daabase2; 2. I get all metadata from this database1; 3. but another information is in database2 (Today I open another connection to database2 send a key to get this information); I'm asking if is possible have one view to get all the information in one return to my .php, today I open two connections. Thanks, Jamil Atta Junior 2010/7/19 J Chris Anderson <[email protected]> > > On Jul 19, 2010, at 1:15 PM, Jamil Atta Junior Atta wrote: > > > Hi, > > > > I want to get metadata from two database without two connections and I > don't > > know if it is possible using views??? > > > > not really. you could: > > a) merge the databases using replication > b) use some of the parts of couchdb-lounge to build a view merger > > > thanks, > > > > Jamil Atta Junior > > Analista/Programador > > Organização Pan-Americana da Saúde (Bireme/Scielo) > > Rua Botucatu, 862 - 04023-901 - São Paulo/SP - Brasil > > http://www.opas.org.br > > [email protected] > > -- Atenciosamente, Jamil Atta Junior Analista/Programador Organização Pan-Americana da Saúde (Bireme/Scielo) Rua Botucatu, 862 - 04023-901 - São Paulo/SP - Brasil http://www.opas.org.br [email protected]
