The intro to the policy says "This privacy policy applies to the Site and all products and services offered by NodeBB."
Does that mean it applies to the end users of the NodeBB forums?
Isnt it waste of memory that it has both of them?
Can't objectid (which is default by mongodb) be deleted since it already has unique ids like uid, pid, tid and so on?
Pretty sure objectid is built into mongo and you can't remove it. I'm no expert though.
I tried but objectid could be replaced if _id was replaced with any type like integer which is same type as incremental ids.