Skip to content

Commit 4f34d3f

Browse files
DOCSP-12565 Limit number of simultaneous queries by a single tenant (#86)
* DOCSP-12565 Limit number of simultaneous queries by a single tenant * Update source/query/query-data-lake.txt Co-authored-by: Melissa Mahoney <[email protected]> * DOCSP-12565 fixes Co-authored-by: Melissa Mahoney <[email protected]>
1 parent ba0a2fb commit 4f34d3f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

source/query/query-data-lake.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ Querying Your Data Lake
1212
:depth: 2
1313
:class: singlecol
1414

15-
You can run queries against data in your |s3| bucket and/or
16-
documents in your MongoDB |service| cluster.
15+
You can run up to 30 simultaneous queries on your {+dl+} against:
16+
17+
- Data in your |s3| bucket.
18+
- Documents in your MongoDB |service| cluster.
19+
- Data in files hosted at publicly accessible |url|\s.
1720

1821
.. seealso::
1922

source/supported-unsupported/limitations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ regions only:
3737
* Returning more than 100 collections for wildcard collections
3838
* Returning documents in the same order across queries unless imposed by
3939
the query operators used
40+
* Running more than 30 simulataneous queries on your {+dl+}

0 commit comments

Comments
 (0)