We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fd2882 + 4cb7fc0 commit b430a99Copy full SHA for b430a99
source/reference/glossary.txt
@@ -388,6 +388,12 @@ Glossary
388
LineString in MongoDB, see
389
:ref:`geospatial-indexes-store-geojson`.
390
391
+ lock
392
+ MongoDB uses locks to ensure :doc:`concurrency </faq/concurrency>`.
393
+ MongoDB uses both :term:`read locks <read lock>` and :term:`write
394
+ locks <write lock>`. For more information, see
395
+ :ref:`faq-concurrency-locking`.
396
+
397
LVM
398
Logical volume manager. LVM is a program that abstracts disk
399
images from physical devices and provides a number of raw disk
0 commit comments