Choice of unique document id and performance

Hi,
I am indexing around 100M webpages (HTML). I assign the document ID as the SHA256 of the url while indexing.
Considering that my usage would be search query intensive (full-text, no aggregations etc.), would my choice of doc id impact query performance in any way?
Thank you

the choice of doc id can impact index performance, but not search performance.

Thanks a lot for your reply Adrien!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.