Skip to content

Local cache for catalog #816

Closed
Closed
@v0y4g3r

Description

What type of enhancement is this?

Performance

What does the enhancement do?

CatalogManager's schema/table API in in the critical path of every table request. Current implementation is a workaround since arrow-datfusion catalog is sync method while the implementation is async, which may introduce extra overhead.

I opened an issue for async version of Catalog APIs and arrow-datafusion's async catalog api is still under development. We may end up with building a local cache for catalogs/schemas/tables.

Implementation challenges

NA

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions