[drupal-devel] Menu cache

Karoly Negyesi karoly at negyesi.net
Tue May 10 14:54:16 UTC 2005


> According to database.mysql there is no index on cid. Can you try adding
> one? Length 15 or so should do.

What's this in database.mysql then?

CREATE TABLE cache (
...
  PRIMARY KEY (cid)

Splitting cache table is a good idea though.



More information about the drupal-devel mailing list