Does Bubble index Slugs?

I’m trying to find out the fastest way to find a single Thing (other than using its unique id). One option is to use the Slug, the other one is to create my own Number field. Which way would be faster?

If Bubble does index Slugs, then obviously this would be the faster option. If not, seems like searching by an integer would be faster.