On Mon, May 14, 2012 at 3:08 PM, James Marca
<jma...@translab.its.uci.edu> wrote:
> On Mon, May 14, 2012 at 03:42:01PM -0400, Tim Tisdall wrote:
>> Yes, I did it with a PUT for each id.  When you call for compaction, is
>> there a way to see the progress or a way to know if it's done?
>
> the "status" tool in Futon will show you compaction progress
>

The data for this view is available using the _active_tasks URL:


    curl http://127.0.0.1:5984/_active_tasks

Will give you a JSON blob that shows progress.

Reply via email to