4 Replies Latest reply on Jun 7, 2017 12:38 PM by sea_shankar

    search by partial field of composite key

    sea_shankar

      I am just curious if there is an optimal way of searching for single field in a composite key.

       

      If they key/value pair is ( [K1,K2], V1), ([K1,K3], V2) is there support to say find by K1 only? Only way I can think of right now is to get the full set of (Ks,Vs) and then do a filter? This would be pretty costly on large data sets.