DynamoDB Query to get all rows between two string prefixes -


i'm storing attendance data per school/class/section/subject follows

partition_key => schoolid + classid + sectionid + subjectid rangekey => ts + studentid 

my requirement search attendance records given partition key between timestamp ts1 , ts2.

essentially, i'd need find range keys starting ts1 , ending ts2 + infinity. there way perform such query in dynamodb?


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -