Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.0
Description
Description -
Problem -
1. Redundant check if table is present or not
2. Currently in order to get all constraint form the cachedstore. 6 different call is made with in the cached store. Which led to 6 different call to raw store
3. If constraints are null and valid then also a redundant call is made to raw store.
DOD
1. Create a flag which tell weather constraint snapshot is valid or not.
2. if incremental addition happen to any of the constraint mark snapshot as invalid and let updater thread to update cache with valid snapshot data.
3. Combine individual constraint call into one call for refresh and creation.
Attachments
Issue Links
- Blocked
-
HIVE-23695 [CachedStore] Add check/default constraints in CachedStore
- Closed
- is cloned by
-
HIVE-23834 [CachedStore] Add flag in TableWrapper in CacheStore to check if constraints are set or not
- Closed
- links to