hyrise / hyrise-v1

HYRISE In-Memory Hybrid Storage Engine (archived, now developed in hyrise/hyrise repo)
https://github.com/hyrise/hyrise
MIT License
89 stars 44 forks source link

Dumped tables are not added to StorageManager after loading #416

Open Bensk1 opened 8 years ago

Bensk1 commented 8 years ago

Tables loaded via LoadDumpedTable will not be added to the StorageManager. They will also not be named properly. The behavior of LoadDumpedTable should be similar to the behavior of GetTable. Using loaded tables is straightforward when they have been added to the StorageManager.