-
Type:
Task
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: django
-
None
Context
Based on the information of our last alpha release, we will update our README to include any Public Preview scoped items we did not achieve.
As well, we need to highlight any known major/common attributes folks would use MongoDB for.
Definition of done
- Limitations to include
- Support CASCADE behavior. Any bugs around performance when using cascading deletes can be treated as bugs, but will not be scoped for resolution. The performance of cascading deletes will never be good because they are synonymous with foreign keys (See section on querying data). Rather we should push to use MongoDB patterns of Embedded Documents and arrays.
- We will not add any code to support Geospatial queries.
- Remainder referenced in this document
Pitfalls
What should the implementer watch out for? What are the risks?