Skip to content

Commit 357bc9b

Browse files
DOCSP-32179 - EF Limitations (#20)
1 parent 932dd16 commit 357bc9b

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/quick-start
88
/quick-reference
99
/fundamentals
10+
/limitations
1011
/issues-and-help
1112

1213
Introduction

source/limitations.txt

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
.. _entity-framework-limitations:
2+
3+
===========
4+
Limitations
5+
===========
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:keywords: EF, EF Core, support
19+
20+
Overview
21+
--------
22+
23+
On this page, you can find a list of MongoDB and {+framework+} features that
24+
are not supported by the {+provider-long+}. Because the provider is in active
25+
development, some features listed on this page might be considered for future
26+
releases based on customer demand.
27+
28+
Unsupported MongoDB Features
29+
----------------------------
30+
31+
The following sections describe MongoDB features that are not supported by the {+provider-short+}.
32+
33+
Time Series
34+
~~~~~~~~~~~
35+
36+
The {+provider-short+} does not support time series data or time series
37+
collections. These are MongoDB-exclusive features that are not available in {+framework-core+}.
38+
39+
Atlas Search
40+
~~~~~~~~~~~~
41+
42+
The {+provider-short+} does not support MongoDB Atlas search. Atlas Search is a
43+
MongoDB-exclusive feature with no similar feature available in {+framework-core+}.
44+
45+
Vector Search
46+
~~~~~~~~~~~~~
47+
48+
The {+provider-short+} does not support MongoDB Atlas Vector search. Atlas Vector Search is a
49+
MongoDB-exclusive feature with no similar feature available in {+framework-core+}.
50+
51+
Unsupported {+framework-core+} Features
52+
---------------------------------------
53+
54+
The following sections describe {+framework-core+} features that are not
55+
supported by the {+provider-short+}.
56+
57+
Migrations
58+
~~~~~~~~~~
59+
60+
Migrations in {+framework-core+} are designed for relational databases. Because
61+
MongoDB is a document database, migrations are not supported by the
62+
{+provider-long+}.
63+
64+
Database-First Development
65+
~~~~~~~~~~~~~~~~~~~~~~~~~~
66+
67+
MongoDB is designed to be flexible and does not require a database schema.
68+
Because of MongoDB's schemaless design, database-first development is not supported
69+
in the {+provider-short+}.
70+
71+
Foreign Keys
72+
~~~~~~~~~~~~
73+
74+
Because MongoDB is a document database, the {+provider-short+} does not support foreign keys.
75+
76+
Alternate Keys
77+
~~~~~~~~~~~~~~
78+
79+
Because MongoDB is a document database, the {+provider-short+} does not support alternate keys.
80+
81+
Table Splitting
82+
~~~~~~~~~~~~~~~
83+
84+
MongoDB is a document database and does not have normalized tables.
85+
Because of this, table splitting is not supported by the
86+
{+provider-short+}.
87+
88+
Temporal Tables
89+
~~~~~~~~~~~~~~~
90+
91+
The {+provider-short+} does not support temporal tables.
92+
93+
Spatial Data
94+
~~~~~~~~~~~~
95+
96+
The {+provider-short+} does not support spatial data.

0 commit comments

Comments
 (0)