Operating System - HP-UX
1753415 Members
7157 Online
108793 Solutions
New Discussion юеВ

Syncsort Process - SEM Wait State

 
Alzhy
Honored Contributor

Syncsort Process - SEM Wait State

Trying my luck if someone else had encountered this issue:

A Warehouse system, running for many years started encountering delays in large sorts. On one Sort of a 10GB file with 18 million lines - it used to take only less than 1 hour to perform. But in the last few, it's been taking 4+ hours.

Observation in glance shows the Syncsort process is waitig on SEM.

Any clues as to what can be done to recifty this issues? Server has been static with patches, configuration for many years now and we've no I/O issues at all.

Also, the end process of the job which does a "wc -l" takes much longer to perform with CACHE waits.

TIA!
Hakuna Matata.
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor

Re: Syncsort Process - SEM Wait State

Hi Alzhy:

This would appear to be a continuation of your earlier thread:

http://h30499.www3.hp.com/t5/System-Administration/HP-UX-11-11-wc-l-on-a-BIG-ASCII-File-is-slow-and-is-in-quot/m-p/4753730#M388452


...which should bear mention.

Regards!

...JRF...

Alzhy
Honored Contributor

Re: Syncsort Process - SEM Wait State

Yes bos.. and I am still dumbfounded.

HP insists a "Change" happened and I am still trying to find out.
Hakuna Matata.
Jose Mosquera
Honored Contributor

Re: Syncsort Process - SEM Wait State

Hi,

Have you considered the possibility that the input data have experienced a slight change of content (language or character type, field definition, length, etc)?

Rgds.
Alzhy
Honored Contributor

Re: Syncsort Process - SEM Wait State

That's our (Admins) immediate train of thought. But they've been doing this kind of processsing for the last 3 to 4 years at or near the current filesizes
Hakuna Matata.
Jose Mosquera
Honored Contributor

Re: Syncsort Process - SEM Wait State

Ok, if there is a change of field position, this wouldn't change the filesize but it could affect performance if one of the fields involved belonged to a key index. The symptoms that you explain are very similar to cases of index loss.

Rgds.