You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Prateek Maheshwari (JIRA)" <ji...@apache.org> on 2019/03/19 18:04:00 UTC

[jira] [Resolved] (SAMZA-1719) Add caching support to Table API

     [ https://issues.apache.org/jira/browse/SAMZA-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prateek Maheshwari resolved SAMZA-1719.
---------------------------------------
    Resolution: Fixed

> 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)