我正在分析MongoDB中的db查詢。我跟着this鏈接。我試圖從集合system.profile中刪除所有數據,以便我可以再次開始對不同的查詢進行基準測試。我試着下面的代碼,但它給出了一個錯誤如何從MongoDB中刪除system.profile集合?
console語法
> db.system.profile.remove({})
錯誤
cannot delete from system namespace
如何從該集合刪除所有數據?如果這是不可能的,我怎樣才能從頭開始分析?