Comment 3 for bug 2009891

Revision history for this message
Jeff Davis (jdavis-sitka) wrote :

The underlying SQL query for the get_contents API can run very slowly, causing the API to be quite sluggish (45-60s in some tests). In my environment, performance can be drastically improved (to ~5s) by changing the core table from biblio.record_entry to container.biblio_record_entry_bucket_item. I'll put together a revised patch to do that.