J
Jonathan Wood
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
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