MongoDB ObjectID: anatomy of a distributed identifier
MongoDB's default ObjectID exists because distributed databases cannot afford the coordination cost of sequential integers. Rather than relying on a single authority to hand out the next number — a bo
sedhu.hashnode.dev9 min read