partition_database

Partition (database)

See also Partition, Partitioning

Snippet from Wikipedia: Partition (database)

A partition is a division of a logical database or its constituent elements into distinct independent parts. Database partitioning is normally done for manageability, performance or availability reasons, or for load balancing. It is popular in distributed database management systems, where each partition may be spread over multiple nodes, with users at the node performing local transactions on the partition. This increases performance for sites that have regular transactions involving certain views of data, whilst maintaining availability and security.

partition_database.txt · Last modified: 2021/08/06 22:58 by 127.0.0.1