Partitions within single node in Apache Ignite

2016-12-25 Thread rishi007bansod
://apache-ignite-users.70518.x6.nabble.com/Partitions-within-single-node-in-Apache-Ignite-tp9726.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Partitions within single node in Apache Ignite

2016-12-26 Thread Andrey Gura
within single node. That is, can there be more than one partitions within > one node for multi-threading queries within single node. If there is any > option, how can we set it? > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Partition

Re: Partitions within single node in Apache Ignite

2016-12-28 Thread rishi007bansod
Can you give example for how we can scan query by partition id in single node? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Partitions-within-single-node-in-Apache-Ignite-tp9726p9792.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Partitions within single node in Apache Ignite

2016-12-29 Thread vkulichenko
Hi, This is possible with Scan query only. Use ScanQuery.setPartition(..) method to specify a partition you want to scan. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Partitions-within-single-node-in-Apache-Ignite-tp9726p9802.html Sent from the Apache