Welcome to Server Circle. It's a friendly site and all levels of experience are welcome. Be aware that we use cookies for your login.
Server Circle - Ask questions about Servers and get answers from experts.
Beta (0.39 sec)
Changing page counts to remove some load from the database server

Any suggestions on how I could change the way page counts are recorded on a site ?

I think I could use AJAX or write them to a text file but that would add IO.

Any clever ideas welcome !
Asked by:
Bogofilter
1565 points
 Report Abuse
 Share Page - Category: Linux Servers - Tags: Changing page counts to remove some load from the database server
 Enter your response
Please use Pastie.org to paste lengthy code or to fix formatting issues with code
  • Responses in reverse (2)

You could use a separate (non-critical master) database for this information by setting a different database connection for specific queries (INSERTs and UPDATES relating to page counts).

Response by:
Trinity
2782 points
The word for the answer to this is "contentious" :)

There's ups and downs to both, IO, consolidation ... as you say.

Tricky.

Response by:
JimmyC
945 points


  • Related Questions
About Us : Contact Us : Etiquette : Terms : CDN Failover : ShorterURL : CDN Fallback : © 2013 Server Circle