为了保证其稳定性,Amazon的系统采用完全的分布式、去中心化的架构
作为底层存储架构的Dynamo也同样采用了无中心的模式
Dynamo只支持简单的键/值(key/value)方式的数据存储,不支持复杂的查询
Dynamo中存储的是数据值的原始形式,即按位存储,并不解析数据的具体内容
In order to ensure its stability, Amazon's system adopts a completely distributed and decentralized architecture
Dynamo, as the underlying storage architecture, also adopts a decentralized model
Dynamo only supports simple key/value data storage and does not support complex queries
Dynamo stores the original form of data values, that is, bit-by-bit storage, and does not parse the specific content of the data