Tag: IBM

Community

Beyond Processing Power

(Peter Coffee) When technologies move from the laboratory to the enterprise IT stack, they must make the transition from dancing bear to chorus line. Research projects can claim success if they dance at all, whether or not they dance well, but an enterprise solution must dance consistently—and well

Community

Know your Isolation Levels

(Craig Mullins) Did you know that DB2 provides a method to change the way that a program or SQL statement acquires locks? That way is known as the isolation level and it can be set to specify the locking behavior for a transaction or statement. Standard SQL defines four isolation levels that can be

Community

Index Design for Performance

(Gabrielle Wiorkowski) It is important for both DBAs and programmer/analysts to understand how to use indexes. DBAs are usually concerned with physical design and maintenance, and programmer/analysts must understand how to write SQL statements that make the best use of indexes. Chapter IU describes