Skip to content

Cache result of YdbDatabaseMetaDataImpl.tables() #8

@alex268

Description

@alex268

Every call of getTables(), getColumns() or getIndexes() makes recursive scan of all table in all directories. We can use short-live cache for it, because usally all these calls are made in the same time (on application initialization etc.)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions