IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Rows not in the order of Clustering index.


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ami777us

New User


Joined: 06 Apr 2007
Posts: 33
Location: USA

PostPosted: Tue Sep 23, 2008 12:44 am
Reply with quote

A program inserted rows into a DB2 table in the order of the clustering index but when the rows are viewed in DB2 Fileaid utility, they donot appear to be in the order the rows were physically inserted by the application. Any ideas ??
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Sep 23, 2008 1:45 am
Reply with quote

Hello,

Quote:
they donot appear to be in the order the rows were physically inserted by the application. Any ideas ??
Why do you expect them to be? Physical sequence has little meaning in database data. . .

Possibly there is something i misunderstand.
Back to top
View user's profile Send private message
ami777us

New User


Joined: 06 Apr 2007
Posts: 33
Location: USA

PostPosted: Tue Sep 23, 2008 2:08 am
Reply with quote

It is more easily readable/understandable if rows are ordered in the sequence its inserted. The order is very important for the application and therefore validating the order will surely save us a lot of time.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Sep 23, 2008 2:21 am
Reply with quote

Quote:
The order is very important for the application and therefore validating the order will surely save us a lot of time


that' s why the select statement has the clause order by
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Sep 23, 2008 2:33 am
Reply with quote

Hello,

Quote:
The order is very important for the application and therefore validating the order will surely save us a lot of time.
Hopefully, any and all application requirements can be met using ORDER BY.

Physical sequence of data should not be counted on. As the old IBM caveat says "the results may be unpredictable". If you do not use an order by in your select, you cannot depend on the sequence of the data returned.

If you test with small amounts of test data, you may successfully test only to have problems when there i more volume and rows are frequently inserted, updated, and deleted.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts To get the count of rows for every 1 ... DB2 3
No new posts Rotate partition-logical & physic... DB2 0
No new posts Exclude rows with > than x occurre... DFSORT/ICETOOL 6
No new posts Cobol file using index COBOL Programming 2
No new posts Convert single row multi cols to sing... DFSORT/ICETOOL 6
Search our Forums:

Back to Top