Hi, I need to scan rows which have rowskey starting with a particular string (say abc). I am currently doing this by using startrow=abc and endrow=abc~. (I am appending ~ as it is ASCII 126). It usually works, but is there a better, less error prone way? I know we can do this using filters, but won't that be worse performance-wise?
Thanks, Hari
