what is skew and skew measurement?
Answers were Sorted based on User's Feedback
Answer / ck
Skew measures the relative imbalance in Parllel loading.
Un-even Load balencing causes the Skew.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / freak.abinitio
skew is the mesaureof data flow to each partation .skew is a indericet measure of graph.
The sKew of a data partition is the amount by which its size deviates from the average partition size expressed as a percentage of the largest partition:
PaARTION size - avg partition size
------------------------------------- X 100
size of larget partion
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the reasons for which business can trust the approach of data processing?
State the relation between EME, GDE and Co-operating system?
How to load the data from an excel sheet to input file in a graph?
How to implement the funtionality in the custom component to use in the graph?
Explain what is sort component in abinitio?
what is the difference between .dbc and .cfg file?
Describe the Evaluation of Parameters order.
What do you understand by local lookup?
I have $AI-SERIAL/DML------> (SERIAL FILE LOCATION) AND $BDS-SERIAL/DML---------->(what is the location what is mean)?
How can you force the optimizer to use a particular index?
Order of Evaluation of Parameters
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump