Skip to content

Commit

Permalink
[CALCITE-6250] Limitations of MongoDB adapter are not documented
Browse files Browse the repository at this point in the history
Add hints with restrictions for documents/filters to howto site
  • Loading branch information
CoKueb authored and mihaibudiu committed Feb 12, 2024
1 parent abf462a commit e05b047
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/_docs/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,10 @@ See the [tutorial]({{ site.baseurl }}/docs/tutorial.html).
First, download and install Calcite,
and <a href="https://www.mongodb.org/downloads">install MongoDB</a>.

Note: you can use MongoDB from the integration test virtual machine above.
Note:
* You can use MongoDB from the integration test virtual machine above.
* The MongoDB adapter is not suited for querying nested documents.
* The MongoDB adapter currently only supports a very limited set of filter push downs.

Import MongoDB's zipcode data set into MongoDB:

Expand Down

0 comments on commit e05b047

Please sign in to comment.