This is a discussion on Database Driven Website using SAN within the PHP General forums, part of the PHP Programming Forums category; We want to develop database driven website. because of enormous amount of data (300GB) customers's tech advisor is insisting ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
We want to develop database driven website. because of enormous amount
of data (300GB) customers's tech advisor is insisting on using SAN instead of direct attached storage method. I want to know what issues need to be considered while using SAN in web solutions.? Which database server/ product is best suited for such kind of job ? Can anyone suggests good informative articles on this subject , available on web. Thanks in advance ssp2000 |
|
|||
|
"ssp2000" <ssp2000@hotmail.com> wrote in message
news:78a9f1a5.0309290535.322076fb@posting.google.c om... > We want to develop database driven website. because of enormous amount > of data (300GB) > customers's tech advisor is insisting on using SAN instead of direct > attached storage method. > I want to know what issues need to be considered while using SAN in > web solutions.? Which database > server/ product is best suited for such kind of job ? Can anyone > suggests > good informative articles on this subject , available on web. Basically any full featured RDBMS product like Oracle or MS SQL Server will be fine. As far as using a SAN with those, you'll need to follow-up in the appropriate RDBMS forums ... -- Tom Kaminski IIS MVP http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS http://mvp.support.microsoft.com/ http://www.microsoft.com/windowsserv...y/centers/iis/ |
|
|||
|
In addition to what Tom posted, there should be no issues in a web solution,
or any other application, directly related to using a SAN. The SAN basically handles IO and storage transparently. Most SAN products are designed to support IO-intensive environments and have features (sometimes additional $) for managing large volumes of data, particularly backup/restore and disaster recovery. -- Bob Microsoft Consulting Services ------ This posting is provided AS IS with no warranties, and confers no rights. |