RubyGems Navigation menu

multirow_counter 0.0.3

Typically SQL is not a great place to store a counter that is incremented often. For instance if you're counting the number of visits to a page by incrementing a SQL column and that page gets popular then there's a good chance that the SQL counter will become a benchmark. This is because doing an UPDATE on the row in question locks the row during the course of the UPDATE. So for many concurrent UPDATES there will be lots of lock contention. This gem helps with that.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.0.3 - June 23, 2014 (10 ko)
  2. 0.0.2 - July 17, 2012 (5 ko)
  3. 0.0.1 - July 16, 2012 (5 ko)

Dépendances de Runtime (1):

Dépendances de Development (3):

minitest >= 0
mysql2 >= 0
rake >= 0

Propriétaires:

Auteurs:

  • Jesse Storimer

Total de contrôle SHA 256:

100e44eb8a299448de5c636350df47b452c423e91a0628f7ada0ebb82c3424eb

Total de téléchargements 9 460

Pour cette version 3 344

License:

aucune

Version de Ruby requise: >= 0

Liens: