Thanks, Dmitry, we seem to have maxed out the performance we can get out of a single ignite node on a DL380 / whats the best option to scale out and make all replicas also serve data over get requests?
-Ani On Fri, Aug 31, 2018 at 12:34 PM dkarachentsev <[email protected]> wrote: > Hi, > > get() operation from client always go to the primary node. If you run > compute task on other nodes, where each will do get() request for that key, > it will read local value. REPLICATED has many other optimizations, for > example for SQL queries. > > Thanks! > -Dmitry > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > -- Anirudha P. Jadhav
