Koha import_records database
The import_records table of my koha database is 700 MB plus already. If i delete some records/rows here, will I be having problems in the future? Is there a way of deleting partially or fully the import records since we're particularly interested only with biblio records and items? Thank you and good day -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-import-records-database-tp5743627.htm... Sent from the Koha-general mailing list archive at Nabble.com.
Check the cronjob examples, look for: # clean up databases nightly. Be sure not to run this with --sessions during a time when the system is in use! 16 1 * * * $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10 That cronjob properly cleans the database. Regards To+ On Tue, Feb 26, 2013 at 7:59 AM, schnydszch <eugenegf@yahoo.com> wrote:
The import_records table of my koha database is 700 MB plus already. If i delete some records/rows here, will I be having problems in the future? Is there a way of deleting partially or fully the import records since we're particularly interested only with biblio records and items? Thank you and good day
-- View this message in context: http://koha.1045719.n5.nabble.com/Koha-import-records-database-tp5743627.htm... Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
thank you very much. I already did clean-up and did some spring cleaning. And already it's in the cron job and automatically will be run weekly. -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-import-records-database-tp5743627p574... Sent from the Koha-general mailing list archive at Nabble.com.
participants (2)
-
schnydszch -
Tomas Cohen Arazi