Any thoughts on why searching by ISBN would be painfully slow?

In the following srfsh tests, you'll see that it took over 40 seconds to return a result. I can use other methods, such as open-ils.search.biblio.tcn, and get results within a second.



srfsh# request open-ils.search open-ils.search.biblio.isbn "1400061946"

Received Data: {
  "count":1,
  "ids":[
     126360
  ]

}


------------------------------------
Request Completed Successfully
Request Time in seconds: 43.756154
------------------------------------



Reply via email to