Which is faster - whether db2 or VSAM



IBM's flagship relational database management system

Which is faster - whether db2 or VSAM

Postby madhavan » Mon Mar 26, 2012 6:09 pm

Hi,

I have one question which one is efficient and faster \

whether db2 or VSAM?

Regards,
MAdhavan
madhavan
 
Posts: 23
Joined: Fri Mar 09, 2012 11:03 am
Has thanked: 0 time
Been thanked: 0 time

Re: DB2

Postby Alison Oliveira » Mon Mar 26, 2012 6:44 pm

look at this...
http://search400.techtarget.com/tip/Why ... -than-VSAM

this will help you! i think!
Alison Oliveira
 
Posts: 37
Joined: Fri Jan 20, 2012 9:08 pm
Has thanked: 0 time
Been thanked: 0 time

Re: DB2

Postby Robert Sample » Mon Mar 26, 2012 7:04 pm

Your questions is pretty close to garbage. There are times when DB2 makes sense, just as there are times when VSAM makes sense. And there are times when using SORT makes sense. When a situation mandates DB2, asking whether it is "<more> efficient and faster" is like asking "How high is up?" The answer won't really matter since the software is required.

VSAM is a way to access data in a file. DB2 is a data base management system. Comparing the two is like comparing Windows Media Player to a Macintosh. Yes, you can do the comparison, but under almost all circumstances the results of the comparison mean nothing.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: DB2

Postby madhavan » Mon Mar 26, 2012 7:13 pm

Thanks
madhavan
 
Posts: 23
Joined: Fri Mar 09, 2012 11:03 am
Has thanked: 0 time
Been thanked: 0 time

Re: DB2

Postby dick scherrer » Tue Mar 27, 2012 12:22 am

Hello,

You need to spend just a little time creating a meaningful Title for your topic. . .

Using DB2 as the title for a topic is completely useless. This entire part of the forum is for DB2.

I suspect that any other such titles will simply be deleted.

d
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Which is faster - whether db2 or VSAM

Postby sinmani » Wed Apr 04, 2012 2:37 pm

The answer to this question depends on a lot of factor.
A very important one is the size of the data.

If your data is is small use VSAM. VSAM is definitely faster in case of small data. Now if your data keeps growing then finally managing them using a VSAM becomes difficult in such cases we migrate to DB2.
Now here I would like to notify you that DB2 too is composed of VSAM files.

So for huge data size Db2 is faster than VSAM because of lots of feautres which comes packed with DB2, sophisticated alogorithms etc.

I hope this helps
-----------------------------------------
As long as you think you are a student, you are doing well.
The day you consider yourself as the master of the game..........well
sinmani
 
Posts: 93
Joined: Thu Mar 22, 2012 10:02 am
Has thanked: 14 times
Been thanked: 0 time

Re: Which is faster - whether db2 or VSAM

Postby saikiran » Thu May 10, 2012 5:53 pm

Good Question Boss,

VSAM is fast why because every system they will implement based on existing system.
so obviously vsam is faster.
In VSAM:Single step to Handling with data.
DB2:Two Step Process:DB2->File System.
Effecient : DB2 is efficient & Secure because we have many key words to fetch,store Etc.
saikiran
 
Posts: 1
Joined: Tue May 08, 2012 10:33 am
Has thanked: 0 time
Been thanked: 0 time

Re: Which is faster - whether db2 or VSAM

Postby Robert Sample » Thu May 10, 2012 6:10 pm

so obviously vsam is faster.
And you have obviously never had to update a VSAM file that had 6 alternate indexes defined on it, each allowing duplicates and being updated when the base is updated, or you wouldn't be quite so fast to make such a bold statement.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to DB2

 


  • Related topics
    Replies
    Views
    Last post