Template:SQWareProduction sqwsyb UpdtStatsParallelDatabase.ksh example: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
m Updated by BatchUser
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
<pre>
Sourcing sqwsyb_Global.lib v2023.09 SQWareProduction for Sybase (dbSQWare) ...  
Sourcing sqwsyb_Global.lib v2025.05 SQWareProduction for Sybase (dbSQWare) ...  


#Standard help for script sqwsyb_UpdtStatsParallelDatabase.ksh:
#Standard help for script sqwsyb_UpdtStatsParallelDatabase.ksh:


# XXXXX : -WCT
# XXXXX : -Hashing
# XXXXX : -HashSize
# XXXXX : -NoHashing
# XXXXX : -SizeMaxTable
# XXXXX : -MinPctChange


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -h
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -h
Line 16: Line 9:


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -Locale en -h
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -Locale en -h
#Display online help for this script with forcing of the 'fr' locale (default locale managed by the variable gvsqw_Locale)
#Display online help for this script with forcing of the 'en' locale (default locale managed by $gvsqw_Locale)


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -s
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -s
#Display usage examples for this script
#Display usage examples for this script


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com'
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName>
#Add the mail list to the default address managed by the variable gvsqw_GlobalMail
#Generate commands but don't execute them !
 
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Exec
#Execute update index Statistics on target database
 
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Dist -Exec
#Analyze of all tables for all the databases for the non-local instance $DSQUERY with distant connection
#You need to register credentials to use for distant connection to the instance (user and so on) in file $gvsqw_DistPasswdFile
 
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Hashing -HashSize <NumericValue> -Exec
#Enables hashing with a size managed by gvsqw_WithHashing variable (by default, 1000000)
 
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -NoHashing -Exec
#Disable hashing (by default, gvsqw_WithHashing='False')


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -SendReport
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -SizeMaxTable -Exec
#Send the log by email at the end of the treatment even if there is no error
#Update stats only from table of max 1000000 Mo (by default, $gvsqw_DefSizeMaxTableUpdtStats=1000000)


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -NoMail
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -MinPctChange <NumericValue> -Exec
#Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error)
#Update index statistics on table modified of at least $lvsqw_MinPctChange %


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Type <Type> -Exec
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Type <Type> -Exec
#Execute generated commands and change statisticstype ('default','index','table','all')
#Execute generated commands and change statisticstype ('default','index','table','all')
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName>
#Generate commands but don't execute them !


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -FSS <SampleSize> -Exec
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -FSS <SampleSize> -Exec
#to force sample size 'with sampling=<SampleSize> percent'
#To force sample size 'with sampling=<SampleSize> percent'
#by default, script dynamically calculates this sample
#by default, script dynamically calculates this sample


Line 43: Line 46:
#delete statistics before compute them: 'delete statistics $lvsqw_Owner.$lvsqw_Table'
#delete statistics before compute them: 'delete statistics $lvsqw_Owner.$lvsqw_Table'


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -FRT <NumericValue> -Exec
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -IT 'TblName1,TblName2' -Exec
#Force return code to '<NumericValue>' on error (if no error, exit 0!)
#Execute generated commands for only the 2 specified tables
#You can also force return code of this script on all your
 
#environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwsyb_UpdtStatsParallelDatabase=<NumericValue>
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -ET 'TblName3,TblName4' -Exec
#in configuration file $gvsqw_SybBin/../etc_cust/sqwsyb_GlobalVar.cfg
#Execute generated commands except for the 2 specified tables
 
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -IL '%_PROD' -Exec
#Clause like to generate dynamic tables list to include (example: 'dbprod%')
 
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -EL '%_TESTS' -Exec
#Clause like to generate dynamic tables list to exclude (example: 'dbtest%')


