View previous topic :: :: View next topic
|
Author |
Message |
hiravibk Warnings : 1 Active User
Joined: 14 Dec 2008 Posts: 103 Location: India
|
|
|
|
Hi All,
Why is mainframes so faster than other systems?
Is it because of its stoarage architecture where in data is stored in files rather than in tables? And how is this kind of storage increses the speed of the machine?
Thank you,
Ravi |
|
Back to top |
|
 |
|
|
Anuj Dhawan
Senior Member
Joined: 22 Apr 2006 Posts: 6258 Location: Mumbai, India
|
|
|
|
What "other systems" do you want to consider here? |
|
Back to top |
|
 |
hiravibk Warnings : 1 Active User
Joined: 14 Dec 2008 Posts: 103 Location: India
|
|
|
|
Anuj Dhawan wrote: |
What "other systems" do you want to consider here? |
systems used for huge amount of data management like an SQL DB |
|
Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8657 Location: Back in jolly old England
|
|
|
|
Are we talking about mainframes versus whatever, or data handling techniques ? |
|
Back to top |
|
 |
hiravibk Warnings : 1 Active User
Joined: 14 Dec 2008 Posts: 103 Location: India
|
|
|
|
expat,
i would like to know how the data handling technique in mainframes is different from the data handling technique in other databases.
Thank you,
Ravi |
|
Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 10457 Location: italy
|
|
|
|
you are trying to compare apples with cars
mainframe relates to hardware
database relates to software |
|
Back to top |
|
 |
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8280 Location: Dubuque, Iowa, USA
|
|
|
|
This is a complex question, complicated by the lack of knowledge the o/p displays in confusing terms that should not be mixed.
On the hardware side, the z10 processor (the latest IBM mainframe) runs at 5 Ghz which is faster than most other processors. However, the hardware cycle time is not the ultimate determination of speed on a system. The hardware and software on a mainframe cooperate in dividing workloads up and handling them in a distributed fashion so I/O is not handled by the same processor doing calculations.
The storage architecture plays a role, but I'm not aware of any system anywhere that uses tables instead of files as its underlying architecture. Every data base system depends upon files to define the tables that are used by applications. |
|
Back to top |
|
 |
Anuj Dhawan
Senior Member
Joined: 22 Apr 2006 Posts: 6258 Location: Mumbai, India
|
|
|
|
Mainframe computers often have multiple processors. Not just 2 or 4, but 16 or more. Also, mainframes are much better at access memory, and can processes it in bigger chunks. Finally, most mainframes have highly optimized, focused operating systems.
Having said that, anyhow, what I infer so far, OP wants to compare the "processing speed" of DB2 on MVS and in open systems, probably. |
|
Back to top |
|
 |
|