added new relic

This commit is contained in:
albert
2012-04-25 14:39:30 -05:00
parent 7d98119644
commit 382340e4aa
4 changed files with 233 additions and 10 deletions

View File

@@ -1,11 +1,4 @@
set statement_timeout = 0;
delete from posts where id < 1000000;
delete from comments where post_id < 1000000;
delete from favorites where post_id < 1000000;
delete from flagged_post_details where post_id < 1000000;
delete from note_versions where post_id < 1000000;
delete from notes where post_id < 1000000;
delete from pools_posts where post_id < 1000000;
delete from post_appeals where post_id < 1000000;
delete from post_tag_histories where post_id < 1000000;
delete from post_votes where post_id < 1000000;
delete from posts where id < 1140000;
delete from post_appeals where post_id < 1140000;
vacuum analyze;