You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2015/11/24 10:49:11 UTC

[jira] [Resolved] (FLINK-2924) Create database state backend

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

Gyula Fora resolved FLINK-2924.
-------------------------------
    Resolution: Fixed

> Create database state backend
> -----------------------------
>
>                 Key: FLINK-2924
>                 URL: https://issues.apache.org/jira/browse/FLINK-2924
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Gyula Fora
>            Assignee: Gyula Fora
>
> The goal is to create a database state backend that can be used with JDBC supporting databases.
> The backend should support the storage of non-partitioned states, and also the storage of Key-value states with high throughput. As databases provide advanced querying functionality the key-value state can be implemented to be lazily fetched and should scale to "arbitrary" state sizes by not storing the non-active key-values on heap.
> An adapter class will be provided that can help bridge the gap between different sql implementations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)