Skip to content

Commit 0b923b2

Browse files
committed
Update readme.source.md
1 parent b128fdb commit 0b923b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

readme.source.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ Effectively consumers will always receive the most current data, while the load
1919
## Assumptions
2020

2121
* Frequency of updates to data is relatively low compared to reads
22-
* Using SQL Server or Postgres timestamp features
23-
* SQL Server: Using either [SQL Server Change Tracking](https://learn.microsoft.com/en-us/sql/relational-databases/track-changes/track-data-changes-sql-server) and/or [SQL Server Row Versioning](https://learn.microsoft.com/en-us/sql/t-sql/data-types/rowversion-transact-sql)
24-
* Postgres: [track_commit_timestamp](https://www.postgresql.org/docs/17/runtime-config-replication.html#GUC-TRACK-COMMIT-TIMESTAMP) is enabled. This can be done using `ALTER SYSTEM SET track_commit_timestamp to "on"` and then restarting the Postgres service
25-
22+
* Using SQL Server or Postgres. Postgres required [track_commit_timestamp](https://www.postgresql.org/docs/17/runtime-config-replication.html#GUC-TRACK-COMMIT-TIMESTAMP) to be enabled. This can be done using `ALTER SYSTEM SET track_commit_timestamp to "on"` and then restarting the Postgres service
2623

2724

2825
## 304 Not Modified Flow

0 commit comments

Comments
 (0)