0

I raised issues that related to One couchdb view suddenly started timing out:OS process time out and How can I optimize the view and avoid timeout error

As I checked out,the reason that the OS time out issue that couchdb query server could not even start. but I do not know how to start couchdb query server, please advise, thanks

Community
  • 1
  • 1
Jamesjin
  • 371
  • 2
  • 6
  • 15

1 Answers1

0

Query servers are defined in the couchdb config and are started on couchdb boot. See here - http://docs.couchdb.org/en/2.0.0/config/query-servers.html.

So you shouldn't have to start the query server yourself. Look at the couchdb logs, is there any stack trace indicating why it didn't start correctly?

Gavin
  • 349
  • 4
  • 10