You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/08/11 04:50:33 UTC

[flink-table-store] branch master updated: [FLINK-28840] Introduce roadmap document of Flink Table Store

This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 26786fad [FLINK-28840] Introduce roadmap document of Flink Table Store
26786fad is described below

commit 26786fad4df2fb889bc339cf93e5ce08e3ee8652
Author: Nicholas Jiang <pr...@163.com>
AuthorDate: Thu Aug 11 12:50:28 2022 +0800

    [FLINK-28840] Introduce roadmap document of Flink Table Store
    
    This closes #263
---
 docs/content/docs/development/roadmap.md | 40 ++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/docs/content/docs/development/roadmap.md b/docs/content/docs/development/roadmap.md
new file mode 100644
index 00000000..f88ce6bf
--- /dev/null
+++ b/docs/content/docs/development/roadmap.md
@@ -0,0 +1,40 @@
+---
+title: "Roadmap"
+weight: 8
+type: docs
+aliases:
+- /development/roadmap.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+# Flink Table Store Roadmap
+
+This page is intended to present an overview of the general direction of the Flink Table Store project, and the larger new features on our radar.
+It's not a comprehensive list and might be slightly outdated at any given time. Please check JIRA for the actual work items and the Flink mailing lists for feature planning and discussion.
+
+## What’s Next?
+
+- Concurrent write support for table store
+- Changelog producer supports full-compaction and lookup
+- Pre-aggregated merge support [FLIP-255](https://cwiki.apache.org/confluence/display/FLINK/FLIP-255+Introduce+pre-aggregated+merge+to+Table+Store)
+- Lookup dim join support
+- Completed schema evolution support
+- Batch writing improvement
+- Time traveling support