huaxingao commented on PR #3803: URL: https://github.com/apache/polaris/pull/3803#issuecomment-4043472444
@snazy Thanks for your review! I have addressed all the comments (one commit for each comment) except the last one. There is already an index on `(realm_id, expires_at)` for the purge query. All other queries find rows by the primary key `(realm_id, idempotency_key)`, which is a single-row lookup, so no extra indexes are needed. Could you please take one more look when you have time? Thanks! -- 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]
