Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Displaying records in the backend just not happening

Displaying records in the backend just not happening 8 years 3 months ago #26234

  • w2kd
  • w2kd's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 88
  • Thank you received: 1
Our database is showing 6k user and 168K user_field_values

Which is probably while it now taking forever for the backend to display anything or something never come back

My take is if the page got load without records and the user filtered on the event to display records.

Or some other simple initial display as I think the code is trying to initially do something with all records and it just not workable on very large databases of registrations.

Please Log in or Create an account to join the conversation.

Displaying records in the backend just not happening 8 years 3 months ago #26235

  • w2kd
  • w2kd's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 88
  • Thank you received: 1
Some more information from the hosting guys while the performance on MySQL is slow.

appear to be queries large enough to lock tables and cause MySQL to start dumping data to disk.
| 5934319 | campsome_joom3 | localhost | campsome_joom3 | Query | 8751 | Copying to tmp table | Select SQL_CALC_FOUND_ROWS u.*, f.* ,f.status fee_status , u.status user_status , e.title , d.code , |
| 5934450 | campsome_joom3 | localhost | campsome_joom3 | Query | 2976 | Waiting for table level lock | select * from kqtpe_dtregister_group_event where 1=1 order by dtstart desc |

Please Log in or Create an account to join the conversation.

Displaying records in the backend just not happening 8 years 3 months ago #26237

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Can some of those 6k records not be archived?? That is the point of archiving... so you don't have to deal with such a massive load of data. When you archive an event, the records also are archived. Still accessible, but they are moved to different tables to take some weight off of the main tables.

Please Log in or Create an account to join the conversation.

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .
  • Page:
  • 1
Time to create page: 0.590 seconds