ElixirConf 2019: ETS Versus ElasticSearch for Queryable Caching - David Schainker

by @schainks

ETS provides a simple, familiar, and reusable way to query cached data for your application outside of functional primitives.

This talk will cover:

  • Storing shared state in ETS
  • Integrating ETS and Ecto
  • When to consider this decision
  • Operational concerns outside code for both of these use cases

The audience should leave with knowledge of this ETS pattern and a stronger awareness that queryable caching is possible outside of using ElasticSearch.

A Google search also says a benchmark for this use case does not exist.

View all threads tagged with cache
View all threads tagged with ets
View all threads tagged with elastic_search
View all elixirconf2019 talks

2 Likes

People asked for references used while building these slides, so a complete slide set can be found here: https://speakerdeck.com/schainks/ets-versus-elasticsearch-for-queryable-caching

2 Likes