Step 3: Identify your data-access patterns - AWS Prescriptive Guidance

Step 3: Identify your data-access patterns

This example use case has the following access patterns for managing relationships between different car components.

Access pattern

Priority

Read or write

Description

Type

Filters

Result ordering

Immediate child

High

Read

Retrieve all the immediate child components for a parent component ID.

Multiple

ComponentID

N/A

All child components

High

Read

Retrieve a recursive list of all child components for a component ID.

Multiple

ComponentID

N/A

Ancestors

High

Read

Retrieve the ancestors of a component.

Multiple

ComponentID

N/A