[
https://issues.apache.org/jira/browse/SAMZA-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496905#comment-16496905
]
ASF GitHub Bot commented on SAMZA-1719:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/531
> Add caching support to Table API
> --------------------------------
>
> Key: SAMZA-1719
> URL: https://issues.apache.org/jira/browse/SAMZA-1719
> Project: Samza
> Issue Type: Improvement
> Reporter: Peng Du
> Assignee: Peng Du
> Priority: Major
> Labels: table-api
>
> Caching is is especially useful for a remote table where the accesses can
> have high latency for
> applications that can tolerate staleness. We decided to add caching in the
> form of a composite table that wraps the actual table and a cache. We reuse
> the ReadWriteTable interface for the cache. A simple Guava cache-based table
> will be provided as the default local cache.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)