thomasmueller commented on PR #1199: URL: https://github.com/apache/jackrabbit-oak/pull/1199#issuecomment-1898488883
Currently we loop until we find a "free" prefix (ax2, ax3, ax4,...). An alternative solution might be: instead of looping, we could calculate the hash code of the URI (e.g. ax_489acc8493f073ab). That would make prefixes very large, but we would always get the same prefix. -- 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: dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org