Reply to topic
SQL Server I/O Methodology
cbsinet.com


Joined: 04 Oct 2004
Posts: 18
Location: Dunedin, FL
Reply with quote
Last time I checked either MS SQL, MySQL, or Oracle were the fastest SQL Databases. I know their results always show themselves as the fastest but I'm not really concerned with it. What I want to know is how the data is arranged and how it is accessed afterwards.

So, if someone could offer a technical or non-technical explanation of how they store/access this data I would be grateful. Hit me with any of it.

Secondly, how does an SQL database's speed compare to using XML files for storing data in a structured way? I often wonder wether or not I want to try making a complex website without SQL and going all XML. No proprietary **** to deal with for your data. Just ship it out however you want.

Any thoughts would be appreciated! Thanks ahead of time.
byron
Forum Admin

Joined: 07 Mar 2004
Posts: 160
Location: Newark, DE, USA
Reply with quote
Well to answer the question of is XML as fast, a very small xml "may" be faster, but anything dealing with larger record sets is better off in a db. Db's can index the data, meaning it basically keeps a record of where data falls in the tables, so it can find it faster, without having to look at every row.
SQL Server I/O Methodology
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic