nizhikov commented on code in PR #13347:
URL: https://github.com/apache/ignite/pull/13347#discussion_r3559094167


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheMvccCandidate.java:
##########
@@ -607,6 +607,22 @@ public IgniteTxKey key() {
         return parent0.txKey();
     }
 
+    /** */
+    public String enabledFlags() {

Review Comment:
   Let's create separate column for each flag, instead of complex string 
creation that will lead to gc pressure.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to