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

How does a select Query Works?


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

New User


Joined: 22 May 2008
Posts: 56
Location: hyderabad

PostPosted: Tue Aug 24, 2010 7:38 pm
Reply with quote

Hi

I need to decide that do we need commit's in select queries?
I belive with commit, the page is returned to the disk. As in case of select, the data will not change, is commit required? Also we if don't do a commit, what will happen to the rows fetchwd into the bufferpool? How does DB2 clears them from BP?
To undertand these question, i think it's necesary to understand how does a select works.
Please help me with these questions.

Regards
Saurabh Tripathi
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Aug 24, 2010 8:01 pm
Reply with quote

Read thru this and if you have any questions,
come back and I will give you more links.
Back to top
View user's profile Send private message
mailsaurabh.tripathi

New User


Joined: 22 May 2008
Posts: 56
Location: hyderabad

PostPosted: Tue Aug 24, 2010 8:56 pm
Reply with quote

Thnx for the wonderful link.
Please explain, how does a select query works internally, i.e the steps followed by DB2 to process a select query.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Aug 24, 2010 9:12 pm
Reply with quote

if you do not want to peruse the manuals (link top of the page)
you can run EXPLAINs, which will tell you exactly how each query runs.
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 RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts SELECT from data change table DB2 5
Search our Forums:

Back to Top