Kirill Tkalenko created IGNITE-25535:
----------------------------------------
Summary: Optimization of StorageUpdateHandler#tryProcessRow
Key: IGNITE-25535
URL: https://issues.apache.org/jira/browse/IGNITE-25535
Project: Ignite
Issue Type: Improvement
Reporter: Kirill Tkalenko
At first glance, we can optimize
*org.apache.ignite.internal.table.distributed.StorageUpdateHandler#tryProcessRow*
if we implement the logic of
*org.apache.ignite.internal.table.distributed.StorageUpdateHandler#performStorageCleanupIfNeeded*
in *org.apache.ignite.internal.storage.MvPartitionStorage#addWrite* and
*org.apache.ignite.internal.storage.MvPartitionStorage#addWriteCommited*. This
may be a wrong assumption and we can do it even better or more optimally.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)