-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4.0
-
Fix Version/s: 1.6.0
-
Component/s: None
-
Labels:None
Currently the cache initialization logic is sequential viz. It sequentially retrieves the DB objects, then the Table and partition objects within a bunch of nested for loops. For schemas with many tables/partitions, this might take a while. This should be optimized