---
title: "ACH : Missing cache_depcalc table!"
date: "2022-01-28T00:27:55+00:00"
summary:
image:
type: "article"
url: "/acquia-cloud-platform/help/94196-ach-missing-cachedepcalc-table"
id: "febd812f-ca7d-45d5-9480-c3ca90269b34"
---

**Issue**
---------

If you face the issue of missing **cache\_depcalc** table then please check below steps:

**Resolution**
--------------

Try to run _drush cr_ on site.

If you still face the issue then try running below command

    drush -l URL ev '$c = \Drupal::service("cache.factory.depcalc"); $t = $c->get("depcalc"); $t->deleteAll();'

![A black square with no visible content or details.](https://acquia.widen.net/content/1e12154e-8f27-45df-985b-9769f27b7607/web/ka06g000001tvcA00N6g00000VCdgi0EM6g000002W0TR.png?animate=true)

![A black and white illustration of a human brain with intricate patterns and detailed lines, depicting neural pathways and cerebral structures.](https://acquia.widen.net/content/87bd5b27-c743-48d4-b5f2-b557e7eed3b9/web/ka06g000001tvcA00N6g00000VCdgi0EM6g000002W0TS.png?animate=true)

Remove URL and add actual site URL.

Not resolved yet, please add below line of code to file _**sites/settings/global.settings.php**_

    $settings['cache']['bins']['depcalc'] = 'cache.backend.database';

![A black square with no visible details or features.](https://acquia.widen.net/content/7063c320-cbfd-488c-9601-2818bd5b186e/web/ka06g000001tvcA00N6g00000VCdgi0EM6g000002W0TT.png?animate=true)

![A black silhouette of a person in a seated yoga pose, meditating with crossed legs and hands on knees.](https://acquia.widen.net/content/cc02e3ef-bd57-48ca-9b25-619f4094402a/web/ka06g000001tvcA00N6g00000VCdgi0EM6g000002W0TU.png?animate=true)