Author: Robert Sample
Posted: Tue Apr 11, 2017 8:30 pm (GMT 5.5)
Let me restate things for you:
1. SORT is not tunable. It is already highly optimized and hence you are not going to improve its performance, no matter what you "think".
2. There is NO "sort technic (sic)" -- I assume you mean "technique" here -- that will help you. SORT is not the issue, even though it is a SORT step that is taking so long.
3. You should be able to post the SORTOUT messages (WER or ICE prefix) since there is nothing to hide in them. Without those messages, we will be unable to help you.
4. Your problem lies in something specific to your site (since sites all around the world sort millions of records every day in MUCH less time than your sort is taking), and hence your BEST bet at getting a solution is to work with your site support group.
5. Refusing to post requested information on this, or any, forum tends to leave you without any help -- we don't ask for things just because; there's always a reason for the request (whether or not we tell you that reason, there is still a reason).
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Tue Apr 11, 2017 8:30 pm (GMT 5.5)
Quote: |
Can we tune sort or any other sort technic we have? |
1. SORT is not tunable. It is already highly optimized and hence you are not going to improve its performance, no matter what you "think".
2. There is NO "sort technic (sic)" -- I assume you mean "technique" here -- that will help you. SORT is not the issue, even though it is a SORT step that is taking so long.
3. You should be able to post the SORTOUT messages (WER or ICE prefix) since there is nothing to hide in them. Without those messages, we will be unable to help you.
4. Your problem lies in something specific to your site (since sites all around the world sort millions of records every day in MUCH less time than your sort is taking), and hence your BEST bet at getting a solution is to work with your site support group.
5. Refusing to post requested information on this, or any, forum tends to leave you without any help -- we don't ask for things just because; there's always a reason for the request (whether or not we tell you that reason, there is still a reason).
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth