Hashed Table
Advertisement
Techopedia Explains Hashed Table
The features of a hashed internal table include: To declare an internal table a hashed table, the declaration of the internal table should contain the keywords 'TYPE HASHED TABLE’. This would make the internal table accessible to the internal HASH algorithm. The unique key must be declared when a HASH table is to be used as it is mandatory in the HASH algorithm. The unique key is defined by the keyword 'UNIQUE KEY’. A hash table allows the table read to have costs independent of table size. Hashed tables are preferred over other types of internal tables when there are large data sets with lots of reads and a negligible number of writes. Hashed tables are also ideal for processing large amounts of data. Regardless of the number of table entries present, the response time for key access in a hashed table remains constant. Hashed tables work comparatively faster only for full table keys and cannot work for ranges .Advertisement
Synonyms
Hash Table
Related Terms
Related Reading
- What It Takes to Build a Career in SAP as a Technical Consultant
- Computer Programming for the People?
- Job Role: Cryptographer
- INFOGRAPHIC: The History of Programming Languages
- Comply and Protect: The Data Security Rulebook
- Experts Share 5 AI Predictions for 2023