RubyGems Navigation menu

multirow_counter 0.0.2

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:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

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

Runtime Abhängigkeiten (1):

Development Abhängigkeiten (1):

mysql2 >= 0

Besitzer:

Autoren:

  • Jesse Storimer

SHA 256-Prüfsumme:

5154637df0fd5771264cfc579791287c6e98ec289ce502e6da2e041e9fe6666a

Downloads insgesamt 9.507

Für diese Version 3.011

Lizenzen:

k.A.

Erforderliche Ruby-Version: None

Links: