Docs: 'Direct I/O' should be just 'direct I/O'

This commit is contained in:
troymc 2016-06-15 16:49:36 +02:00
parent ae88b8e0e3
commit c7e1e015e2

View File

@ -38,7 +38,7 @@ Also, RethinkDB tables can have [at most 64 shards](https://rethinkdb.com/limita
RethinkDB has [issues with `btrfs`](https://github.com/rethinkdb/rethinkdb/issues/2781) (B-tree file system).
It's best to have a file system that supports Direct I/O, because that will improve RethinkDB performance. Many compressed or encrypted file systems don't support Direct I/O.
It's best to have a file system that supports direct I/O, because that will improve RethinkDB performance. Many compressed or encrypted file systems don't support direct I/O.
## CPU Requirements