What is the official version for Ubuntu / Debian?

2015-01-13 Thread Kiril Stankov
regards,* Kiril Stankov, CEO This Email disclaimer <http://open-net.biz/emailsignature.html> is integral part of this message.

Re: What is the official version for Ubuntu / Debian?

2015-01-13 Thread Kiril Stankov
/ fixes I am missing by using 1.5. *With best regards,* Kiril Stankov, CEO This Email disclaimer <http://open-net.biz/emailsignature.html> is integral part of this message. On 1/13/2015

Re: What is the official version for Ubuntu / Debian?

2015-01-13 Thread Kiril Stankov
update repositories with apt-get / aptitude compatible packages for the latest release. Thanks for all the help. *With best regards,* Kiril Stankov, CEO This Email disclaimer <http://open-net.

Re: CouchDB crashing

2015-01-13 Thread Kiril Stankov
Hi, try starting it from 'sudo su' prompt. I had similar issue recently. If it works, then chmod the log, lib and run directories and etc\couchdb. I, of course, assume you are running it on linux. *With best regar

Limitation on number of databases?

2015-01-13 Thread Kiril Stankov
*With best regards,* Kiril Stankov

Re: Limitation on number of databases?

2015-01-13 Thread Kiril Stankov
Thanks! -- Regards, Kiril Stankov, OpenNet Software ltd. Original Message From: Alexander Shorin Sent: 14 January 2015 05:00:27 EET To: "user@couchdb.apache.org" Subject: Re: Limitation on number of databases? There are two limits: 1. Operation system lim

Limitation on number of items per DB

2015-01-19 Thread Kiril Stankov
number of docs? Thanks in advance! *With best regards,* Kiril Stankov This Email disclaimer <http://open-net.biz/emailsignature.html> is integral part of this message. On 1/17/2015 3

Re: Limitation on number of items per DB

2015-01-20 Thread Kiril Stankov
Thanks a lot! As for the last point, yes, I meant if the indices will get significantly slower when there are billions of documents. *With best regards,* Kiril Stankov This Email disclaimer <h

Re: can't run couchdb run as couchdb user / only root works

2015-01-20 Thread Kiril Stankov
couchdb defaults curl http://127.0.0.1:5984/ # vi /usr/local/etc/couchdb/default.ini # change bind_adress to 0.0.0.0 service couchdb restart -- Regards, Kiril Stankov, OpenNet Software ltd. Original Message From: "Dr. Johannes Zellner" Sent: 21 January 2015 00:

Update handlers

2015-01-29 Thread Kiril Stankov
- *With best regards,* Kiril Stankov,

Re: Update handlers

2015-01-29 Thread Kiril Stankov
Thanks all! *With best regards,* Kiril Stankov, CEO This Email disclaimer <http://open-net.biz/emailsignature.html> is integral part of this message. On 1/29/2015 11:57 AM, Ale

Re: Update handlers

2015-01-29 Thread Kiril Stankov
he doc is increased by 2, but the fields are not changed. The field I want to update is present in the doc. Any idea what am I doing wrong? Thanks in advance. ---- *With best regards,* Kiril Stankov, On 1/29/2015 2:52 PM, Ki

Re: Update handlers

2015-01-29 Thread Kiril Stankov
, 2015 at 8:51 PM, Kiril Stankov wrote: Hi again, I'm still trying to use the Update Handlers, but I'm running into problem: |||function(doc,req) {var field=req.query.field; var value = req.query.value; doc[field]=value; return [doc, 'ok'];} ||| The function executes, return

Re: Why it

2015-02-02 Thread Kiril Stankov
Is there more effective way? Thanks. -------- *With best regards,* Kiril Stankov On 2/1/2015 4:30 PM, Jonas Weber wrote: It is a common "mistake" to emit a document or document id from a view; if it is not mirroring your _id, please igno

Re: Export from a table which have more tables in it

2015-02-03 Thread Kiril Stankov
I also think that a good way to organize things is to put docs of different types in separate databases - this way you can also deal with views and other design docs in a more simplified way. HTH. *With best regards,* Kiril

