planner, CTE, view: Fix default inline CTE which contains orderby/limit/distinct and inside of view | tidb-test=pr/2415 by elsa0520 · Pull Request #56609 · pingcap/tidb · GitHub Order by, limit, distinctを含むCTEが他のCTEによって参照されている場合にインラインかしないようにしています。
dep: update dependencies to update go-farm by lance6716 · Pull Request #56653 · pingcap/tidb · GitHub 利用する github.com/pingcap/badger のバージョンを更新しています。
dep: upgrade github.com/dgryski/go-farm by lance6716 · Pull Request #56645 · pingcap/tidb · GitHub 利用する github.com/dgryski/go-farm のバージョンを更新しています。
script: update guide to use `git apply -` to resolve bazel change by lance6716 · Pull Request #56646 · pingcap/tidb · GitHub Bazelの設定を更新しています。
Makefile: add bazel_mirror_upload entry by lance6716 · Pull Request #56648 · pingcap/tidb · GitHub Makefile を更新しています。
metrics: let resource group selector take effect to all panels by glorv · Pull Request #56573 · pingcap/tidb · GitHub リソースコントロールのパネルでリソースグループを選択すると他のパネルにも反映されるようにしています。
ddl: job context will be canceled when cancel or pause job by lance6716 · Pull Request #56404 · pingcap/tidb · GitHub DDL jobを一時停止またはキャンセルするとjop contextもキャンセルされるようにしています。
planner, stats: skip (auto) analyze on vector column and index by winoros · Pull Request #56584 · pingcap/tidb · GitHub Vector型のカラムとインデックスをauto analyzeの対象から外しています。
test: add tests for `IMPORT INTO` statement with Foreign Key by YangKeao · Pull Request #56568 · pingcap/tidb · GitHub Foreign key付きのテーブルへの
IMPORT INTO
のテストを追加しています。ddl: process temp global index correctly by Defined2014 · Pull Request #56608 · pingcap/tidb · GitHub Global index利用時のassertion failureを修正しています。
- client: move option to option.go by okJiang · Pull Request #8699 · tikv/pd · GitHub
オプションを
option.go
に移動しています。
OWNERS: Auto Sync OWNERS files from community membership by ti-chi-bot · Pull Request #17647 · tikv/tikv · GitHub OWNERS ファイルを更新しています。
In-memory engine: fix unsafe-destroy-range/delete-range does not trigger eviction by SpadeA-Tang · Pull Request #17646 · tikv/tikv · GitHub In memory engineでunsafe-destroy-range/delete-rangeでtrigger evictionを行うようにしています。
In-memory Engine: align config names with spec by overvenus · Pull Request #17640 · tikv/tikv · GitHub 設定項目名の変更を行っています。
performance-tuning-practices: fix wrong number by shaoxiqian · Pull Request #19125 · pingcap/docs · GitHub performance-tuning-practices.md を更新しています。
planner: add variables for instance plan cache by qw4990 · Pull Request #18830 · pingcap/docs · GitHub
tidb_enable_instance_plan_cache
の説明を追加しています。partition: global index GA by hfxsd · Pull Request #18940 · pingcap/docs · GitHub Global indexes をGAとしています。
optimizer-fix-controls: Add optimizer fix control 47400 for controlling zero estRows by terry1purcell · Pull Request #18587 · pingcap/docs · GitHub
tidb_opt_fix_control
47400
の説明を追加しています。v7.5.4 release notes by hfxsd · Pull Request #19050 · pingcap/docs · GitHub TiDB 7.5.4のリリースノートを追加しています。
Deprecated `tidb_enable_table_partition`, `tidb_enable_list_partition` and `tidb_enable_global_index` by mjonss · Pull Request #18984 · pingcap/docs · GitHub
tidb_enable_table_partition
,tidb_enable_list_partition
,tidb_enable_global_index
をdeprecatedにしています。TiDB supports `MID(str, pos[, len])` by dveeden · Pull Request #18669 · pingcap/docs · GitHub
MID(str, pos[, len])
の説明を追加しています。add 52592 fix control by dbsid · Pull Request #19009 · pingcap/docs · GitHub
tidb_opt_fix_control
52592
の説明を追加しています。add description about limitation by D3Hunter · Pull Request #19068 · pingcap/docs · GitHub tidb-limitations.md を更新しています。
resource_control: support config background tasks resource limit by glorv · Pull Request #18945 · pingcap/docs · GitHub
priority-ctl-strategy
の説明を追加しています。sysvars: add `tidb_shard_row_id_bits` and `tidb_pre_split_regions` by jackysp · Pull Request #18917 · pingcap/docs · GitHub
tidb_shard_row_id_bits
とtidb_pre_split_regions
の説明を追加しています。add tikv date_add/date_sub/adddate/subdate functions by gengliqi · Pull Request #18907 · pingcap/docs · GitHub TiKVにpushdown可能な関数、date_add/date_sub/adddate/subdate を追加しています。
sys-var: change `tidb_scatter_region` usage definition by hfxsd · Pull Request #18901 · pingcap/docs · GitHub
tidb_scatter_region
の説明を追加しています。config: update doc of tidb tikv-client.grpc-keepalive-timeout config by crazycs520 · Pull Request #18898 · pingcap/docs · GitHub
grpc-keepalive-time
とgrpc-keepalive-timeout
の最小値の説明を追加しています。planner: change default of tidb_opt_prefer_range_scan by terry1purcell · Pull Request #18876 · pingcap/docs · GitHub
tidb_opt_ordering_index_selectivity_threshold
の説明を更新しています。region: update region-size from 96MB to 256MB. by LykxSassinator · Pull Request #18558 · pingcap/docs · GitHub TiDB 8.4からデフォルトのリージョンサイズを 256 MiB に変更しています。
Add docs for hash join v2 by windtalker · Pull Request #18893 · pingcap/docs · GitHub
tidb_hash_join_version
の説明を追加しています。string-functions: Explain binary-as-hex behavior by dveeden · Pull Request #19117 · pingcap/docs · GitHub
HEX()
関数の説明を更新しています。
2024年10月15日にTiDB Operatorのコミットはありませんでした。
2024年10月15日にTiFlowのコミットはありませんでした。
Storages: fix outdated unit tests by Lloyd-Pottiger · Pull Request #9528 · pingcap/tiflash · GitHub ユニットテストを更新しています。
Storages: add unit test check read correctness when there is ColumnFileBig whose range is larger than segment range by Lloyd-Pottiger · Pull Request #9526 · pingcap/tiflash · GitHub ユニットテストを追加しています。
Storage: Fix `getSquashDeleteRange` does not return correctly squashed key-range when using common-handle by JaySon-Huang · Pull Request #9530 · pingcap/tiflash · GitHub
getSquashDeleteRange
が正しい値を返すようにしています。*: Remove useless column serialize format by Lloyd-Pottiger · Pull Request #9519 · pingcap/tiflash · GitHub 不要なシリアライズフォーマットを削除しています。
2024年10月15日にTiProxyのコミットはありませんでした。