Details
-
New Feature
-
Status: Closed
-
Minor - P4
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Fully Compatible
Description
Sequences are widely used feature on the RDBMS world and are a common usage of usage. On mongodb most of the times we hand up either making ad-hoc implementations of unique values and counters. We can implement sequences using capped collections and findandmodify but most of the times this is not transparent for users.