Reducing on all emitted docs

2015-02-05 Thread Kiril Stankov
x27;. I wonder if I can get the sum easily for all 'doc.total' values across all documents, while still keeping the type as key for the map. Thanks in advance! -------- *With best regards,* Kiril Stankov On 2/4/2015 2:37 AM, Ayhan

Re: Reducing on all emitted docs

2015-02-05 Thread Kiril Stankov
Just found that... :) Sorry, a bit more googling next time. BTW, I use CouchDB for less than a month and I'm in love! Thanks all! *With best regards,* Kiril Stankov This Email disclaimer <htt

Strange issue with dates

2015-02-05 Thread Kiril Stankov
e after the other? Thanks in advance! *With best regards,* Kiril Stankov

Re: Strange issue with dates

2015-02-05 Thread Kiril Stankov
]=Date.now(); return [doc, 'ok'];}" & "cancelled": true, "cancelledDate": "2015-01-10T00:34:19.654Z", "lastvisit": 1423181473571 *With best regards,* Kiril Stankov, C

Re: Strange issue with dates

2015-02-05 Thread Kiril Stankov
Thanks, actually, this what I want to do... use unix epoch. But for some reason one is written as date. Still investigating... *With best regards,* Kiril Stankov On 2/6/2015 2:27 AM, Stanley Iriele wrote: There is

Re: Continous Replications Stopping Unexpectedly

2015-02-09 Thread Kiril Stankov
- *With best regards,* Kiril Stankov, CEO This Email disclaimer <http://open-net.biz/emailsignature.html> is integral part of this message. On 2/9/2015 10:30 PM, Sinan Gabel wrote: I have not tried it but I understand that coucdb will crash somehow if ther

Re: CouchDB 2.0

2015-02-10 Thread Kiril Stankov
Beta or something similar? Cheers! *With best regards,* Kiril Stankov On 2/10/2015 10:03 AM, Andy Wenk wrote: Hi Mike, we do not have a release date yet. There is still work to be done. The setup stuff and also

Re: CouchDB 2.0

2015-02-10 Thread Kiril Stankov
Great, thanks! On 2/10/2015 12:23 PM, Alexander Shorin wrote: On Tue, Feb 10, 2015 at 1:15 PM, Kiril Stankov wrote: I guess others will also want to know if there will be change in the DB file format, and if yes, will there be in place upgrade from older versions. Or developers will need to

Re: Why are temp views so much faster than design docs?

2015-02-11 Thread Kiril Stankov
regards,* Kiril Stankov On 2/11/2015 11:36 AM, Alexander Shorin wrote: On Wed, Feb 11, 2015 at 12:30 PM, Ben Ng wrote: I don’t understand why a view in the same design doc would slow down another view, when I only tried to fetch the one i cared about. Does Couch build all the views at once? Yes, it

Re: Why are temp views so much faster than design docs?

2015-02-11 Thread Kiril Stankov
So, is it also true that if one removes a view from a ddoc, all views in this ddoc will be rebuilt? 10x. *Regards,* Kiril Stankov On 2/11/2015 12:18 PM, Alexander Shorin wrote: On Wed, Feb 11, 2015 at 12:43 PM, Kiril

Re: Why are temp views so much faster than design docs?

2015-02-11 Thread Kiril Stankov
Sorry, please disregard, too late for work. The answer is in the original reply. Must go to bed, obviously... On 2/12/2015 12:57 AM, Kiril Stankov wrote: So, is it also true that if one removes a view from a ddoc, all views in this ddoc will be rebuilt? 10x

Index optimization

2015-02-17 Thread Kiril Stankov
! *With best regards,* Kiril Stankov

Re: How to query a view from within another view?

2015-02-25 Thread Kiril Stankov
://guide.couchdb.org/draft/transforming.html *With best regards,* Kiril Stankov On 25-Feb-15 3:43 PM, Andrew Koster wrote: Dear all, I have a CouchDB database with the following type of documents, representing events that happen

