summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/docs/filesystems.dox
blob: 1d54a233eea41f953821375fd3fd96abcc0fb0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*! @page filesystems Filesystems

@section remote Remote file systems

WiredTiger objects may be stored on remote file systems if the remote
file system conforms to ISO/IEC 9945-1:1996 (POSIX.1).  In the case of
read-only objects, multiple systems may access the objects
simultaneously; objects which are written cannot be accessed by more
than a single system.  Because remote file systems are often slower than
local file systems, using a remote file system for storage may degrade
performance.

*/