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] Support incremental refresh in refresh index statement #100

Closed
dai-chen opened this issue Oct 24, 2023 · 1 comment
Closed

[FEATURE] Support incremental refresh in refresh index statement #100

dai-chen opened this issue Oct 24, 2023 · 1 comment
Labels
0.2 enhancement New feature or request

Comments

@dai-chen
Copy link
Collaborator

Is your feature request related to a problem?

Currently, all refresh index statement only support manual refresh and always pass RefreshMode.FULL to underlying refreshIndex() API. Re-trigger incremental refresh is also useful when we can support stop incremental refreshing.

What solution would you like?

  1. Remove RefreshMode param in refreshIndex() API [TBD]
  2. refreshIndex() API decides RefreshMode accordingly to auto_refresh option in index metadata
@dai-chen dai-chen added the enhancement New feature or request label Oct 24, 2023
@dai-chen dai-chen self-assigned this Oct 24, 2023
@dai-chen dai-chen changed the title [FEATURE] Improve refresh index statement [FEATURE] Support incremental mode in refresh index statement Oct 24, 2023
@dai-chen dai-chen changed the title [FEATURE] Support incremental mode in refresh index statement [FEATURE] Support incremental refresh in refresh index statement Oct 24, 2023
@dai-chen
Copy link
Collaborator Author

Just found this may require changes from PPL plugin side.

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

No branches or pull requests

1 participant