Re: Seachring specific Word in couchdb

2015-03-05 Thread Kiril Stankov
apper, like nano for node.js, you can add the keys to the query ---- *best regards,* Kiril Stankov, On 05-Mar-15 12:23 AM, Ayhan Kesenci wrote: where i put startkey and endkey andrew ?? 2015-03-04 19:51 GMT+01:00 Andrew Koster :

How to get number of normal (non-design) documents in CouchDB?

2015-03-09 Thread Kiril Stankov
Hi, anyone aware of a way to get count of non-design documents in CouchDB? Thanks in advance! *With best regards,* Kiril Stankov

Re: How to get number of normal (non-design) documents in CouchDB?

2015-03-09 Thread Kiril Stankov
ith better idea? *With best regards,* Kiril Stankov On 09-Mar-15 2:56 PM, Kiril Stankov wrote: Hi, anyone aware of a way to get count of non-design documents in CouchDB? Thanks in advance! *Wi

Re: How to get number of normal (non-design) documents in CouchDB?

2015-03-09 Thread Kiril Stankov
Thanks a lot! I like the second one... :) *With best regards,* Kiril Stankov, On 09-Mar-15 3:23 PM, Alexander Shorin wrote: No need to check for doc._id in a view since views doesn't indexed design documents by de

Re: Use Fauxton via NPM

2015-05-10 Thread Kiril Stankov
Hi, I tried Fauxton and have some comments and bugs to report. What will be the appropriate place? *With best regards,* Kiril Stankov

How can I know if there are more items when using startkey and endkey

2015-05-19 Thread Kiril Stankov
150f27b69fee977fa03580a","2015-04-23T11:10:20.000Z"],"value":null} ]} I cannot tell if there are more items to show. The total_rows returns the number of all documents matching the view, not only those matching the start and end keys. Also, I do not know how to interpret the offset param in this case. What 14 stands for, in this case. Any idea will be appreciated. Thanks in advance! *With best regards,* Kiril Stankov,

Re: How can I know if there are more items when using startkey and endkey

