Episode 14 - Practical Data Structures: Ordered Indexes vs Hash Tables

Episode 14 - Practical Data Structures: Ordered Indexes vs Hash Tables

Released Sunday, 14th June 2020
Good episode? Give it some love!
Episode 14 - Practical Data Structures: Ordered Indexes vs Hash Tables

Episode 14 - Practical Data Structures: Ordered Indexes vs Hash Tables

Episode 14 - Practical Data Structures: Ordered Indexes vs Hash Tables

Episode 14 - Practical Data Structures: Ordered Indexes vs Hash Tables

Sunday, 14th June 2020
Good episode? Give it some love!
Rate Episode
List

Hash tables are data structures that map keys into values. Used in Python’s dicts, Go’s maps, Java’s HashMaps, and other places. However in databases, the default structure is almost always an ordered index, typically a B-Tree. Hash tables use a fast and repeatable hash function to assign each key a unique place in memory to store its values (sometimes called buckets). The load factor is the number of entries occupied in the table, divided by the number of unique storage buckets.

Show More
Rate
List

Join Podchaser to...

  • Rate podcasts and episodes
  • Follow podcasts and creators
  • Create podcast and episode lists
  • & much more
Do you host or manage this podcast?
Claim and edit this page to your liking.
,