> How can i do that using JDBC?

Why would you want to do that, when we are already inside the Ignite
Compute task?
Ignite SQL API call will be a lot faster.

On Sun, Jun 26, 2022 at 8:19 AM Sachin janani <sachin.janani...@gmail.com>
wrote:

> Thanks for a quick response. How can i do that using JDBC?
>
>
> Thanks and Regards,
> Sachin Janani
>
> On Sat, Jun 25, 2022 at 1:46 PM Pavel Tupitsyn <ptupit...@apache.org>
> wrote:
>
>> SqlQuery#partitions does just that:
>>
>> https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/cache/query/SqlQuery.html#setPartitions-int...-
>>
>> On Sat, Jun 25, 2022 at 10:36 AM Sachin janani <
>> sachin.janani...@gmail.com> wrote:
>>
>>> Hi Team,
>>> Is it possible in ignite to query data for a specific partition in SQL
>>> query. I have a requirement where i have to do colocated task by partition
>>> using SQL query so just want to know is there any way in SQL query to
>>> achieve this.
>>>
>>>
>>> Thanks and Regards,
>>> *Sachin Janani*
>>>
>>>
>>
>
> --
> *Sachin Janani*
>
>

Reply via email to