[
https://issues.apache.org/jira/browse/IGNITE-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14974798#comment-14974798
]
Igor Sapego commented on IGNITE-1786:
-------------------------------------
I suggest to implement separate lightweight driver and use shared memory to
communicate with the JVM. This approach will require a JVM node running on the
same computer but it will be more flexible than the first approach and easier
to implement than the second one.
> Need to implement ODBC driver for Ignite
> ----------------------------------------
>
> Key: IGNITE-1786
> URL: https://issues.apache.org/jira/browse/IGNITE-1786
> Project: Ignite
> Issue Type: New Feature
> Components: clients
> Reporter: Dmitriy Setrakyan
> Assignee: Igor Sapego
> Fix For: 1.6
>
>
> # We have a C++ API for Ignite which starts JVM internally. Probably we can
> just add that ODBC API there.
> # Another approach is to implement really separate driver and a network
> server on java side which will interact with each other.
> The first one is simpler and probably more effective, but heavyweight. The
> second one is probably slower but but more lightweight.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)