Kazuhiro Saito
Kazuhiro Saito
This PR makes all catalogs to be initialized in catalog bootstrap for checkpoints. This targets following two catalogs addressed in issue #1246. **`ColumnStatsCatalog`** is initialized in bootstrap of `SystemCatalogs`. To...
This PR refactors setting stuff in order to enable checkpoint manager to recover setting values. In addition, added some convenient functions. **- Fix Points of SettingsManager** 1. Change All set...
- SettingsManager controls transaction for SettingsCatalog. So checkpoints can’t recover settings due to nested transaction. - ~~Can’t add new settings after Peloton booting. So we can’t implement SET command.~~ -...