Thank you for the replies.
Any example, with using a cache template for creating the tables and using
the streamer API to load the table?
Also, one more thing: is there a performance penalty for using the
relational structure imposed on the data, as opposed to manipulating the
java objects directly? If no, what is the most optimized way of populating
and accessing the tables?

thank you again
Clay

On Tue, Feb 19, 2019 at 3:11 AM Stephen Darlington <
stephen.darling...@gridgain.com> wrote:

> Ignite comes with a nice sample for using the Data Streamer API:
> https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/streaming/StreamTransformerExample.java
>
>
> There’s nothing really “special” about caches/tables created using DDL
> rather than one of the other methods.
>
> Regards,
> Stephen
>
> On 19 Feb 2019, at 03:49, Clay Teahouse <clayteaho...@gmail.com> wrote:
>
> Hello All,
>
> Can someone share an example of utilizing IgniteDataStreamer  API to
> populate a table created via a DDL?
>
> thank you,
> Clay
>
>
>
>

Reply via email to