asp.net - Design db for questions and answers with tags on a blog page -


XML files based or use SQL Server? Which will be efficient based on storage size, retrieval and performance?

Considering a large number of blog entries, the way to go to the database is to assume that you have a database If you want to search for an entry with some text, you can simply check the questions asked in the XML scenario, you have to load the files gradually in memory, finding a string is painful and slow.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -