Merged PRs
dolt
- 11178: Mark
dolt_diff_$TABLENAMEto_commitandfrom_commitindexes as non-unique
Thedolt_diff_$TABLENAMEsystem table marked itsto_commitandfrom_commitindexes as unique. A single commit changes many rows, so each commit hash maps to many diff rows and these indexes are not unique.
Fix #11159 - 11177: Bug fix: don't rebuild fulltext indexes unnecessarily
When two sessions are making changes to a table with afulltextindex, the index was unnecessarily getting rebuilt, even when the indexed column wasn't changing in the updates. This change limits when the index is rebuilt to avoid unnecessary rebuilds.
Closed Issues
- 11159:
dolt_diff_$TABLENAME: markto_commitandfrom_commitindexes as non-unique