flyrain commented on issue #1202: URL: https://github.com/apache/polaris/issues/1202#issuecomment-2737491362
Hi @george-zubrienko , thanks for reporting. we are actively fixing it. The current eclipse link solution puts all operations in a Postgres transaction block, which impacts the performance a lot. We are replacing them with a single SQL command to avoid transaction session. I believe this will reduce the concurrent conflicts significantly. Along with the replacing certain indexing tables with Postgres built secondary index. We are also trying to benchmark it along with the fixing, so that we could know if any further improvements are needed. cc @singhpk234 @dennishuo -- 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]
