This document discusses hash algorithms which are used for distributed memory management. Hash algorithms calculate the memory position of an entry based on a unique key, as the data in distributed memory is not stored in order. The memory position is calculated using the hash algorithm on the key.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
97 views
Hash Algorithm
This document discusses hash algorithms which are used for distributed memory management. Hash algorithms calculate the memory position of an entry based on a unique key, as the data in distributed memory is not stored in order. The memory position is calculated using the hash algorithm on the key.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
SAP NetWeaver AS ABAP Rel ease 702, Copyri ght 2010 SAP AG. Al l ri ghts reserved.
ABAP Keyword Documentation ABAP Glossary
Hash algorithm Distributed memory management. The data in a distributed memory is not stored in order in the memory. The memory position of an entry is calculated using the hash algorithm on the basis of a unique key. More