RubyGems Navigation menu

multirow_counter 0.0.1

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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

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

Runtime 依赖 (1):

Development 依赖 (1):

mysql2 >= 0

业主:

作者:

  • Jesse Storimer

SHA 256 校验和:

4e7dc9768f3677b6b3a497872df0184e05026b4b5fb2b04ce54b80d98f3cc6e1

下载总量 9,520

这个版本 3,133

许可:

需要的 Ruby 版本:

链接: