Tag: IBM

Community

DB2 lets you drop a parent table

(Troels Arvin) DB2 is usually a rather strict database system: It doesn’t allow you to drop a procedure which is being used by a function. It uses pessimistic locking. It typically forces you to back up a tablespace if you aggressively load data into a table if the database isn’t using circular logg

Community

On DB2 and Table-Pinning

(Robert Catterall) I recently fielded, via e-mail, an entertaining question about "pinning" a DB2 table in memory (i.e., having the whole table resident in virtual storage on the DB2 server). I use the term "entertaining" not to poke fun at the question (or the questioner), but to convey that I enjo