Hi, I am wondering what is the best way to query a record when only the leading and trailing letters of a row are known.
For example, if my row looks something like: event_type-timestamp-eventid If i know the event_type and eventid, but do not really care about the timestamp, what is the most efficient way to get this record ? I know that the eventid and event_type combination will be unique. I see that the RegExpRowFilter has been deprecated, so I cannot query for something like event_type*event_id. What are other options ? Thank you, Sam
