https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38386 Bug ID: 38386 Summary: compare_es_to_db.pl shouldn't retrieve the records from ES Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz It is possible to extract the ids for the resultset without making ES return the records (documents) themselves. This would save processing time in both ends, and memory (building a 5000 docs resultset, serializing it, and deserializing it, needs to take resources). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.