MongoDB: object identifier uniqueness

Quick question: is the object identifier unique in MongoDB throughout the database? I am doing one, many implementations with one common collection pertaining to different collections.

Thank.

+5
source share
1 answer

Well, here is a good stackoverflow answer that already exists: Is duplicate Mongo ObjectId being created in two different collections?

+5
source

All Articles