Re: where is couchDBX storing the actual database file?

2011-03-23 Thread Amedeo Paglione
Actually db files are stored in ~/Library/Application Support/CouchDBX/*.couch -- Amedeo On Wed, Mar 23, 2011 at 20:33, Ido Ran wrote: > Right click on CouchDBX and select Show Content. Dig in there you will find > both config and DB files. > > Ido > > > > ב-17 במרס 2011, בשעה 09:33, Edward

Re: Write-only for users?

2011-02-13 Thread Amedeo Paglione
+1 This is the way used by Ubuntu One if I am not wrong. -- Amedeo On Mon, Feb 14, 2011 at 00:06, Janez Štupar wrote: > +1 > > this is the Couch way > > On Sun, Feb 13, 2011 at 11:44 PM, Jonathan Stott > wrote: > > > Hi Jonathan > > > > One way to accomplish this is to give each user their

Re: CouchDB and tags

2011-02-10 Thread Amedeo Paglione
d" at the same level as "index". > > B. > > On 10 February 2011 22:47, Amedeo Paglione > wrote: > > Thanks for the suggestion. The solution was based not considering other > > indexing server other than the standard view, but I got curious to see

Re: CouchDB and tags

2011-02-10 Thread Amedeo Paglione
ly reduced > > the index size if your documents have many tags. > > > > > > Cheers, > > > > Zach > > > > > > On Thu, Feb 10, 2011 at 9:29 AM, Amedeo Paglione > > wrote: > >> Hi all, > >> > >> I have been playing with Co

CouchDB and tags

2011-02-10 Thread Amedeo Paglione
Hi all, I have been playing with CouchDB for a while and I had to address the problem of retrieving documents which match a list of tags. I have documented my approach here: https://gist.github.com/820412 It is working, but I am wondering what could be an alternative and more efficient solution