Re: Validate uniqueness field

2010-04-01 Thread Adam Petty
In other words - this isn't really a Database Concern is it? The Database doesn't care if these fields are unique - only your application and in certain cases? If your app needs certain cases as unique - create a method to update a Unique Doc... that stores all unique ID's already used, or

Re: /etc/init.d/couchdb stop never really stops the db

2009-11-11 Thread Adam Petty
I can verify same issues on both 32 and 64 bit 9.10 installs. Also... try /etc/init.d/couchdb restart... watch what happens to the log file. My log file filled up to over a gig, overnight. All with errors because couchdb never stopped - but it kept trying to restart and getting a port in use

Re: libmozjs-dev conflict in Karmic

2009-11-07 Thread Adam Petty
I've just completed the same task using apt-get on karmic. I recommend you attempt to stop couchdb using /etc/init.d/couchdb stop then browse to it. It will report stopped and then not stop, and then proceed to try to fill your /var/log/couch with restart errors until you reboot your

Re: quick python / couch question

2009-02-16 Thread Adam Petty
wrote: On Sat, Feb 14, 2009 at 8:31 PM, Adam Petty adamjpe...@gmail.com wrote: My appologies if this isn't the right place...and yes I'm a neub at things both python and couch so I'll be greatly appreciative for any info available. I'm currently trying to get a python object to convert

quick python / couch question

2009-02-14 Thread Adam Petty
My appologies if this isn't the right place...and yes I'm a neub at things both python and couch so I'll be greatly appreciative for any info available. I'm currently trying to get a python object to convert to a couch document to submit to the DB - but can't seem to find a good way to do it.

Re: The Blog

2009-02-09 Thread Adam Petty
Mr. Donut, Jan,Damien, others in the thread, Just want to say thank you. I'm being completely serious here. I have to agree that in the beginning I sensed hostility from Mr. Donut - but he was hitting on many questions I knew there were answers for and after a few minutes could conceptualise -

Re: [user] Re: The Blog

2009-02-09 Thread Adam Petty
Well -- Its sounds like couch is starting to be able to stand up to the fire... which is why I'm digging this thread. But yes - too much heat and the whole proprietary/RDBMS community could start aiming bazooka's at it - which might do some damage. So maybe some middle ground somewhere.. I'll

Re: [user] Re: The Blog

2009-02-09 Thread Adam Petty
this wouldn't meet requirements? On Mon, Feb 9, 2009 at 11:12 AM, Paul Davis paul.joseph.da...@gmail.comwrote: On Mon, Feb 9, 2009 at 10:18 AM, Wout Mertens wmert...@cisco.com wrote: On Feb 9, 2009, at 3:57 PM, Noah Slater wrote: On Mon, Feb 09, 2009 at 09:51:18AM -0500, Adam Petty wrote

Apache CouchDB Reverse Proxy

2009-01-30 Thread Adam Petty
Hey all, I'm new to both CouchDB and Apache and have been looking everywhere for tutorials on Reverse Proxy-ing and Couch, and can't seem to get to where I need to be. I checked out the page http://wiki.apache.org/couchdb/Apache_As_a_Reverse_Proxy But that doesn't make sense to me as I don't

Re: Compaction documentation vs behaviour

2009-01-27 Thread Adam Petty
Hello, Is it possible to set the compaction to leave *n* doc revs? I've looked around breifly - but wasn't sure. We'd like to use the doc revs for undo or history features but still be able to compact the db file. --Adam On Tue, Jan 27, 2009 at 12:53 PM, Chris Anderson jch...@apache.org