Speed up DB2 database restore on AIX (PART 2)

Hello again, I wanted to follow up on my last blog entry about speeding up the DB2 database restore on an AIX machine.  We did some more testing last night by enabling the jfs2 logging back to how it should be.  The restore took only 5 minutes when it used...
Speed up DB2 database restore on AIX

Speed up DB2 database restore on AIX

Hello, I wanted to share some lessons learned with AIX kernel parameters and DB2 database restore performance. We have a client with a 21 GB database on AIX version 6.1 and DB2 9.7 fixpack 6.  The server has 8 quad-core CPU and 32 GB of memory.  This is a...

Have enough DBAs?

How do you know if you have the right number of database administrators (DBAs) on staff to properly take care of your environment?  All your organization’s databases need to be kept operational and properly tuned, which probably requires around the clock...

A Different Perspective on ETL needs

Changing business condiitions drive changes in business requirements (sometimes like wildfire, utterly unpredicatable) I have been through this situation numerous times, as I am sure you have been as well. So how to respond to these changing conditions? What if we...

BI Makes National News

Several weeks ago USAToday actually published an article about business intelligence on the front page.  The story started with a discussion of a solar panel manufacturer so you had to read a little more to find out that the story really was about BI.  I was...

The Power of Set Operations in SQL Server

I was presented a problem which entailed removing 100s of millions of records from several tables in order to recover disk space and improve query performance. There were several options to choose from of which I explored: I could do the most basic “DELETE FROM…” all...

Liferay, LDAP, Groups and empty AttributeDescription

I have been using Liferay EE 6.1 with OpenLDAP the past few days, using different testing scenarios for functionality and determining pitfalls.  The goal was to test complete functionality, such as authentication, importing, exporting, and password policies,...

Calling Methods in the Internal Liferay API

Liferay has a robust service-layer API for developers to use. However, sometimes there are cases when you need to use methods in the internal Liferay API. You can’t use the internal API directly, but you can invoke it indirectly with the PortalClassInvoker...