I'm stuck on how I would put together a star schema around my current web application (similar structure as stackoverflow). I have:

  • Surveys have many Questions
    • Questions have many Votes
  • Questions have many Comments

    • Questions, Votes and Comments are all attached to a User and Date

I'm stuck on how I can create a star schema so that I can store and answer questions i.e. How many votes did question a receive today? What were the comments did question b have today and by who?

Any ideas would be helpful!

Thanks in advance

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

How many votes did a question receive today?

enter image description here

What were the comments a question had today and by whom?

enter image description here

another option...

enter image description here

link|improve this answer
So two facts. That's the way I was going too! Thanks! – schone Aug 26 '11 at 12:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.