Skip to content

Commit

Permalink
chore(docs): Update header and add publication slot explanation for P…
Browse files Browse the repository at this point in the history
…ulse
  • Loading branch information
nurul3101 committed Oct 14, 2024
1 parent 718ac27 commit 1521b40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ For example, running the following SQL command will set the `REPLICA IDENTITY` t
ALTER TABLE public."User" REPLICA IDENTITY FULL;
```

## Manage your own publication slot
## Manage the tables monitored by Pulse

By default, Pulse monitors all tables for changes in your database. If you want to enable replication for *specific models* or if you use a database provider that restricts superuser access for Prisma Pulse, you can configure your own publication slot. If you want to configure your own publication slot and enable Pulse, you'll need to opt for one of [our paid plans](https://www.prisma.io/pricing#pulse).
By default, Pulse monitors all tables for changes in your database. If you want to enable replication for *specific models* or if you use a database provider that restricts superuser access for Prisma Pulse, you can configure your own publication slot. A publication slot is a reserved space in the primary database that publishes data to replicas. It allows the database to track changes by publishing data from specific tables or operations. If you want to configure your own publication slot and enable Pulse, you'll need to opt for one of [our paid plans](https://www.prisma.io/pricing#pulse).

### Creating a publication slot

Expand Down

0 comments on commit 1521b40

Please sign in to comment.