Skip to content

Commit

Permalink
Merge pull request cockroachdb#7548 from cockroachdb/dbist-patch-3
Browse files Browse the repository at this point in the history
Update sql-faqs.md
  • Loading branch information
jseldess authored Jun 24, 2020
2 parents 45565d3 + 72314db commit 52364d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v19.1/sql-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ At this time `LATERAL` joins are not yet supported. For details, see [this Gith

## When should I use interleaved tables?

[Interleaving tables](interleave-in-parent.html) improves query performance by optimizing the key-value structure of closely related tables, attempting to keep data on the same key-value range if it's likely to be read and written together.
[Interleaving tables](interleave-in-parent.html) improve query performance by optimizing the key-value structure of closely related tables, attempting to keep data on the same key-value range if it's likely to be read and written together.

{% include {{ page.version.version }}/faq/when-to-interleave-tables.html %}

Expand Down
2 changes: 1 addition & 1 deletion v19.2/sql-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Contention](performance-best-practices-overview.html#understanding-and-avoiding-

## When should I use interleaved tables?

[Interleaving tables](interleave-in-parent.html) improves query performance by optimizing the key-value structure of closely related tables, attempting to keep data on the same key-value range if it's likely to be read and written together.
[Interleaving tables](interleave-in-parent.html) improve query performance by optimizing the key-value structure of closely related tables, attempting to keep data on the same key-value range if it's likely to be read and written together.

{% include {{ page.version.version }}/faq/when-to-interleave-tables.html %}

Expand Down
2 changes: 1 addition & 1 deletion v20.1/sql-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Contention](performance-best-practices-overview.html#understanding-and-avoiding-

## When should I use interleaved tables?

[Interleaving tables](interleave-in-parent.html) improves query performance by optimizing the key-value structure of closely related tables, attempting to keep data on the same key-value range if it's likely to be read and written together.
[Interleaving tables](interleave-in-parent.html) improve query performance by optimizing the key-value structure of closely related tables, attempting to keep data on the same key-value range if it's likely to be read and written together.

{% include {{ page.version.version }}/faq/when-to-interleave-tables.html %}

Expand Down

0 comments on commit 52364d4

Please sign in to comment.