Update distributed.md

This commit is contained in:
alexey-milovidov 2018-02-21 10:04:22 +03:00 committed by GitHub
parent 0f927a9436
commit 8c8603bf69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<a name="table_engines-distributed"></a>
# Distributed (Sharding sheme)
# Distributed
**The Distributed engine does not store data itself**, but allows distributed query processing on multiple servers.
Reading is automatically parallelized. During a read, the table indexes on remote servers are used, if there are any.