Tag: IBM

Community

Monitoring

(Philip Gunning) Regardless of how well a RDBMS performs, the monitoring of SQL statements and resources is required to ensure continued good performance and to identify problem areas. Using the information gathered, adjustments can be made to instance and database configuration parameters, physica

Community

Add Storage, Not Projects

(Jonathan Gennick) DBAs spend a lot of time managing disk space. To maximize I/O rates, we spread the data we manage across many physical disks. Often we do this by working with a system administrator who uses a logical volume manager (LVM) to combine many physical disks into a single logical volume

Community

Default for start date column

(Craig Mullins) I have a table with a start date column which can be blank. What is your opinion as to a good default to have for this column? Should it be nullable or have some other default when no value is provided? SQL determines if the row is active by checking to see if it’s not null and less