I believe that the correct answer to your question - don't do that.
The strength of distributed systems is that you have a number of identical
pieces which you can scale out virtually with no limits.
If your cluster is heterogenous - i.e. all the nodes are different in size,
amount of data and po
Can you give me some code to implement it? Thank you!!
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Or simply give an attribute with a specific value to the nodes with memory and
only create caches on those nodes.
Envoyé de mon iPhone
> Le 31 oct. 2019 à 17:19, Stephen Darlington
> a écrit :
>
> The direct answer to your question is: implement your own
> org.apache.ignite.cache.affinity.A
The direct answer to your question is: implement your own
org.apache.ignite.cache.affinity.AffinityFunction.
But that’s hard to do correctly. You’d probably be better running, say, two
copies of Ignite on the machines with more memory.
Regards,
Stephen
> On 31 Oct 2019, at 15:25, BorisBelozero
I want to give more data for some chosen nodes (because these computer have
more memory to save data), but I don't know how to do it.
How can I choose node, and how can I distribute more data for chosen nodes?
Thank you!!
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
What do you want to customise? How does the current behaviour not meet your
requirements?
> On 31 Oct 2019, at 08:02, BorisBelozerov wrote:
>
> Can I customize affinity by the way I want to?
> How can I do it? Thank you!!
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com
Can I customize affinity by the way I want to?
How can I do it? Thank you!!
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
each nodes, and use Affinity
How does Apache Ignite distribute and how does Affinity work??
Thank you!!
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Hello, I want to ask a question:
Apache Ignite distribute data equal each nodes, and use Affinity
How does Apache Ignite distribute and how does Affinity work??
Thank you!!
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/