Uncategorized
Dropping all couchbase indexes with bash script
Indexes are more important in Couchbase than usual relational databases and they have to be created and updated more often. Dropping an index can be done using a N1ql query, but when you have many indexes and you are updating them often it is taking time to update all queries Läs mer…