---
title: "How can I prevent the revisions table cohesion_layout from growing too large?"
date: "2021-04-27T15:31:02+00:00"
summary: "Manage Drupal node revisions and prevent cohesion_layout table bloat with the Node Revision Delete module. Automate cleanup, improve site performance, and maintain a streamlined database effortlessly."
image:
type: "article"
url: "/drupal-starter-kits/add-ons/site-studio/help/64596-how-can-i-prevent-revisions-table-cohesionlayout-growing-too-large"
id: "f80d749e-d921-4440-9c7f-d4fc3e247ad9"
---

Use the "Node Revision Delete" contributed module to manage your node and associated cohesion\_layout revisions.

_cohesion\_layout_ revisions are deleted automatically when a parent node revision is deleted. To manage and regularly clean up node revisions automatically we recommend using the "[Node Revision Delete](https://www.drupal.org/project/node_revision_delete)" module. Regular deletions of node revisions done by the module will also clean up associated _cohesion\_layout_ revisions. 

For more information, see [Managing revisions](/drupal-starter-kits/add-ons/site-studio/managing-revisions "Managing revisions").