is there a way to perform a select based on a string prefix using CQL3? For example, consider the following table:
Key | Value
------------
ABC | 0x01
ABD | 0x02
BBB | 0x03
I want to select all the keys with the prefix 'AB'. The database will be used to store spacial information, using a geohash approach.