Sharding

Sharding and partitioning are both about breaking up a large data set into smaller subsets. The difference is that sharding implies the data is spread across multiple computers while partitioning does not. Partitioning is about grouping subsets of data within a single database instance.

Read more...
 

CIDR (Classless Inter-Domain Routing)

CIDR notation is a compact representation of an IP address and its associated routing prefix. 192.168.100.14/24 represents the IPv4 address 192.168.100.14 and its associated routing prefix 192.168.100.0, or equivalently, its subnet mask 255.255.255.0, which has 24 leading 1-bits. The number of addresses of a subnet may be calculated as 2address length − prefix length, where Read more…

Read more...