Re: Burst PUT updates

2013-12-27 Thread Benoit Chesneau
On Fri, Dec 27, 2013 at 8:06 AM, Stanley Iriele siriele...@gmail.comwrote: Even without bulk docs...that doesn't sound right..it sounds to me like the library you're using is having a problem with its http client and the time gap in closing a connection and opening a new one. Try looking at

Data usage and compaction status

2013-12-27 Thread Jens Rantil
Hi, When I look at `/mydb`[1] I am given a lot of statistics. Among them is `data_size`. However, when I look in the documentation[1] I can't find it. Is it missing or has it been removed? What value does it show? I am running CouchDB 1.5.0. Two related questions: 1. The `disk_size`

Re: Data usage and compaction status

2013-12-27 Thread Alexander Shorin
On Sat, Dec 28, 2013 at 1:01 AM, Jens Rantil jens.ran...@gmail.com wrote: 1. The `disk_size` measurement does not include views indexes size. Is there any way for me to check the size of a view index (over HTTP, that is ;))? 2. The `/mydb` shows when a compaction is going on of the database

Re: Burst PUT updates

2013-12-27 Thread Vladimir Ralev
The client is not a problem. I observed the traffic with wireshark and the requests make it while the the responses are getting slower and slower. Today I observed that the server is busy with indexer tasks (10s of these), but they only show up in http://HOST/_active_tasks not from futon. I will

Re: Data usage and compaction status

2013-12-27 Thread Jan Lehnardt
On 27 Dec 2013, at 22:01 , Jens Rantil jens.ran...@gmail.com wrote: Hi, When I look at `/mydb`[1] I am given a lot of statistics. Among them is `data_size`. However, when I look in the documentation[1] I can't find it. Is it missing or has it been removed? It has not been removed, it

Re: Data usage and compaction status

2013-12-27 Thread Jens Rantil
Gah, I should have seen that one. Thanks! I've submitted a pull request to add `data_size` to the documentation here: https://github.com/apache/couchdb/pull/123 /J On Fri, Dec 27, 2013 at 10:11 PM, Alexander Shorin kxe...@gmail.com wrote: On Sat, Dec 28, 2013 at 1:01 AM, Jens Rantil

Re: Data usage and compaction status

2013-12-27 Thread Jan Lehnardt
On 27 Dec 2013, at 22:22 , Jens Rantil jens.ran...@gmail.com wrote: Gah, I should have seen that one. Thanks! I've submitted a pull request to add `data_size` to the documentation here: https://github.com/apache/couchdb/pull/123 Alex merged it already, thanks :) Best Jan -- /J