Hello, users. I use MultiRowMutationEndpoint coprocessor for cross row transactions. It has a constraint that is rows must be located in the same region. I removed random hash bytes in the row key. After that, I suffer write hot-spot.
But cross row transactions are a core feature in my application. When I put a new data row, I put an index row. Before I use MultiRowMutationEndpoint coprocessor, I had a mismatch between the data row and the index row. Is there any best practice in that situation? I want to avoid write hot-spot and use an index. Best regards, Minwoo Kang
