Discover all the things you can do with RavenDB
Check out the dev hub, read some docs, or hear from our customers.
Learn about us, what we’re building today, and where we’re going tomorrow
Aviv Rahmany is a software developer at RavenDB, working across multiple layers of the tech stack to improve the reliability and performance of RavenDB’s core engine.
Introduction In distributed applications, a common requirement is to perform high-frequency counting operations, such as tracking user actions, logging events, or maintaining counters. These operations need to be handled efficiently across multiple nodes to ensure consistency and accuracy. One typical example is rating systems, where users…