Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚开始使用 DynamoDB 和 Java SDK。
我没有得到的一件事是为什么 CreateTableRequest 对象(请求)需要属性定义?
没有意义的是 Dynamo 表是无模式的,但它要求我提供属性定义。
或者这是一个索引的东西?
它“大部分”是无模式的,但您仍然需要提供在表的生命周期内保持固定的哈希键(以及可选的范围键);您还需要提供预配置的读写吞吐量。