increase AUTH register sizes, from 4G to 20G (like biblios has)
We often have zebra indexing fail, as the current authorities index-size is too small (4 gigs) this patch fixes this problem by increasing the index-size to match the default size for the 'biblio' indexes (20 gigs)
Created attachment 31914 [details] [review] Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G To test... - apply patch - build and install a new Koha .deb from patched codebase - create a new Koha instance - add some authority records to instance - do a full zebra reindex - do an authorities search, and get some results note: this patch does not fix existing Koha instances, just new ones
Are there any negative effects to having a large index size? Probably not that outweighs the disadvantages to having one that's too small...
(In reply to Robin Sheat from comment #3) > Are there any negative effects to having a large index size? Probably not > that outweighs the disadvantages to having one that's too small... afaik, no - everything 'just works' as expected
Created attachment 32606 [details] [review] Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G To test... - apply patch - build and install a new Koha .deb from patched codebase - create a new Koha instance - add some authority records to instance - do a full zebra reindex - do an authorities search, and get some results note: this patch does not fix existing Koha instances, just new ones Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Created attachment 32656 [details] [review] [PASSED QA] Bug 11362 - increase zebra AUTH register sizes, from 4G to 20G To test... - apply patch - build and install a new Koha .deb from patched codebase - create a new Koha instance - add some authority records to instance - do a full zebra reindex - do an authorities search, and get some results note: this patch does not fix existing Koha instances, just new ones Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Works as expected, cause's no regressions. Passing QA
Patch pushed to master. Thanks Mason!