Skip to content

Commit

Permalink
tidb: add a note for cross-join (#18817) (#18824)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Sep 6, 2024
1 parent e7113c9 commit 5c6253b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ Configuration items related to performance.
- Default value: `true`
- TiDB supports executing the `JOIN` statement without any condition (the `WHERE` field) of both sides tables by default; if you set the value to `false`, the server refuses to execute when such a `JOIN` statement appears.

> **Note:**
>
> When creating a cluster, **DO NOT** set `cross-join` to false. Otherwise, the cluster will fail to start up.
### `stats-lease`

- The time interval of reloading statistics, updating the number of table rows, checking whether it is needed to perform the automatic analysis, using feedback to update statistics and loading statistics of columns.
Expand Down

0 comments on commit 5c6253b

Please sign in to comment.