GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Oracle  >  SQL
Go To First  |  Previous Question  |  Next Question 
 SQL  |  Question 29 of 170    Print  
What is the purpose of a cluster?
Oracle does not allow a user to specifically locate tables, since that is a part of the function of the RDBMS. However, for the purpose of increasing performance, oracle allows a developer to create a CLUSTER. A CLUSTER provides a means for storing data from different tables together for faster retrieval than if the table placement were left to the RDBMS.



  
Total Answers and Comments: 3 Last Update: February 06, 2008   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: g_sidhu
 

Clustering is a method of storing tables that are intimately related and often joined together into the same area on disk. For example, instead of the BOOKSHELF table being in one section of the disk and the BOOKSHELF_AUTHOR table being somewhere else, their rows could be interleaved together in a single area, called a cluster.



Above answer was rated as good by the following members:
shiiva
July 05, 2005 01:43:48   #1  
ch.sarada        

RE: What is the purpose of a cluster?
hai sir, 
 
you have wrote oracle doesn't allow a user to specifically lacate the tables that's means.I didn't understand clearelly.please tell me that meaning 
thank u.

 
Is this answer useful? Yes | No
February 27, 2006 05:26:07   #2  
pavan        

RE: What is the purpose of a cluster?

cluster is a private sql area where data stored more than one table.

use is fast retreving of data .


 
Is this answer useful? Yes | No
February 06, 2008 12:20:54   #3  
g_sidhu Member Since: August 2007   Contribution: 122    

RE: What is the purpose of a cluster?

Clustering is a method of storing tables that are intimately related and often joined together into the same area on disk. For example, instead of the BOOKSHELF table being in one section of the disk and the BOOKSHELF_AUTHOR table being somewhere else, their rows could be interleaved together in a single area, called a cluster.


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape