Hello. According to my understanding,drop table command will block all operations on the same table.But in my experiment,all update operations slow down when there is a drop table operation even these operations aren't targeting the same table.I guess drop table statement causes ignite sync all update operations.Is my guess right?
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
