Skip to content

Commit 0590cde

Browse files
authored
Merge pull request #4851 from erabil-mdb/DOCSP-32332b
[Revamp - Top250] Adds column for Atlas compatibility.
2 parents 4701ca5 + 173caa1 commit 0590cde

File tree

2 files changed

+360
-14
lines changed

2 files changed

+360
-14
lines changed
Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,60 @@
11
.. list-table::
22
:header-rows: 1
3-
:widths: 40 30
3+
:widths: 30,50,20
44

55
* - Command
66
- Description
7+
- Atlas Support
78

89
* - :dbcommand:`abortTransaction`
910

1011
- Abort transaction.
1112

1213
.. versionadded:: 4.0
1314

15+
- Yes
16+
1417
* - :dbcommand:`commitTransaction`
1518

1619
- Commit transaction.
1720

1821
.. versionadded:: 4.0
1922

23+
- Yes
24+
2025
* - :dbcommand:`endSessions`
2126

2227
- Expire sessions before the sessions' timeout period.
2328

29+
- Yes
30+
2431
* - :dbcommand:`killAllSessions`
2532

2633
- Kill all sessions.
2734

35+
- No support for :atlas:`M0, M2, M5 </unsupported-commands/#unsupported-commands>`
36+
and :atlas:`M10 clusters </unsupported-commands/#unsupported-commands-1>`.
37+
2838
* - :dbcommand:`killAllSessionsByPattern`
2939

3040
- Kill all sessions that match the specified pattern
41+
42+
- No support for :atlas:`M0, M2, and M5 clusters </unsupported-commands/#unsupported-commands>`.
3143

3244
* - :dbcommand:`killSessions`
3345

3446
- Kill specified sessions.
3547

48+
- No support for :atlas:`M0, M2, and M5 clusters </unsupported-commands/#unsupported-commands>`.
49+
3650
* - :dbcommand:`refreshSessions`
3751

3852
- Refresh idle sessions.
3953

54+
- Yes
55+
4056
* - :dbcommand:`startSession`
4157

4258
- Starts a new session.
59+
60+
- Yes

0 commit comments

Comments
 (0)