Merged PRs
dolt
- 8128: Bug fix:
dolt_reset()
should commit the active transaction
Fixes: #6272 - 8127: cache table list
RootValue caches a hash of its table list, which is invalidated when we update the table address list. The hash is used to cache a map of table names in the root value and expedites table retrieval duringplanbuilder
. The cache could be used elsewhere for performance in the future.
dolthub/doltgresql#503