Right now one can only flush an entire bucket. I’m wondering if flushing a scope or a collection is a planned feature ?
While dropping a scope/collection will remove all documents in it, it will also delete all indexes on those scope/collections, which is annoying.
The feature is planned, I don’t have any dates.
Track via MB-41351
Until that get index definition of your collection and drop collection and recreate them curl -s Administrator:password@127.0.0.1:9102/getIndexStatus |jq '.status[].definition' | sed 's/^"//g' | sed 's/"$/;/g' | sed 's/\\"/"/g'
curl -s Administrator:password@127.0.0.1:9102/getIndexStatus |jq '.status[].definition' | sed 's/^"//g' | sed 's/"$/;/g' | sed 's/\\"/"/g'
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.