Hello. Ignite is distributed system, so it depends how much servers you use.
It is also important, which transaction mode you use and contention frequency. I.e. In case of pessimistic serializable mode and one entry used in all transactions performance will poor. Entry size is very important. If each record is 100Mb length, performance will poor. So there are lots of factors impact performance. But there are many cases when required speed may be archived with ignite. I think you should test on real data. От: ashishb008 Отправлено: 19 декабря 2018 г. в 10:02 Кому: [email protected] Тема: 200K records/sec Is it possible to process 200K records/sec? All records should process in sequence. Each record will do the following: Cache 1 – Select Cache 2 – Select Cache 3 – Insert Cache 4 – Select and Update Cache 5 – Select and Merge Cache 6 – Select and Merge Cache 7 – Select and Insert or Delete Thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
