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 <[email protected]> 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.html > Sent from the Koha-general mailing list archive at Nabble.com. > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

