I have created development view for purposes of debuging it. Then I decided to publish it via Couchbase UI interface.
For some unknown reason the view was published with dev_ prefix in production.
How can I rename its name? I cannot find any option.
Recreating View from scratch is very costly operation for me. Creating the same View (map-reduce content is the same) seems like trigger server to reindex it, I thought that Couchbase looks for map-reduce signature and link it to exiting index.
What should I do?