What does separation option in static hash-file mean?

Showing Answers 1 - 1 of 1 Answers

Navatha

  • Jul 6th, 2006
 

The different hashing algorithms are designed to distribute records evenly among the groups of the file based on charecters and their position in the record ids.

When a hashed file is created, Separation and Modulo respectively specifies the group buffer size and the number of buffers allocated for a file. When a Static Hashfile is created, DATASTAGE creates a file that contains the number of groups specified by modulo.

Size of Hashfile = modulus(no. groups) * Separations (buffer size)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions