Skip to content

Commit

Permalink
IMPORT, schema changes don't use protected ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rmloveland committed Mar 13, 2023
1 parent 5a10aee commit 8326c9e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions v21.2/architecture/storage-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@ CockroachDB regularly garbage collects MVCC values to reduce the size of data st

Garbage collection can only run on MVCC values which are not covered by a *protected timestamp*. The protected timestamp subsystem exists to ensure the safety of operations that rely on historical data, such as:

- [Imports](../import.html), including [`IMPORT INTO`](../import-into.html)
- [Backups](../backup.html)
- [Changefeeds](../change-data-capture-overview.html)
- [Online schema changes](../online-schema-changes.html)

Protected timestamps ensure the safety of historical data while also enabling shorter [GC TTLs](../configure-replication-zones.html#gc-ttlseconds). A shorter GC TTL means that fewer previous MVCC values are kept around. This can help lower query execution costs for workloads which update rows frequently throughout the day, since [the SQL layer](sql-layer.html) has to scan over previous MVCC values to find the current value of a row.

Expand Down
2 changes: 0 additions & 2 deletions v22.1/architecture/storage-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@ CockroachDB regularly garbage collects MVCC values to reduce the size of data st

Garbage collection can only run on MVCC values which are not covered by a *protected timestamp*. The protected timestamp subsystem exists to ensure the safety of operations that rely on historical data, such as:

- [Imports](../import.html), including [`IMPORT INTO`](../import-into.html)
- [Backups](../backup.html)
- [Changefeeds](../change-data-capture-overview.html)
- [Online schema changes](../online-schema-changes.html)

Protected timestamps ensure the safety of historical data while also enabling shorter [GC TTLs](../configure-replication-zones.html#gc-ttlseconds). A shorter GC TTL means that fewer previous MVCC values are kept around. This can help lower query execution costs for workloads which update rows frequently throughout the day, since [the SQL layer](sql-layer.html) has to scan over previous MVCC values to find the current value of a row.

Expand Down
2 changes: 0 additions & 2 deletions v22.2/architecture/storage-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@ CockroachDB regularly garbage collects MVCC values to reduce the size of data st

Garbage collection can only run on MVCC values which are not covered by a *protected timestamp*. The protected timestamp subsystem exists to ensure the safety of operations that rely on historical data, such as:

- [Imports](../import.html), including [`IMPORT INTO`](../import-into.html)
- [Backups](../backup.html)
- [Changefeeds](../change-data-capture-overview.html)
- [Online schema changes](../online-schema-changes.html)

Protected timestamps ensure the safety of historical data while also enabling shorter [GC TTLs](../configure-replication-zones.html#gc-ttlseconds). A shorter GC TTL means that fewer previous MVCC values are kept around. This can help lower query execution costs for workloads which update rows frequently throughout the day, since [the SQL layer](sql-layer.html) has to scan over previous MVCC values to find the current value of a row.

Expand Down
2 changes: 0 additions & 2 deletions v23.1/architecture/storage-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@ CockroachDB regularly garbage collects MVCC values to reduce the size of data st

Garbage collection can only run on MVCC values which are not covered by a *protected timestamp*. The protected timestamp subsystem exists to ensure the safety of operations that rely on historical data, such as:

- [Imports](../import.html), including [`IMPORT INTO`](../import-into.html)
- [Backups](../backup.html)
- [Changefeeds](../change-data-capture-overview.html)
- [Online schema changes](../online-schema-changes.html)

Protected timestamps ensure the safety of historical data while also enabling shorter [GC TTLs](../configure-replication-zones.html#gc-ttlseconds). A shorter GC TTL means that fewer previous MVCC values are kept around. This can help lower query execution costs for workloads which update rows frequently throughout the day, since [the SQL layer](sql-layer.html) has to scan over previous MVCC values to find the current value of a row.

Expand Down

0 comments on commit 8326c9e

Please sign in to comment.