Re: Article Storage: Files vs. Database
- From: "Patrice" <http://www.chez.com/scribe/>
- Date: Thu, 5 Jun 2008 16:17:37 +0200
Unless you have really simple needs (is this a static site now and for the
foreseeable future ?) I would use a DB. It's likely you'll have anyway to
store other data thna just the description for each article (price,
availability, mark them as deleted, category, user ratings or whatever
else).
--
Patrice
"Jonathan Wood" <jwood@xxxxxxxxxxxxxxxx> a écrit dans le message de groupe
de discussion : #LIgSbnxIHA.4268@xxxxxxxxxxxxxxxxxxxxxxx
I'd like to build a Website that contains many articles. Two basic
approaches are to either store the articles in aspx files, possibly
indexed by the database, or to store the article text in the database.
Some advantages of storing them in files are simplicity, and efficiency.
Some advantages of storing them in the database are ease of some
operations, and the option of using SQL Server 2005 text index to
implement search.
Can anyone else offer some considerations for choosing between these two
approaches?
Thanks.
Jonathan
.
- Follow-Ups:
- Re: Article Storage: Files vs. Database
- From: Jonathan Wood
- Re: Article Storage: Files vs. Database
- References:
- Article Storage: Files vs. Database
- From: Jonathan Wood
- Article Storage: Files vs. Database
- Prev by Date: Re: set focus (Javascript)
- Next by Date: View State Issues
- Previous by thread: Re: Article Storage: Files vs. Database
- Next by thread: Re: Article Storage: Files vs. Database
- Index(es):
Relevant Pages
|
Loading