CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Temporary extra tables?
Pages: [1]

Author Topic: Temporary extra tables?  (Read 414 times)

norris

  • I’m new here
  • *
  • Posts: 19
  • Karma: 0
  • CiviCRM version: 4.6.0
  • CMS version: Joomla
  • MySQL version: 5.5.41-37.0-log
  • PHP version: 5.4.24
Temporary extra tables?
February 20, 2015, 01:08:31 pm
I've installed the latest CiviCRM with Joomla, and am just testing it so far, barely using it at all.  I've twice had problems with extra tables created and having our hosting company suspend our account because we've exceeded our table usage limit.

The first time it happened, I immediately removed all CiviCRM tables to get our site back online, and assumed the extra tables came from enabling logging.

I reinstalled CiviCRM, enabled logging again, and checked the table count, and it was still reasonable for a few days.

Overnight, the table count ballooned again, and the account was suspended again.  In the list of tables shown by the host at the time of their scan, each civicrm_ table has three extra associated tables:

civicrm_acl   123.84 KB
civicrm_acl_after_delete   0.04 KB
civicrm_acl_after_insert   0.04 KB
civicrm_acl_after_update   0.04 KB

But by the time I logged in to phpmyadmin to resolve the issue, those extra tables were gone.

I haven't set up any cron jobs yet, and I can't think of anything I did through the admin interface to trigger those tables to temporarily show up overnight, but disappear by the time I logged in.  Does anyone know what's going on?  This is a serious problem for us.  Thanks for any help!

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Temporary extra tables?
February 20, 2015, 01:39:17 pm
Those are triggers, not tables. PHPMyAdmin will show them to you but they aren't listed under the tables (because they're not).
Try asking your question on the new CiviCRM help site.

norris

  • I’m new here
  • *
  • Posts: 19
  • Karma: 0
  • CiviCRM version: 4.6.0
  • CMS version: Joomla
  • MySQL version: 5.5.41-37.0-log
  • PHP version: 5.4.24
Re: Temporary extra tables?
February 20, 2015, 02:02:31 pm
Aha, that makes sense!

Are the triggers created only when logging is enabled?

Thanks so much!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Temporary extra tables?

This forum was archived on 2017-11-26.