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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -