Re: catalogs in CouchDB

2010-11-09 Thread Luciano Ramalho
2010/11/9 José M Martínez : > I mean by catalogs, a data dictionary.CouchDB used a data dictionary to find > details of documents and list all documents in my database? Perhaps you should read the official docs: http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views -- Luciano Ramalho pr

Re: catalogs in CouchDB

2010-11-09 Thread Robert Newson
CouchDB uses a b+tree data structure for find and list documents. Is this the answer to your question? B. 2010/11/9 José M Martínez : > HI, > > I mean by catalogs, a data dictionary.CouchDB used a data dictionary to find > details of documents and list all documents in my database? > > > José. >

Re: catalogs in CouchDB

2010-11-09 Thread José M Martínez
HI, I mean by catalogs, a data dictionary.CouchDB used a data dictionary to find details of documents and list all documents in my database? José. 2010/11/8 Luciano Ramalho > 2010/11/8 José M Martínez : > > CouchDB used catalogs to find information on any documents? > > I don't know what you

Re: catalogs in CouchDB

2010-11-08 Thread Luciano Ramalho
2010/11/8 José M Martínez : > CouchDB used catalogs to find information on any documents? I don't know what you mean by catalogs, but in the Plone CMS a "catalog" is an index. Yes, you can define arbitrary indexes to perform efficient searches in your documents. An index is defined using a "view"

catalogs in CouchDB

2010-11-08 Thread José M Martínez
Hi, CouchDB used catalogs to find information on any documents? What operating systems support CouchDB? José.