Ignite will automatically redistribute (rebalance) data across all available nodes. So everything is scaling horizontally automatically. You just need to start a new node and portion of dataset will be rebalanced on it.
— Denis > On May 26, 2016, at 10:30 AM, Tomek W <rrrtomtom...@gmail.com> wrote: > > Yes, > but I consider how to force ignite to distribute rows on other machines (not > only this machine that initialized hot loading). > > 2016-05-26 8:46 GMT+02:00 Vladislav Pyatkov <vldpyat...@gmail.com > <mailto:vldpyat...@gmail.com>>: > Hello, > > If I understand correctly, you want to load data from a database in > PARTITIONED type cache. This case is well described here > https://apacheignite.readme.io/docs/data-loading > <https://apacheignite.readme.io/docs/data-loading> > > On Thu, May 26, 2016 at 1:45 AM, tomk <rrrtomtom...@gmail.com > <mailto:rrrtomtom...@gmail.com>> wrote: > Hello, > At now I have only one node, but I am going to add more machines (in one > local network). > What should I know to do it ? > I have PARTITIONED type of cache. > Hot loading (my use case is caching postgresql) is done on one machine. > How to force ignite to distribute these rows to all machines - not only that > where client is executed (client initialize hot loading from postgresql). > > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Two-nodes-in-cluster-tp5204.html > > <http://apache-ignite-users.70518.x6.nabble.com/Two-nodes-in-cluster-tp5204.html> > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > > > > -- > Vladislav Pyatkov >