Skip to main content

composite_index_basic

Function composite_index_basic 

Source
pub async fn composite_index_basic(t: &mut Test) -> Result<()>
Expand description

Basic composite index: model-level #[index(field_a, field_b)] creates a two-column index on SQL and a GSI (hash + range key) on DynamoDB.