I am working on a project which uses couchdb. Actually before I was working with the database which has 1000 of documents, and now I have moved to new database it’s also has many new documents than other’s. If I copy all documents one by one it will take too much time, is there any other method so that i can copy the specific documents from one database and paste it into new one. Because couchdb is new for me and I didn’t find any satisfactory answers on internet. If anybody knows, please let me know the query or method for copy and paste in couchdb?
Thank you in advance.
I am working on a project which uses couchdb. Actually before I was working
Share
Yes and it is called replication.
You can combine it with a filter if you need to copy only specific documents.