You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by kavitha <ka...@gmail.com> on 2017/03/27 07:26:49 UTC

Create Ignite database

Hi,

How create own database to connect through ignite ODBC driver? Anyone please
elaborate this?




--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Create-Ignite-database-tp11456.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Create Ignite database

Posted by Igor Sapego <is...@gridgain.com>.
Hi,

What do you mean by "create database"? You should just
create some caches, put your data in them, then connect to
one of the cluster's nodes and run SQL queries just as if the
caches were schemas and the value types were tables.

Currently, you can't create caches or tables using SQL as Ignite
does not support DDL yet.

Best Regards,
Igor

On Mon, Mar 27, 2017 at 10:26 AM, kavitha <ka...@gmail.com> wrote:

> Hi,
>
> How create own database to connect through ignite ODBC driver? Anyone
> please
> elaborate this?
>
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Create-Ignite-database-tp11456.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>