Jul 20, 2017 · 1 min read
If you just want to cache the query result, I think the easiest way is to use a redis. But in lots of scenarios caching makes no sense. Because you data source is changing all the time. For example, data in kafka is moving all the time, if you cache the query result, then you will miss the latest data.
If you want to improve presto kafka plugin, I am happy to provide helps. The original kafka plugin is very naive, it is pretty useless in production. That’s why I customized it a lot to fit my scenario.
