Dynamoid
Dynamoid copied to clipboard
Using a set as index
I think a set should be mapped differently as an index. If we have an object Book and we want to add Tags (as a set ["SF", "Drama"]) to it and it as index, then in the index table there should be created 2 items, one for each entry in the tags set. The first would have all the books with the "SF" tag and the other one all the books that have the "Drama" tag.
+1