Thanks for the comment, that makes more sense. I was trying to figure out in my head how to do the lookups to reander comments with votes and what comments the user voted on all from one data table.
Also I guess the table schemas are slightly different for the different "thing" tables.
That said, many of them fit the same pattern:
...and each had a complement with "data" in place of "thing".Though there were also ones like:
...for the many-to-many relations.That accounts for most of the big ones (though there are also a handful of smaller specialty tables, too.)
Also, the above is as of March 2011 -- a lot has moved to Cassandra since then.