Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Jan Lehnardt
> On 01 Jun 2016, at 00:09, Frédéric Audon wrote: > > >> Le 31 mai 2016 à 18:59, Jan Lehnardt a écrit : >> >> >>> On 31 May 2016, at 18:57, Frédéric Audon wrote: >>> >>> Le 31 mai 2016 à 16:46, Jan Lehnardt a

unknown_error - lru

2016-05-31 Thread Bernard Leach
Hi all, I’m using the docker cloudant version of couchdb from dcheese/cloudant-developer and am seeing errors like; 2016-06-01 02:10:47.280 [error] cloud...@cloudant.dev <0.9016.110> httpd 500 error response: {"error":"unknown_error","reason":"lru”} Just wondering if anyone has suggestions

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Frédéric Audon
> Le 31 mai 2016 à 18:59, Jan Lehnardt a écrit : > > >> On 31 May 2016, at 18:57, Frédéric Audon wrote: >> >> >>> Le 31 mai 2016 à 16:46, Jan Lehnardt a écrit : >>> >>> On 31 May 2016, at 16:06, Frédéric Audon

Fail2ban

2016-05-31 Thread Frédéric Audon
Is it possible to use Fail2ban with CouchDB? -- Cordialement, Frédéric Audon fidjy.com Mac App Store Linkedin Twitter Facebook

SSL port only

2016-05-31 Thread Frédéric Audon
The question has probably been asked several times. Is is possible to have only the SSL port open? I searched but I found nothing satisfactory. I will use iptables failing better. -- Cordialement, Frédéric Audon fidjy.com Mac App Store

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Jan Lehnardt
> On 31 May 2016, at 18:57, Frédéric Audon wrote: > > >> Le 31 mai 2016 à 16:46, Jan Lehnardt a écrit : >> >> >>> On 31 May 2016, at 16:06, Frédéric Audon wrote: >>> >>> >>> Le 30 mai 2016 à 22:59, Jan Lehnardt

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Frédéric Audon
> Le 31 mai 2016 à 16:46, Jan Lehnardt a écrit : > > >> On 31 May 2016, at 16:06, Frédéric Audon wrote: >> >> >> >>> Le 30 mai 2016 à 22:59, Jan Lehnardt a écrit : >>> >>> On 30 May 2016, at 18:53, Frédéric Audon

Re: final long term deletion,cleanup database, and id generation

2016-05-31 Thread david rene comba lareu
Looking forward to the explanation, no rush. I have no idea about purge (i realized that i was doing compaction and not purge's) or view index update btw. Thanks ! 2016-05-31 13:43 GMT-03:00 Jan Lehnardt : > CouchDB only rebuilds view indexes when two purge operations happen

Re: final long term deletion,cleanup database, and id generation

2016-05-31 Thread Jan Lehnardt
CouchDB only rebuilds view indexes when two purge operations happen WITHOUT a view index update in between. If you can guarantee that you have a vie index update after each purge, using purge for removing tombstones is a viable solution. I’m short on time right now, but happy to write up how

Re: final long term deletion,cleanup database, and id generation

2016-05-31 Thread Dale Harvey
Does mango share the same disadvantages as map reduce with indexes having to be rebuilt on purge? In PouchDB it currently does however we are looking to change the pouchdb-find implementation so that purge has no negative effect on the query performance, at which point we will implement and be

Re: final long term deletion,cleanup database, and id generation

2016-05-31 Thread Stefan Klein
Hi, 2016-05-31 17:00 GMT+02:00 david rene comba lareu < shadow.of.sou...@gmail.com>: > HI, > [ ... ] > > 1) when you delete a document, is supposed that revisions are only > deleted after the cleanup, but the tombstones are still there, and it > increase the amount of size exponentially. i

final long term deletion,cleanup database, and id generation

2016-05-31 Thread david rene comba lareu
HI, i have been developing a very complex app using couchdb for 2 years now. i'm trying at this point, to automate most of the things and foresee future problems in high demand, for the lack of human resources in the seed stage of this project. i'm worried about 3 principal things: 1) when you

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Jan Lehnardt
> On 31 May 2016, at 16:06, Frédéric Audon wrote: > > > >> Le 30 mai 2016 à 22:59, Jan Lehnardt a écrit : >> >> >>> On 30 May 2016, at 18:53, Frédéric Audon wrote: >>> >>> Hello >>> >>> I try to install CouchDB 16.1 on Debian 8 (

Re: CouchDB 1.6.1 on Debian 8

2016-05-31 Thread Frédéric Audon
> Le 30 mai 2016 à 22:59, Jan Lehnardt a écrit : > > >> On 30 May 2016, at 18:53, Frédéric Audon wrote: >> >> Hello >> >> I try to install CouchDB 16.1 on Debian 8 ( jessie ) >> >> I stuck >> checking Erlang version of compatibility ... Erlang