shard_database_architecture

Shard (database architecture)

See Sharding

Snippet from Wikipedia: Shard (database architecture)

A database shard, or simply a shard, is a horizontal partition of data in a database or search engine. Each shard may be held on a separate database server instance, to spread load.

Some data in a database remains present in all shards, but some appears only in a single shard. Each shard acts as the single source for this subset of data.

shard_database_architecture.txt · Last modified: 2024/05/01 01:51 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki