Question

Is there any way to halt the couchdb futon processing Indexer? I find it difficult and too long to wait when there is huge datas in the views. Any comment is much appreciated :)

Was it helpful?

Solution

Not through Futon. You need to kill couchjs process that handled view indexation: most probably it will be highlighted by high CPU usage counter, but killall couchjs works too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top