选择您的 Cookie 首选项

我们使用必要 Cookie 和类似工具提供我们的网站和服务。我们使用性能 Cookie 收集匿名统计数据,以便我们可以了解客户如何使用我们的网站并进行改进。必要 Cookie 无法停用,但您可以单击“自定义”或“拒绝”来拒绝性能 Cookie。

如果您同意,AWS 和经批准的第三方还将使用 Cookie 提供有用的网站功能、记住您的首选项并显示相关内容,包括相关广告。要接受或拒绝所有非必要 Cookie,请单击“接受”或“拒绝”。要做出更详细的选择,请单击“自定义”。

Data Model - Amazon SimpleDB
此页面尚未翻译为您的语言。 请求翻译

Data Model

When using Amazon SimpleDB, you organize your structured data in domains within which you can put data, get data, or run queries.

Domains consist of items which are described by attribute name-value pairs. Consider the spreadsheet model shown in the following image.

Spreadsheet model showing items with attributes in columns and query domains in tabs.

The components correspond to each part of a spreadsheet:

  • Customer Account—Represented by the entire spreadsheet, it refers to the Amazon Web Services account to which all domains are assigned.

  • Domains—Represented by the domain worksheet tabs at the bottom of the spreadsheet, domains are similar to tables that contain similar data.

    You can execute queries against a domain, but cannot execute queries across different domains.

  • Items—Represented by rows, items represent individual objects that contain one or more attribute name-value pairs.

  • Attributes—Represented by columns, attributes represent categories of data that can be assigned to items.

  • Values—Represented by cells, values represent instances of attributes for items. An attribute can have multiple values.

Unlike a spreadsheet, however, multiple values can be associated with a cell. For example, an item can have both the color value red and blue. Additionally, Amazon SimpleDB does not require the presence of specific attributes. You can create a single domain that contains completely different product types. For example, the following table contains clothing, automotive parts, and motorcycle parts.

ID Category Subcat. Name Color Size Make Model
Item_01 Clothes Sweater Cathair Sweater Siamese Small, Medium, Large
Item_02 Clothes Pants Designer Jeans Paisley Acid Wash 30x32, 32x32, 32x34
Item_03 Clothes Pants Sweatpants Blue, Yellow, Pink Large
Item_04 Car Parts Engine Turbos Audi S4
Item_05 Car Parts Emissions 02 Sensor Audi S4
Item_06 Motorcycle Parts Bodywork Fender Eliminator Blue Yamaha R1
Item_07 Motorcycle Parts, Clothing Clothing Leather Pants Black Small, Medium, Large

Regardless of how you store your data, Amazon SimpleDB automatically indexes your data for quick and accurate retrieval.

隐私网站条款Cookie 首选项
© 2025, Amazon Web Services, Inc. 或其附属公司。保留所有权利。