What are Clusters ?
Answers were Sorted based on User's Feedback
Answer / guest
Cluster is amechanism which is used to bind data together
such that it will improve performance while retreiving
information from a table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / furquan ahmed
Cluster is a process in which the servers are working in the
connecting form of serial for better performance.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / a.praveen kumar
It is a schema object to improve the performance of select statement which is using multiple database tables with standard join condition.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nishi
A cluster is a schema object that contains data from one or more tables, all of which have one or more columns in common. Oracle Databasestores together all the rows from all the tables that share the same cluster key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / felin dhivya
Clusters are group of stars found in sky or some other
groups
| Is This Answer Correct ? | 1 Yes | 9 No |
Is postgres faster than oracle?
How many memory layers are in the oracle shared pool?
What are synonyms used for ?
How to concatenate two text values in oracle?
what is meant by magic query
Explain the use of show option in imp command.
What are the predefined tablespaces in a database?
Can we create more than one index on particular column?
In oracle there is column command, how will you explain that?
what is RAID technology?which is better RAID 0+1 OR RAID 5?
consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep