if we have values: abcd abce after trimming the suffix: cd ce now if we got request for key : "abcd" how do we know in which one is it? thanks
if we have values:
abcd
abce
after trimming the suffix:
cd
ce
now if we got request for key : "abcd"
how do we know in which one is it?
thanks