0

Actually - just a follow up question of

Building a Notification System

I just wondering what is the best approach to persist or to store the notification items?

Im choosing between SQL Azure or Table Storage?

Community
  • 1
  • 1
Linc Abela
  • 797
  • 2
  • 12
  • 26

1 Answers1

0

It depends on your needs.

If you need high scalablity and/or do not need relational data features, then table storage sounds like a better option.

But again, it depends pretty much in your technical requirements.

vtortola
  • 34,709
  • 29
  • 161
  • 263