# Overview
Dictionary encoding is a... #flashcard
[[Compression]] approach where strings are stored at integers, which can be converted back to the original string using a dictionary look-up.
<!--ID: 1751507776535-->
# Key Considerations
# Pros
# Cons
# Use Cases
# Related Topics