You able to clear DB by you self without module. Make backup before using.
Case 1
Remove data from those tables
Run following command in your phpMyAdmin:
TRUNCATE TABLE ps_connections;
TRUNCATE TABLE ps_connections_page;
TRUNCATE TABLE ps_connections_source;
TRUNCATE TABLE ps_pagenotfound...