For large databases, it would be beneficial to be able to jump to a specific page. It could be another pagination option. For example, if I have 10,000 rows and go by 10 visible, I now need to click 300 times if I want to browse something in the 3000’s.
The suggestion as such is good, upvoted. Would be useful in some scenarios. Also I think many sites and systems do have this implemented in their pagination.
I have to say your example seems far-fetched though. I doubt anyone would do those clicks anyway, so why not filter the data first if looking for something specific.
With that number of rows, one might think there would be some efficient filtering options available too.