I have looked into Azure Table Storage which is a 'No-SQL' option but the problem I see with Azure Table Storage is that we can only have two reference points. We want to build a data warehouse of the data for BI.
Cheers Ryan From: Daniel Rodriguez [mailto:] Sent: Sunday, February 06, 2011 10:10 AM To: NT System Admin Issues Subject: Re: forecast database growth? Have you looked at 'No-SQL' as an option for your database? Instead of table format it uses document format as its structure. And it is a lot easier to scale, depending on your needs. I would look at Mongo DB. There are others. Just depends on your needs. Mongo allows you to access the data via Javascript so you could code your queries and display them on a web page. There are other variations of No-SQL that have the drivers that allow for different languages to do your coding. If you are wanting something that runs faster than standard SQL, I would look at the No-SQL options. On Feb 5, 2011 7:03 AM, "Ryan Finnesey" <[email protected]> wrote: ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe ntsysadmin ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ --- To manage subscriptions click here: http://lyris.sunbelt-software.com/read/my_forums/ or send an email to [email protected] with the body: unsubscribe ntsysadmin
