You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by hitendrapratap <hi...@target.com> on 2017/02/02 22:56:04 UTC

Configure number of partitons

How we can configure number of partitions (default 1024)?



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Configure-number-of-partitons-tp10392.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Configure number of partitons

Posted by vkulichenko <va...@gmail.com>.
Number of partitions is configured as a part of affinity function:

<property name="affinity">
    <bean
class="org.apache.ignite.cache.affinity.rendezvous.RendezvousAffinityFunction">
        <property name="partitions" value="123"/>
    </bean>
</property>

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Configure-number-of-partitons-tp10392p10395.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.