Skip to content

Commit 48b9d4f

Browse files
committed
Merge branch 'fn_dblog' of https://github.com/SimonCropp/Delta into fn_dblog
2 parents e9d364e + be808ec commit 48b9d4f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

readme.md

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

2828
* Frequency of updates to data is relatively low compared to reads
29-
* Using SQL Server or Postgres timestamp features
30-
* 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)
31-
* 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
32-
29+
* 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
3330

3431

3532
## 304 Not Modified Flow

0 commit comments

Comments
 (0)