DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

Encyclopedia > Article

Event Stores

Event stores are database management systems implementing the concept of event sourcing. They persists all state changing events for an object together with a timestamp, thereby creating time series for individual objects. The current state of an object can be inferred by replaying all events for that object from time 0 till the current time.

In contrast, the other types of DBMS store the current state of an object (and loose the history, if not explicitly modelled).

As an example, for a shopping cart object each insertion of a product (product name, quantity, price) would be persisted as a new event.

Supported operations on Event Stores are the addition of new events and querying event time series for objects. Not supported are modifications or deletions of already persisted events. That simplifies maintaining consistency in distributed systems.

Due to performance reasons many Event Stores realize concepts for holding snapshots (object states at a specific point in time).

Most popular examples

Find more details in our event store ranking.



Featured Products

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Redgate pgCompare logo

pgCompare - PostgreSQL schema comparison for faster, safer deployments.
Stay in control of schema changes across dev, test, and production.
Try pgCompare

MongoDB logo

Build modern apps where you want, how you want, at the speed you want with MongoDB Atlas.
Get started free.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here