Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
TAJO-1176 is trying to add queryable catalog information. But, currently Catalog API is not quryable. In other words, Catalog retrieves all tables, and all tablespaces, and all functions. It is not scalable.
It would be great if Catalog API takes some conditions like table_name LIKE 'T%' or table_name = 'orders'. This approach can be adopted to functions, tables, columns, tablespaces, and partitions.
We already use RDBMS as catalog persistent storages. All RDBMSs provides abundant features, including indexing features. They allow very efficient implementations
Attachments
Issue Links
1.
|
Implements Predicates API | Open | Jihun Kang | |
2.
|
Refactor Catalog API to handle a new predicate builder and context | Open | Unassigned |