Jump to content

MySQL Count Page Impressions Persistant Connection


itsliamoco

Recommended Posts

I am trying to figure out the best way to record page impressions in my MySQL database. This count will be coming from multiple websites and webpages, so could be millions per day.

 

I could run into the problem of exceeding max connections to my database if thousands of connections are made at the same time. Would opening a persistent connection remove the problem of exceeding max connections or should I increase the number of max connections my database will allow?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.