-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
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.