2015-05-19 Thread Kiril Stankov
_ /(| ( : __\ \ _ () `| ()| | ().__| (___)__.|_ THANKS! *With best regards,* Kiril Stankov On 19-May-15 8:16 PM, Alexander

CouchDB utc_id behavior

2015-06-15 Thread Kiril Stankov
an idea what may be causing this behavior. Thanks in advance! *With best regards,* Kiril Stankov,

Re: CouchDB utc_id behavior

2015-06-15 Thread Kiril Stankov
Hi, nope, this is not the case. The newer document has older ID, this is the problem. 05188de92ef02f < 05188e0805067f But 05188de92ef02f was created after 05188e0805067f *With best regards,* Kiril Stankov, On 15-Jun

Re: CouchDB utc_id behavior

2015-06-16 Thread Kiril Stankov
Hi, As I wrote, ntpd is running and both machines have synced time. They were not down for weeks. -- Regards, Kiril Stankov, OpenNet Software ltd. Original Message From: Joan Touzet Sent: June 16, 2015 5:38:28 PM GMT+03:00 To: user@couchdb.apache.org Subject: Re: CouchDB

Re: CouchDB utc_id behavior

2015-06-16 Thread Kiril Stankov
Ubuntu, couch 1.6.1, apt-get update few days ago. -- Regards, Kiril Stankov, OpenNet Software ltd. Original Message From: Nick North Sent: June 16, 2015 7:41:50 PM GMT+03:00 To: user@couchdb.apache.org, Joan Touzet Subject: Re: CouchDB utc_id behavior Thanks for the

Re: CouchDB utc_id behavior

2015-06-18 Thread Kiril Stankov
in between. *With best regards,* Kiril Stankov, On 17-Jun-15 6:41 PM, Adam Kocoloski wrote: Do you happen to know if either one of these was correct-ish? Do you see any timestamps in the access logs that are also “off”? 05188de92ef02f ->

Re: CouchDB utc_id behavior

2015-06-18 Thread Kiril Stankov
Solved. If Couch starts ~ 30 sec. after boot completion, the problem seems to go away. Thanks all. *With best regards,* Kiril Stankov On 18-Jun-15 2:15 PM, Kiril Stankov wrote: Yes, the one from 12:59 is Ok. The one from

DB size question

2015-06-18 Thread Kiril Stankov
Hi, I'm importing now a big number of documents in CouchDB. The documents have only single revision. And they will stay with single rev in one of the DB's I notice that the Db size grows significantly, then, after compact drops by 70%. This process - import of single version documents will oc

Re: DB size question

2015-06-19 Thread Kiril Stankov
Thanks! I'll try the suggestions. *With best regards,* Kiril Stankov, On 19-Jun-15 6:05 AM, Sharath wrote: Hi Kiril, I came across this issue when I was using couchdb to store large documents. Various members from

High CPU after loading 15K documents

2015-07-07 Thread Kiril Stankov
Hi, I've loaded 15K docs to a single DB, with 7 views, which do not emit docs (just id's). Since then (4 hours now) the CPU is constantly high (~15-20%) with most of it divided between couchdb and beam.smp. In addition couch became significantly slower than before (when there were ~ 3K docs).

Re: High CPU after loading 15K documents

2015-07-07 Thread Kiril Stankov
ould yield very slow indexing. Does the dashboard indicate any indexing jobs ongoing? Adam On Jul 7, 2015, at 1:42 PM, Kiril Stankov wrote: Hi, I've loaded 15K docs to a single DB, with 7 views, which do not emit docs (just id's). Since then (4 hours now) the CPU is constantly hi

Re: High CPU after loading 15K documents

2015-07-21 Thread Kiril Stankov
minutes or so. Here is a screenshot from htop: http://pho.to/9aTTK Any ideas how can I understand what goes on? *With best regards,* Kiril Stankov, CEO This Email disclaimer <http://open-net.

Re: High CPU after loading 15K documents

2015-07-21 Thread Kiril Stankov
It is constantly high, not some peak moments. I am monitoring htop with interval 1 sec and the CPU is above 12-15% with most of this taken by erlang. *With best regards,* Kiril Stankov, CEO This Email

A big Thumbs Up for CouchDB!

2015-07-24 Thread Kiril Stankov
Hi all, I am working on a pretty complex project for the last 7 months. Since the beginning I was researching a lot what DB to use. NoSQL was obvious choice, but I wondered between several options, MongoDB and CouchDB being the obvious leaders. Now, half an year later, I am very glad for choos

Limiting id's to ascii.

2015-07-29 Thread Kiril Stankov
Hi, I wonder if there is way to limit document id's only to ascii compatible characters. Some sort of validation or configuration? Thanks. -- Regards, Kiril Stankov, OpenNet Software ltd.

Error and crash after changing reduce function

2015-08-06 Thread Kiril Stankov
Hi all, I had several crashes today. Here is what I got in the log after changing a reduce function: [Thu, 06 Aug 2015 08:06:56 GMT] [error] [<0.4332.11>] Uncaught error in HTTP request: {exit, {shutdown, {gen_server,call, [<0.4340.11>, {p

Crash on replication

2015-08-07 Thread Kiril Stankov
Hi all, I see few errors like the one below. Any idea what the reason can be? Why a replication issue should lead to shutdown? Thanks in advance. [Fri, 07 Aug 2015 08:05:52 GMT] [error] [<0.91.0>] {error_report,<0.31.0>, {<0.91.0>,supervisor_report, [{supervisor,{local,c

What happens to attachments when new revision of a doc is written

2015-09-01 Thread Kiril Stankov
regards,* Kiril Stankov,

Re: What happens to attachments when new revision of a doc is written

2015-09-01 Thread Kiril Stankov
Great! Thanks, Alex! *With best regards,* Kiril Stankov, On 01-Sep-15 1:52 PM, Alexander Shorin wrote: No, the don't get copied on every document update. You may notice revpos field in attachment stubs - that&

High CPU when changing / adding view

2015-10-09 Thread Kiril Stankov
documents. I don't mind if it'd take more time to build/update the view, but is there a way to limit the CPU this process will take? Thanks in advance! *With best regards,* Kiril Stankov

Re: CouchDB Replica Size

2015-10-13 Thread Kiril Stankov
regards,* Kiril Stankov On 10-Oct-15 8:43 AM, Mike Marino wrote: Did you try compacting the target database? Dave Westerman schrieb am Fr., 9. Okt. 2015 um 23:55: Why would a new target replica of a CouchDB database be over twice the size in the filesystem as the source database after the

Re: High CPU when changing / adding view

2015-10-13 Thread Kiril Stankov
on http connections. *With best regards,* Kiril Stankov On 09-Oct-15 10:04 PM, Kyle Snavely wrote: Silly question -- is the CPU consumption affecting the rest of the machine, or is it simply free for CouchDB to use? How does load average look during the high CPU consumpt

Question about replication.

2015-10-22 Thread Kiril Stankov
! *With best regards,* Kiril Stankov

Re: Question about replication.

2015-10-22 Thread Kiril Stankov
Thanks a lot, Alex. *With best regards,* Kiril Stankov On 22-Oct-15 4:26 PM, Alexander Shorin wrote: Hi! On Thu, Oct 22, 2015 at 4:17 PM, Kiril Stankov wrote: CouchDB instance A replicates everything in some DB to

Re: Got Apache CouchDB?

2015-11-11 Thread Kiril Stankov
Kiril Stankov, ki...@open-net.biz - Link to logo if we can showcase your company on the new site http://open-net.biz/opennet/img/ONlogo.gif - User quote (with attribution) about your CouchDB user experience (up to 300 characters) CouchDB is an excellent product with great community, always ready

Issue with Reduce - solved after compact viewes

2016-09-24 Thread Kiril Stankov
. -- *With best regards,* Kiril Stankov, CEO This Email disclaimer <http://open-net.biz/emailsignature.html> is integral part of this message.

Re: Issue with Reduce - solved after compact viewes

2016-09-28 Thread Kiril Stankov
Hi, I just saw this again. Reduce didn't work until compacting the View. This starts to be a serious problem. Any help or suggestion how to debug this will be appreciated. Thanks! *With best regards,* Kiril Stankov

Re: Issue with Reduce - solved after compact viewes

2016-09-28 Thread Kiril Stankov
x27;:0, 'total':vals.length,forwarded:0}; for(var i = 0; i < vals.length; i++) { result.new += vals[i][0]?1:0; result.forwarded+= vals[i][1]?1:0; } return result; } Thanks! On 28.9.2016 г. 18:16, Jan Lehnardt wrote: > Heya, > > Can you share the view

Re: Issue with Reduce - solved after compact viewes

2016-09-28 Thread Kiril Stankov
n the view. *With best regards,* Kiril Stankov, CEO This Email disclaimer <http://open-net.biz/emailsignature.html> is integral part of this message. On 28.9.2016 г. 20:33, Robert Sam

Re: Issue with Reduce - solved after compact viewes

2016-09-28 Thread Kiril Stankov
x27;t appear. Also, the view returns the correct list. The problem is just with the reduce - somehow it seems that it doesn't get the full list of docs that the view returns. *With best regards,* Kiril St

Re: Issue with Reduce - NOT SOLVED.

2016-09-28 Thread Kiril Stankov
iated, this is a production environment... :( *With best regards,* Kiril Stankov, On 28.9.2016 г. 22:15, Jan Lehnardt wrote: > Thanks! > > Do you have any more info on the type of operating system this runs on, the

Re: Issue with Reduce - NOT SOLVED.

2016-09-28 Thread Kiril Stankov
, Kiril Stankov wrote: > Well, > > actually, it got from bad to worst. > Compact view doesn't fix the problem anymore. > Now I always get wrong output. > Modifying the reduce to return just vals.length returns always 2. > > I found that the issue appears after each insertion

Re: Issue with Reduce - SOLVED.

2016-09-28 Thread Kiril Stankov
nual: http://wiki.apache.org/couchdb/Introduction_to_CouchDB_views#Reduce_Functions (Promise to RTM in the future, and think a bit more before starting to panic). Hope this may be of use for others. Sorry again, cheers and thanks! On 29.9.2016 г. 0:35, Kiril Stankov wrote: > Ok, sorry to bother with this

Re: CouchDB 2.0.0 on Windows 10

2016-10-14 Thread Kiril Stankov
Hi, just a guess... What is the account assigned to the service? Is it Local System? Does it have administrative rights? Also, can you try setting the startup option to Delayed Start? *With best regards,* Kiril Stankov

Re: Backup best practices

2016-10-14 Thread Kiril Stankov
. *With best regards,* Kiril Stankov, CEO This Email disclaimer <http://open-net.biz/emailsignature.html> is integral part of this message. On 11.10.2016 г. 13:18, Jan Lehnardt

Couch stopped working (service was still alive)

2016-11-27 Thread Kiril Stankov
message in was timeout ** When Server state == {state,100,6,{unix,linux},[],#Port<0.3157>} ** Reason for termination == ** {badarg,[{erlang,port_close,[#Port<0.3157>],[]}, {disksup,terminate,2,[{file,"disksup.erl"},{line,164}]}, {gen_server,terminate,6,[{file,"gen_server.er

Re: Couch stopped working (service was still alive)

2016-11-28 Thread Kiril Stankov
start? /Thanks./ / *With best regards,* Kiril Stankov On 11/28/2016 1:29 AM, Robert Samuel Newson wrote: looks like a bug in a core Erlang/OTP application (disksup) rather than couchdb itself. What version of erlang are you

Re: Populating a master document with contents of multiple documents referenced by keys

2016-12-15 Thread Kiril Stankov
Can't you use a for cycle? For example in an update handler? *With best regards,* Kiril Stankov On 15.12.2016 г. 21:56, David Squier wrote: > Greetings, > > > > I have a master document that contains mu

Re: Populating a master document with contents of multiple documents referenced by keys

2016-12-15 Thread Kiril Stankov
I do use something similar in node.js, with changes feed. But it'll be probably slower than in Couch, internally. Depends how many updates you have. *With best regards,* Kiril Stankov, CEO This Email discl

Issue with log file on Ubuntu

2017-11-28 Thread Kiril Stankov
o logging. Any ideas? Thanks in advance. P.S. After restarting the service new log file was created with today's date. -- *With best regards,* Kiril Stankov, CEO This Email disclaimer

Database file not updated for months (Couch v1.7.1)

2018-10-22 Thread Kiril Stankov
ue.* I wonder, could this be the problem? I have few other CouchDB instances, with the same setting, and no issues. Anyone had such case? Thanks in advance. -- -------- *With best regards,* Kiril Stankov, CEO This Email

Filter design docs from All Documents in Fauxton

2019-08-02 Thread Kiril Stankov
Hi all, IMHO, showing design docs in Fauxton's All Documents is a problem. Very easy to delete your design docs by error, especially when selecting all docs, which, for example, I often do while developing. If I am not wrong, in Couch v.1.x they didn't show in all docs under Foton. Or am I wrong

Re: running couchdb on a .app domain (https enforced)

2019-08-11 Thread Kiril Stankov
Probably you need to bind to 0.0.0.0, so it listens also on the interface where the domain is pointing. Edit the local.ini and restart. ⁣Best regards, Kiril Stankov.​ On 11 Aug 2019, 18:36, at 18:36, Rene Veerman wrote: >i can connect to localhost:5984/_utils, but not to >nicer.app:5984/

Expected behavior on conflict between PouchDB and CouchDB

2019-12-12 Thread Kiril Stankov
Hi all, I have 1 local PouchDB and 1 remote CouchDB (cluster mode). As I wanted to prepare for conflicts and also monitor for them I did the following test:  - Pouch and Couch were in sync with few docs in the same DB.  - stopped the connection between Pouch and Couch on network level.  - modified

Re: Expected behavior on conflict between PouchDB and CouchDB

2019-12-13 Thread Kiril Stankov
you delete it. Query with > /dbname/docid?conflicts=true to see if you get a _conflicts member with the > losing revision, then query with /dbname/docid?rev=X where X is the losing > revision to confirm it's your "lost" update. > > B. > >> On 12 Dec 2019, at

Re: Expected behavior on conflict between PouchDB and CouchDB

2019-12-14 Thread Kiril Stankov
nes that end > with a deleted revision > 3) If there are multiple branches after considering 1) and 2) the _rev values > are sorted and the one on the end is chosen. > >> On 13 Dec 2019, at 23:58, Kiril Stankov wrote: >> >> Hi, thanks for your reply. >>

No way to edit a design doc?

2020-01-20 Thread Kiril Stankov
Hi all, Anyway to have an UI editor for existing design doc? It exists for new doc, why isn't it available for editing? Thanks. -- Best, Kiril.

Re: No way to edit a design doc?

2020-01-20 Thread Kiril Stankov
; Which version of CouchDB? For CouchDB 2.x up, you can either click on the > design docs button on the left and edit the full design document or click > on the actual view on the left and then edit it. > > Cheers > Garren > > On Mon, Jan 20, 2020 at 12:31 PM Kiril Stankov wrot

Re: couchdb file corruption

2020-06-09 Thread Kiril Stankov
Hi, Couch (Erlang) log files are something only few chosen ones can understand, and you will probably find someone on the list. I always wondered why it shall be so hard to have a log line saying something like: read past eof in file foo.bar. File seems to be corrupted. IMHO, the problem is in "

Is this mailing list obsolete now?

2020-07-12 Thread Kiril Stankov
Hi, I see that some topics on the list are not in the github discussions and vice versa? Shall we all consider the mailing list obsolete and move to github? Is there a way to get summaries from github or other kind of notifications by email? Cheers, Kiril.

Re: Is this mailing list obsolete now?

2020-07-12 Thread Kiril Stankov
not at all helpful.  Email lists are a time-proven mechanism - why > break what ain't broke. > > Miles Fidelman > > On 7/12/20 3:43 PM, Kiril Stankov wrote: >> Hi, >> >> I see that some topics on the list are not in the github discussions and >> v

Wrong doc revision displayed in Fauxton

2020-11-11 Thread Kiril Stankov
revision is manually pasted. Anyone with similar issue? Known issue? Ideas? Thanks, Kiril Stankov. OpenPGP_0xA258E4E06A1E7EFD.asc Description: application/pgp-keys OpenPGP_signature Description: OpenPGP digital signature

Re: Wrong doc revision displayed in Fauxton

2020-12-21 Thread Kiril Stankov
Hi, I have posted this more than one month ago, but there was no reply. This continues till today, making some of the operations against Couch impossible. Please do not reply me "use curl", etc. Thanks, Kiril. On 11/11/20 2:49 PM, Kiril Stankov wrote: Hi all, Hope everyone i

Single vs user db's

2021-04-08 Thread Kiril Stankov
Hi all, I have a design question. Lets say that my solution will serve hundreds (or even more than 1000) customers. For each customer I will need 4 to 6 sets of objects, say: assets, address book, meetings and meeting results. I wonder what would be best approach here: - have userDB's for each cus

Re: Single vs user db's

2021-04-08 Thread Kiril Stankov
Thanks, Jan and Sam for the very detailed and fast answers. Much appreciated! Actually from Jan's answer it seems that I will go with per user db for one simple reason - yes, I will be required to be able to delete all data for a departing customer. I believe that doing that in a single DB or per

Re: Single vs user db's

2021-04-08 Thread Kiril Stankov
Yep, I thought about that, but unless I do some tests first, I have no idea how long such a process will take for, say, 10K out of 1M docs and what impact on performance it will have during that time. As the option 'Compact database' is no longer available, I am also not aware how exactly to do tha