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 to read the append queue table in order in batch mode #4148

Open
2 tasks done
Aitozi opened this issue Sep 9, 2024 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@Aitozi
Copy link
Contributor

Aitozi commented Sep 9, 2024

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Currently, in batch mode, we do not respect the order of the append queue table. I believe that maintaining the order can be beneficial in certain situations. For instance, if the order is not preserved, each time we batch read from a queue table and write into a first_row table, the results will vary. Therefore, I suggest adding a mode that allows batch reading to also preserve the order within buckets.

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@Aitozi Aitozi added the enhancement New feature or request label Sep 9, 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
Projects
None yet
Development

No branches or pull requests

1 participant