The following command takes about 30 min. to complete
CREATE INDEX "cfsoid" on "cfs" using hash ( "ownerid" "float8_ops" );
The table cfs has about 30 columns and 200K rows at the time of creation.
Does the time for this command sound right? I'm using the REL6_5 branch from
CVS