Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to stop couchdb indexer process?

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 :)

like image 598
Eric T Avatar asked Oct 24 '12 09:10

Eric T


1 Answers

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.

like image 92
Kxepal Avatar answered Nov 15 '22 09:11

Kxepal