I'm trying to get all volumes for a given SVM through the REST API but after the first call returns quickly the consecutive calls with start.uuid are significantly slower but only if I use the svm.name filter. Any idea why this would be happening?
Example:
<HOST>/api/storage/volumes?svm.name=xxx&max_records=10 takes less than a second
<HOST>/api/storage/volumes?start.uuid=x-y-z&svm.name=xxx&max_records=10 takes 30 and usually only returns 1 record