| Summary: | Campaigns: convert Campaign tables to MyISAM | ||
|---|---|---|---|
| Product: | Community | Reporter: | Denis Roy <denis.roy> |
| Component: | Website | Assignee: | phoenix.ui <phoenix.ui-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Denis Roy
Apologies, the INSERT is performed here: http://git.eclipse.org/c/www.eclipse.org/membership.git/tree/promo/impression.class.php The other issue is that InnoDB tables tend to grow and never release space. Right now, CampaignImpressions is a whopping 21G yet it only has 100M rows. Done. The table size went from 21G to 12G in the process. http://git.eclipse.org/c/www.eclipse.org/membership.git/commit/?id=f243c372c8c9ea4b0a4731b4f0c37aab3ea1f7e0 |