Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: change maxLineSize from 256*1024 to 1024*1024#550

Merged
xiangyu5632 merged 1 commit intomainfrom
maxlinesize
Apr 9, 2024
Merged

chore: change maxLineSize from 256*1024 to 1024*1024#550
xiangyu5632 merged 1 commit intomainfrom
maxlinesize

Conversation

@xiangyu5632
Copy link
Member

What problem does this PR solve?

Issue Number: fix #435

What is changed and how it works?

Solve the following problems:
openGemini currently supports a maximum of 256KB for a single row of data. When there are many columns, a single row of data may exceed 256KB.

change the maxLineSize from 256*1024 to 1024*1024

@codecov
Copy link

codecov bot commented Apr 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.76%. Comparing base (2fdf290) to head (00a6f07).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #550      +/-   ##
==========================================
+ Coverage   74.72%   74.76%   +0.04%     
==========================================
  Files         553      553              
  Lines      117700   117700              
==========================================
+ Hits        87950    87998      +48     
+ Misses      24344    24300      -44     
+ Partials     5406     5402       -4     

@xiangyu5632 xiangyu5632 merged commit 11995fc into main Apr 9, 2024
Chenxulin97 pushed a commit to Chenxulin97/openGemini that referenced this pull request May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

insert error: {"error": "cannot read influx line protocol data: too long line: more than 262144 bytes"}

2 participants