Categories: None [Edit]
multirow_counter
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.
Total
Ranking: 83,082 of 184,827
Downloads: 9,993
Daily
Ranking: 44,558 of 184,813
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
10 | 1,026,916,572 | rake |
19 | 965,431,293 | minitest |
35 | 639,174,701 | activerecord |
196 | 204,218,913 | mysql2 |
Owners
# | Gravatar | Handle |
---|---|---|
1 | shopify |