Estimate Storage

Even with data optimizations, a single server can reach its capacity quickly. In this case, distributed key-value store (sharding) is required.

Database Type

RDBMS

B-Tree

More: ‣

Data store on disk using B+ Tree data structure to minimize read and write time.

Sorce: Wiki https://en.wikipedia.org/wiki/B%2B_tree

Sorce: Wiki https://en.wikipedia.org/wiki/B%2B_tree

ACID