You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the initial release compactionation function was available internally. There were several requests to make this avilable through API and we did it. Please keep in mind that compactination is best called as the first operation with database. Using compactionation in the middle of work session is also possible, but all cursors obtained prior to that will be invalidated and will throw errors on data access.
collection.remove({ fieldName: name }, { justOne: false }, function ()
I am using above code to delete the document from the collection, it gives no error but when check the database the same record is still there.
Its just add the following attributes to that document. I need to completely remove this document from database
{"_id":227,"_uid":227,"_dt":1614923923248,"_a":"del"}
The text was updated successfully, but these errors were encountered: