From 2343daa263c7aa8c7d8860596d1de8f4c6a59995 Mon Sep 17 00:00:00 2001 From: Corvin Kuebler Date: Wed, 7 Feb 2024 09:00:56 +0100 Subject: [PATCH] [CALCITE-6250] Add hints with restrictions to MongoDB adapter documentation Add hints with restrictions for documents/filters to howto site --- site/_docs/howto.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/_docs/howto.md b/site/_docs/howto.md index a6abb4f8c17..15a7c6c3d8f 100644 --- a/site/_docs/howto.md +++ b/site/_docs/howto.md @@ -329,7 +329,10 @@ See the [tutorial]({{ site.baseurl }}/docs/tutorial.html). First, download and install Calcite, and install MongoDB. -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: