eric-maynard commented on issue #2295:
URL: https://github.com/apache/polaris/issues/2295#issuecomment-3168924641

   With `OPTIMIZED_SIBLING_CHECK`, we are pretty close to resolving this -- I 
think the simplest fix for the JDBC backend is to add a constraint, e.g.:
   ```
   ALTER TABLE entities
   ADD CONSTRAINT unique_locations
   UNIQUE (realm_id, parent_id, location_without_scheme);
   ```


-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to