<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">We gain:<br>- a very straightforward of saving drafts<br>- the equivalent of Angie&#39;s revision moderation - in core
<br>- easier programming API<br>- less cluttered UI<br>- improved preview workflow</blockquote><div><br>Better performance and we would gain better concurrent edits behaviour. At least the state of the data will be consistent.
<br><br>INSERT only is far simpler, and allows you to actually reason about what is in your db.<br><br>cron driven garbage collection, regardless whether it is time based, or some cut-off number or both is simple and fast. It will simplify a lot not only core, but the logic of various &#39;relations&#39; modules.
<br><br>Introducing a node garbage collector, might require some kind of labelling, so that essential revisions are kept. If this is done out of your face, when I actually require it, it will be a beneficial feature.<br></div>
<br>Overall ++ for this. Dries has a point that we need to be able to keep the basic user happy. <br>It could simply mean - automatic log messages, automatic revisions, automatic garbage collection, with reasonable default presets. For advanced usage, you will need to configure your site anyway, so it is better you go through the settings.
<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I spend a lot of time worrying about performance, yet this change<br>doesn&#39;t concern me. 
</blockquote><div><br>It might&nbsp; actually improve performance. On lightweight sites, there won&#39;t be any real difference. On heavy sites, There will be small peaks, on garbage collector runs, but the overall load should reduce. In theory. In the worst case, the performance will be the same. If you want to analyse the performance, you can go through the garbage collection vs reference counting arguments. This is the same, but for db.
<br><br></div><br></div><br>