Quantcast
Channel: SCN : All Content - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 757

Waitevent 250 in ASE157 and ASE16

$
0
0

Say for example if you are executing a huge sql file with each statement separated by a "go".

 

select 1

go

select 1

go

.......go this way up to 50000

 

go

select * from master..monProcessWaits

where SPID = @@spid

go

 

The amount of Waits for WaitEventID will be equal to the number of "go" statements in the file. We have measured the Waits and WaitTime between ASE16 and ASE157. We see the WaitTime in ASE16 is 1/3rd of what it is in ASE157.

 

Why is this so important?

 

If you are running some benchmarking tests between ASE157 and ASE16 then this becomes an important factor. It will never be like for like.

 

However, we think this is a good improvement in ASE16 and will help improve elapse times.

 

 

VersionElapsedTime_msWaitsWaitTime_ms
ASE16113,4162,906,998983,803
ASE157276,9432,907,2162,581,027

Viewing all articles
Browse latest Browse all 757

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>