Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Cache index mapping and all related stuff in the plugin engine #1783

Open
Yury-Fridlyand opened this issue Jun 26, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Yury-Fridlyand
Copy link
Collaborator

Is your feature request related to a problem?
SQL plugin queries index mapping every query executed.

What solution would you like?
Store index mapping, type environment, data types and all used things in memory. As a cache key index modification time could be used (if it is possible to retrieve it) or a checksum.
This will speed up consecutive execution of queries on the same indices.

What alternatives have you considered?
N/A

Do you have any additional context?
N/A

@Yury-Fridlyand Yury-Fridlyand added enhancement New feature or request untriaged maintenance Improves code quality, but not the product and removed untriaged labels Jun 26, 2023
@acarbonetto acarbonetto removed the maintenance Improves code quality, but not the product label Jul 31, 2023
@acarbonetto
Copy link
Collaborator

Removing maintenance label. This is a feature/enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants