Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

rubygems.org : 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.

Registry - Source - Homepage - Documentation - JSON
purl: pkg:gem/multirow_counter
License:
Latest release: almost 10 years ago
First release: almost 12 years ago
Dependent repositories: 2
Downloads: 9,536 total
Stars: 7 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 28 days ago

    Loading...
    Readme
    Loading...