WordPress saves revisions of every post by default. Limiting the number saves database space. Add to your wp-config.php file (before “That’s all, stop editing!”). For more on improving performance.
define( 'WP_POST_REVISIONS', 3 );Set 0 to disable completely or a number (e.g. 3-5) to limit.