Couchbase Server Views and Sync gateway

Hi Good day!

I am using Couchbase 4.6.3 that is connected to couchbase sync gateway 1.5 version. I created couchbase views in our cocuhbase server to get data from syncgateway. My question is, Is there limitation in number of views in one bucket? If so, how may is allowed? What is the maximum number of document design?

Advance thank you for the help…

Hi.
If I can give you a big suggestion then it’s… Not to use views.
Start use n1ql instead.
The impact of views on re balancing is very bad.

Sorry… I know it’s not answering your question.