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

Support split the encoded wal payload in columnar format #1308

Open
ShiKaiWi opened this issue Nov 15, 2023 · 0 comments
Open

Support split the encoded wal payload in columnar format #1308

ShiKaiWi opened this issue Nov 15, 2023 · 0 comments
Labels
feature New feature or request

Comments

@ShiKaiWi
Copy link
Member

Describe This Problem

Although wal payload in columnar format is supported, the feature is not offered to split the payload in columnar format to avoid large wal log. And in some cases, large wal logs may lead to bad peformance.

Proposal

For the rowwise wal payload, the manual split on the encoded rows helps reduce the wal log's size. However, it's hard to split the columnar payload. Maybe let the wal manager implement to provide the split mechanism is better so that there is no need to manipulate the encoded payload encoded in different format.

Additional Context

No response

@ShiKaiWi ShiKaiWi added the feature New feature or request label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant