axelson
Scenic Core Team
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
Most Liked
schainks
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
Popular in Talks
File uploads are an essential part of many web applications, but often handling them can be tricky, which explains why they are one of th...
New
New
ElixirConf US 2018 – Simple is Beautiful: Building an SLA Monitoring Tool Using Elixir/OTP at PagerDuty – Aish Dahal
Sta...
New
ElixirConf 2017 - ElixirBridge How Do We Shape Community - Anna Neyzberg
We talk about Elixir as powerful la...
New
ElixirConf US 2018 – Building Video Chat with Elixir & Phoenix – Anil Wadghule (@anildigital)
In this talk, I will s...
New
New
ElixirConf 2017 - Building an Artificial Pancreas with Elixir and Nerves - by @tmecklem
People with Type 1 Diabetes have...
New
Just starting to go up - did you attend? Have any faves?
Here are the keynotes:
New
Posting a little bit late today but here you go:
ElixirConf 2017 - Elixir + Neo4j - Regina Imhoff
Neo4j is ...
New
ElixirConf US 2018 – Closing Keynote – Chris McCord (@chrismccord)
All talks thread:
New
Other popular topics
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
Hello all!
I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode.
The solution seems to be, in a hyphena...
New
Could someone help me? I'm making my first elixir program, number guessing game. I can't figure out how to convert the user's guess from ...
New
Hi,
I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
Hey :wave:t3: Elixir community,
I’ve been learning Elixir, and working on some side projects. My editor of choice is VSCode, and althoug...
New







