Too Long; Didn't Read
Most of the time, just keep it simple. Combine your composite keys into a string key for storage in a map or cache if that is the easiest option and performance is not a major concern. In scenarios where performance is critical, make sure to do your own testing. But using nested maps will be the most performant in most cases. It will also likely have the smallest storage requirements. And composite keys are still a performant alternative when nesting mappings become impractical.
@kevinmasur
Kevin Masur
Software Engineer with a focus on Java, Testing, CI/CD, Databases, and Web Development
Receive Stories from @kevinmasur
RELATED STORIES
L O A D I N G
. . . comments & more!