#Options to generate table list with filters (you can mix all off them):
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -WCT '<condition>' -Exec
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -IT <listtbl>
#Clause where to generate dynamic tables list to include
#Generate table list with 'in list':
#=> and name in ('$ListInclude')
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -ET <listtbl> -Dist
#Generate table list with 'not in list':
#=> and name not in ('$ListExclude')
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -IL <likeclause>
#Generate table list with 'like':
#=> and name like '$LikeClause'
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -EL <likeclause>
#Generate table list with 'not like':
#=> and name not like '$NotLikeClause'
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -W <whereclause>
#Generate table list with 'where clause':
#=> and '$WhereClause'


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -P <NumericValue> -Exec
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -PT <NumericValue> -Exec
#Run commands with a parallel degree of '<NumericValue>' on tables
#Run commands with a parallel degree of '<NumericValue>' on tables
#Use by default the variable gvsqw_NbThreadTable in $gvsqw_SybBin/../etc/sqwsyb_GlobalVar.cfg
#Use by default the variable gvsqw_NbThreadTable in $gvsqw_SybBin/../etc/sqwsyb_GlobalVar.cfg
#You can change this default on all your environnement if you set this variable
#You can change this default on all your environnement if you set this variable
#in configuration file $gvsqw_SybBin/../etc_cust/sqwsyb_GlobalVar.cfg
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' -Exec
#Add the mail list to the default address managed by the variable gvsqw_GlobalMail
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -SendReport -Exec
#Send the log by email at the end of the treatment even if there is no error
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -NoMail -Exec
#Disables sending an email on error to $gvsqw_GlobalMail (by default, send on error)
$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -FRT <NumericValue> -Exec
#Force return code to '<NumericValue>' on error (if no error, "exit 0!")
#You can also force return code of this script on all your
#environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwsyb_UpdtStatsParallelDatabase=<NumericValue>
#in configuration file $gvsqw_SybBin/../etc_cust/sqwsyb_GlobalVar.cfg
#in configuration file $gvsqw_SybBin/../etc_cust/sqwsyb_GlobalVar.cfg


</pre>
</pre>

Latest revision as of 18:13, 20 May 2025

Sourcing sqwsyb_Global.lib v2025.05 SQWareProduction for Sybase (dbSQWare) ... 

#Standard help for script sqwsyb_UpdtStatsParallelDatabase.ksh:


$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -h
#Display online help for this script

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -Locale en -h
#Display online help for this script with forcing of the 'en' locale (default locale managed by $gvsqw_Locale)

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -s
#Display usage examples for this script

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName>
#Generate commands but don't execute them !

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Exec
#Execute update index Statistics on target database

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Dist -Exec
#Analyze of all tables for all the databases for the non-local instance $DSQUERY with distant connection
#You need to register credentials to use for distant connection to the instance (user and so on) in file $gvsqw_DistPasswdFile

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Hashing -HashSize <NumericValue> -Exec
#Enables hashing with a size managed by gvsqw_WithHashing variable (by default, 1000000)

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -NoHashing -Exec
#Disable hashing (by default, gvsqw_WithHashing='False')

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -SizeMaxTable -Exec
#Update stats only from table of max 1000000 Mo (by default, $gvsqw_DefSizeMaxTableUpdtStats=1000000)

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -MinPctChange <NumericValue> -Exec
#Update index statistics on table modified of at least $lvsqw_MinPctChange %

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Type <Type> -Exec
#Execute generated commands and change statisticstype ('default','index','table','all')

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -FSS <SampleSize> -Exec
#To force sample size 'with sampling=<SampleSize> percent'
#by default, script dynamically calculates this sample

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -Del -Exec
#delete statistics before compute them: 'delete statistics $lvsqw_Owner.$lvsqw_Table'

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -IT 'TblName1,TblName2' -Exec
#Execute generated commands for only the 2 specified tables

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -ET 'TblName3,TblName4' -Exec
#Execute generated commands except for the 2 specified tables

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -IL '%_PROD' -Exec
#Clause like to generate dynamic tables list to include (example: 'dbprod%')

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -EL '%_TESTS' -Exec
#Clause like to generate dynamic tables list to exclude (example: 'dbtest%')

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -WCT '<condition>' -Exec
#Clause where to generate dynamic tables list to include

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -PT <NumericValue> -Exec
#Run commands with a parallel degree of '<NumericValue>' on tables
#Use by default the variable gvsqw_NbThreadTable in $gvsqw_SybBin/../etc/sqwsyb_GlobalVar.cfg
#You can change this default on all your environnement if you set this variable
#in configuration file $gvsqw_SybBin/../etc_cust/sqwsyb_GlobalVar.cfg

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' -Exec
#Add the mail list to the default address managed by the variable gvsqw_GlobalMail

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -SendReport -Exec
#Send the log by email at the end of the treatment even if there is no error

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -NoMail -Exec
#Disables sending an email on error to $gvsqw_GlobalMail (by default, send on error)

$gvsqw_SybBin/sqwsyb_UpdtStatsParallelDatabase.ksh -I $DSQUERY -D <DbName> -FRT <NumericValue> -Exec
#Force return code to '<NumericValue>' on error (if no error, "exit 0!")
#You can also force return code of this script on all your
#environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwsyb_UpdtStatsParallelDatabase=<NumericValue>
#in configuration file $gvsqw_SybBin/../etc_cust/sqwsyb_GlobalVar.cfg