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] Parallel executor for Integrations installation #1859

Open
RyanL1997 opened this issue May 29, 2024 · 0 comments
Open

[FEATURE] Parallel executor for Integrations installation #1859

RyanL1997 opened this issue May 29, 2024 · 0 comments
Labels
enhancement New feature or request integrations Used to denote items related to the Integrations project

Comments

@RyanL1997
Copy link
Collaborator

RyanL1997 commented May 29, 2024

Description

In version 2.14, we have introduced multiple integrations with the installation procedure of table creation -> materialized view index creation -> skipping index creation. However, this may take up to minutes, since all the above procedure was executed sequentially.

Ideally, after the table creation, instead of a sequential run for both mv index creation and skipping index creation, it can be a parallel run for these indices creation queries.

Solution

A implementation of a parallel executor would be a great improvement for speeding up the above installation procedure.

@RyanL1997 RyanL1997 added enhancement New feature or request untriaged labels May 29, 2024
@Swiddis Swiddis added integrations Used to denote items related to the Integrations project and removed untriaged labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request integrations Used to denote items related to the Integrations project
Projects
Status: No status
Development

No branches or pull requests

2 participants