In my opinion I'll discard option number 1 if you are not running on GAE. Because is not a true SQL, is quite awfull indeed, bring it by nosql gae. But it's all depends on the amount of records.
2011/10/10 Bruno Rocha <[email protected]> > I like this, and it is really smarter than list:string option, but, imagine > a blog where users include tags in an INPUT text field, this will be more > difficult to store tags in other table (you can do using ajax or building a > checkbox list of tags) but it is easy just to let the user put tags in a > text field comma separated or space sepated, then split and store in > list:string field. > -- http://martin.tecnodoc.com.ar

