Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A356118AFC for ; Wed, 5 Aug 2015 20:00:05 +0000 (UTC) Received: (qmail 94134 invoked by uid 500); 5 Aug 2015 20:00:05 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 94083 invoked by uid 500); 5 Aug 2015 20:00:05 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 93790 invoked by uid 99); 5 Aug 2015 20:00:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2015 20:00:05 +0000 Date: Wed, 5 Aug 2015 20:00:05 +0000 (UTC) From: "Stephan Ewen (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-2489) Improve the streaming window join MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Stephan Ewen created FLINK-2489: ----------------------------------- Summary: Improve the streaming window join Key: FLINK-2489 URL: https://issues.apache.org/jira/browse/FLINK-2489 Project: Flink Issue Type: Improvement Components: Streaming Affects Versions: 0.10 Reporter: Stephan Ewen This issue tracks the ideas and discussion to improve the current window join. Here is an initial list of desiderata for an improved window join: - Joins should initially run only on time windows - Support for operator time and event time - Event time version must support multiple windows being in progress (or buffered) while waiting for watermarks - Support for simple Java heap and Flink-managed memory - Flink-managed memory variant should support out-of-core operation - Join buffers or hashtables need to be checkpointed. - Join buffers or hashtables need to support incremental checkpointing - Join buffers or hashtables should support asynchronous checkpointing - For sliding time windows, we should consider variants to reuse the join candidates across multiple windows they are contained in. -- This message was sent by Atlassian JIRA (v6.3.4#6332)