Feedback for "Best practices for CouchDB performance on linux systems"

2017-04-27 Thread aa mm
Hi guys! I'd love to get your feedback on my "Best practices for CouchDB performance on linux systems" document. https://github.com/assafmo/couchdb-linux-performance It took me a lot of time and headaches over the last couple of months, but with these little tweaks I am getting huge performance

Re: Feedback for "Best practices for CouchDB performance on linux systems"

2017-04-27 Thread aa mm
Apr 2017, at 21:30, aa mm wrote: > > Hi guys! > > > > I'd love to get your feedback on my "Best practices for CouchDB > > performance > > on linux systems" document. > > > > https://github.com/assafmo/couchdb-linux-performance > &g

Re: Feedback for "Best practices for CouchDB performance on linux systems"

2017-04-27 Thread aa mm
for "Best practices for CouchDB performance on > linux systems" > > > > On Thu, 27 Apr 2017, at 21:30, aa mm wrote: > > > Hi guys! > > > > > > I'd love to get your feedback on my "Best practices for CouchDB > > > performance &g

Re: [Lazy Consensus] Move from JIRA to GitHub Issues

2017-05-17 Thread aa mm
Awesome! This'll definitely make it easier for me to report bugs. Good luck! בתאריך 18 במאי 2017 09:48,‏ "Kaveh Shahbazian" כתב: > As a CouchDB user, I like this move and having properly tagged issues would > be nice - so one can accurately trace some issues/features they care most. > > On Thu,

Stale mango queries?

2017-06-12 Thread aa mm
Hi. Does mango views support stale queries? Does the mango views index efficiency equivalent to erlang views or javascript views? Thanks, Assaf.

Re: Stale mango queries?

2017-06-12 Thread aa mm
> Adam > > > On Jun 12, 2017, at 9:42 AM, aa mm wrote: > > > > Hi. > > > > Does mango views support stale queries? > > Does the mango views index efficiency equivalent to erlang views or > > javascript views? > > > > Thanks, > > Assaf. > >

Re: Store meta data of millions of images for search purpose

2017-06-14 Thread aa mm
What each document represents? Why do you need to generate ids? Is this a requirement? If not, and image file name is unique, then you can make it so each document represents an image. _id will be the image file name, and thus you won't need a view to access an image, you'll need only the image na

Bloom filters

2017-07-16 Thread aa mm
Hi guys. For a couple of months now I've been using the bulk API to query a lot of data from my databases. I have some databases with hundreds of millions of documents and a few with billions of documents. All and all about 10TB of hard disk is used. I'm on 2.0 single mode. Sometimes querying fo

Re: Bloom filters

2017-07-17 Thread aa mm
deletions you have, the more false positives your filter > will produce and the more it will penalise performance. > > Aside from that I think that's a very good idea and I'd love to collaborate > on adding it into Couch if possible. > > Regards > > On Sun, Jul 16,

Re: Bloom filters

2017-07-24 Thread aa mm
2017 23:22,‏ "aa mm" כתב: > Hi guys. > > For a couple of months now I've been using the bulk API to query a lot of > data from my databases. I have some databases with hundreds of millions of > documents and a few with billions of documents. All and all about 10TB of &g

Re: Howto edit design documents

2017-08-14 Thread aa mm
3. I think you can edit the design document on Fauxton to add a list function. As far as I know it's not as easy as adding a map or reduce. בתאריך 14 באוג׳ 2017 05:13 PM,‏ "Eiri" כתב: Hi Ronny, For me “a-ha” moment was to realise that design document is just an ordinary CouchDB document, so it