http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7021
--- Comment #17 from mathieu saby <[email protected]> --- (In reply to Olli-Antti Kivilahti from comment #16) > BTW. > I am not very keen on adding lots of content to statistics-table. > Because it already is gettting verrrrry large. > I am not looking forward to it getting larger than absolutely necessary. > > We already have old_issues and deleted* to keep as history. > > Our SSD for the DB is only 100GB ;) > > > However I have no data to back up anything. It is possible that suggested > modifications won't enlargen the statistics table significantly. The way Koha is storing statistics is not sufficient at all for a lot of libraries : if you delete some borrower's account, if a borrower's category changes (common in academic libraries), or if you anonymize transactions after a few months (mandatory in some countries), the information stored in statistics table is not sufficient to calculate some figures needed in our annual reports. However, I'm concerned with the "DB size" issue... Do you know if creating columns in a table but NOT filling them (it could depend on the activation of a syspref) will have a significant effect on the size of the database? Mathieu -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
