that depends on your queries
if you ever need to search on items belonging to a specific category, then the delimited strategy requires a table scan, and trust me, you never want to do that on 3 million rows
with separate rows for each category, you can use an index, and that works in fractions of a second
does that answer your question?
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --