Hi Averell,

I want to write intermediate results (A join B) incrementally and in
real-time to some external storage so I can query it using SQL.
I am new to Flink so I am trying to find out if 1) such mechanism exists?
2) If not, what are the alternatives?

Thanks

On Thu, Oct 31, 2019 at 1:42 AM Averell <lvhu...@gmail.com> wrote:

> Hi Kant,
>
> I wonder why you need to "source" your intermediate state from files? Why
> not "source" it from the previous operator? I.e. instead of (A join B) ->
> State -> files -> (C), why not do (A join B) -> State -> (files + C)?
>
>
>
> --
> Sent from:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
>

Reply via email to