Hi, So one cannot use executor service or multi threading inside ignite transaction.
Is there any plan to support this feature? If yes, which release? Is there any other way to speed up the process? Because I have to process multiple asset groups (more than 1000) inside single transaction. if I do it in single thread in sequential manner , my processing will become slow. Thank, Prasad On Thu, Jun 7, 2018, 2:08 AM vkulichenko <[email protected]> wrote: > Prasad, > > Transaction is always attached to a single thread. If you do txStart in one > thread, and then a cache operation in any other thread, this operation will > not be enlisted. > > -Val > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
