Re: PMC resignation

2014-08-18 Thread Olafur Arason
Hi Benoit, The reason I believe in CouchDB is in part because of your involvement. RCouch fixes a lot of problems CouchDB has, not to devalue BigCouch. I don't see why opencouch wouldn't be apart of CouchDB it seems like a perfect fit. The more people are using CouchDB storage the better and havi

Re: CouchDB Backend article I wrote on Google+

2014-03-25 Thread Olafur Arason
mar mistakes and typos here and there. > > On March 25, 2014 3:21:19 AM CET, Olafur Arason > wrote: > >https://plus.google.com/u/0/113901280667512186151/posts/fCmaosPgmwN > > > >I would love to get you opinion, I've talked this subject over > >with a lot of peop

CouchDB Backend article I wrote on Google+

2014-03-24 Thread Olafur Arason
https://plus.google.com/u/0/113901280667512186151/posts/fCmaosPgmwN I would love to get you opinion, I've talked this subject over with a lot of people and always at first they don't understand it then they come to really love it. Regards, Olaf

Re: CouchDB SMTP server integration

2011-05-16 Thread Olafur Arason
: http://code.google.com/p/erlmail/ But of course it cant impact the speed of couchdb to be integrated. Regards, Olafur Arason On Mon, May 16, 2011 at 01:20, Andrew Stuart (SuperCoders) wrote: > I saw some old messages in the mailing list archive referring to CouchDB as > a mail store. &

Re: Optimal counter implementation?

2011-05-10 Thread Olafur Arason
ument, and the couchdb database file would grow really fast and you would have to compact very often. Regards, Olafur Arason On Tue, May 10, 2011 at 09:05, He Shiming wrote: > Hi, > > I'm working on this project, that needs to count page views. I came up > with two possible solu

Re: View advice

2011-04-07 Thread Olafur Arason
rom couchapp. It's better not to have the whole url so you can easily change hosts and even database names like application-test. There is some work going on in this direction and it's important to let people know that this is important. Regards, Olafur Arason On Fri, Apr 8, 2011 at 03:13,

Re: Full text search - is it coming? If yes, approx when.

2011-03-28 Thread Olafur Arason
imple lexer. And have it built in. If people need more power they would use Lucene. It's like using a Ferrari to go to the store, it's cool but an overkill. Hope you keep up the good work, couchdb-lucene is really easy to use. Regards, Olafur Arason Ps I was talking to an NLP expert and

Re: massive write with couchdb

2011-03-28 Thread Olafur Arason
I would use the bulk update interface so you would have some mechanism to send the updates after X amount of updates or X amount of time. That way you would get better throughput. You can also try Redis. Regards, Olafur Arason On Sun, Mar 27, 2011 at 05:33, Dan Tran wrote: > Hello, >

Re: Full text search - is it coming? If yes, approx when.

2011-03-28 Thread Olafur Arason
hich they are designed to do and do really well. This would be a killer feature and could use the new infrastructure from Cloudant search. And don't tell me the Elastic or Lucene interface could do anything close to this :) Regards, Olafur Arason On Mon, Mar 28, 2011 at 04:31, Andrew Stuar

Re: Couchdb - how to search within field or fields?

2011-03-24 Thread Olafur Arason
Is Cloudant Search going opensource anytime soon? Regards, Olafur Arason On Wed, Mar 23, 2011 at 23:19, David Hardtke wrote: > > No.  For logical queries you need a search add-on: > > couchdb-lucene: http://github.com/rnewson/couchdb-lucene > ElasticSearch: http://www.el