Skip to content

Commit

Permalink
SQL-based stores support truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Jul 19, 2024
1 parent 21e940c commit 5eb115d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/versioned_docs/version-0.15/infra/mssql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ builder.Services.AddEventStore<SqlServerStore>();

When that's done, Eventuous will use SQL Server for persistence in command services.

:::note
At this moment, the SQL Server event store implementation doesn't support stream truncation.
:::

## Subscriptions

Eventuous supports two types of subscriptions to SQL Server: global and stream. The global subscription is a catch-up subscription, which means that it reads all events from the beginning of the event log. The stream subscription is also a catch-up subscription, but it only reads events from a specific stream.
Expand Down
4 changes: 0 additions & 4 deletions docs/versioned_docs/version-0.15/infra/postgres/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ builder.Services.AddEventStore<PostgresStore>();

When that's done, Eventuous will use Postgres for persistence in command services.

:::note
At this moment, the Postgres event store implementation doesn't support stream truncation.
:::

## Subscriptions

Eventuous supports two types of subscriptions to Postgres: global and stream. The global subscription is a catch-up subscription, which means that it reads all events from the beginning of the event log. The stream subscription is also a catch-up subscription, but it only reads events from a specific stream.
Expand Down

0 comments on commit 5eb115d

Please sign in to comment.