Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.3.1
-
None
-
None
Description
When a phoenix view is dropped, it runs a scan on the SYSTEM.CATALOG table looking for the link record. Since the link record is in the format CHILD-PARENT, it has to scan the entire table to find the parent suffix. For the long term solution, we can write two link records, the existing CHILD-PARENT and a new PARENT-CHILD so that the findChildViews() method can use a key range scan.
Attachments
Attachments
Issue Links
- breaks
-
PHOENIX-3870 Backward compatibility fails between v4.9.0 and head of 4.x (4.11-SNAPSHOT)
- Resolved
-
PHOENIX-4229 Parent-Child linking rows in System.Catalog break tenant view replication
- Resolved