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

We have to resolve tx size issue in BIG CSV upload #2772

Open
U-lis opened this issue Aug 21, 2024 · 0 comments
Open

We have to resolve tx size issue in BIG CSV upload #2772

U-lis opened this issue Aug 21, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@U-lis
Copy link
Contributor

U-lis commented Aug 21, 2024

Currently, we have Tx body size limit in block policy and this cuts Tx. with too large body.
But this causes issues whenever we update big CSV with table patch.
We can extend Tx size limit but this is not an real solution but we have no good idea to resolve this.

Suggestions

  • We may compress CSV data with gzip or something and decompress in action.
  • We may fix table patch action to update or append data. We can make big table state with multiple small CSV patches.
@U-lis U-lis added bug Something isn't working help wanted Extra attention is needed labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

1 participant