If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > DB Internal Architecture

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-28-04, 08:30
eshaw eshaw is offline
Registered User
 
Join Date: Oct 2004
Posts: 1
DB Internal Architecture

I am doing research on the internal structures of data base systems. Where can I find high level, conceptual descriptions of how the data is actually saved? I am relatively new at this. Much of what I have found on the web is very low level and assumes a deep knowledge of the particular mechanics. My questions include:

How is a relational table stored?

Does it matter if you want to retrieve information by column or by row?

Does the type of data in one field affect data in other fields in the same row?

Any references or direct explanations will be most appreciated.

Are the structures the same of different in important ways is such systems as DB2, MSSQL, MYSQL, Oracle, Peoplesoft?

Ed
Reply With Quote
  #2 (permalink)  
Old 10-28-04, 09:01
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
The Oracle Concepts Guide shows how Oracle does it. While other DBMSs may have similarities, there is no reason why they should not be significantly different. The relational model is logical, not physical, so it does not prescribe what happens "under the hood".
__________________
Tony Andrews
http://tinyurl.com/tonyandrews

Last edited by andrewst; 10-28-04 at 09:12.
Reply With Quote
  #3 (permalink)  
Old 10-31-04, 17:40
bdimple bdimple is offline
Registered User
 
Join Date: Jul 2003
Posts: 74
A simple one-pager ...

Here's a brief summary derived from Ingres :-
http://www.databaseanswers.org/components.htm

HTH

B.Dimple
DBA
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On