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

[CBRD-25481] Corrects an error in unloaddb when the JSON type column contains data larger than 1MB #5357

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

ctshim
Copy link
Contributor

@ctshim ctshim commented Jul 25, 2024

http://jira.cubrid.org/browse/CBRD-25481

  • unloaddb 수행시 대용량의 json type 데이터를 처리하지 못하고 무한 루프에 빠지는 현상 수정
  • plain text를 담아야 할 버퍼 보다 큰 문자열은 파일에 직접 쓰도록 변경합니다.

@ctshim ctshim added the bug label Jul 25, 2024
@ctshim ctshim added this to the fig-cake milestone Jul 25, 2024
@ctshim ctshim self-assigned this Jul 25, 2024
@ctshim ctshim marked this pull request as ready for review July 25, 2024 07:26
@ctshim ctshim requested a review from kisoo-han as a code owner July 25, 2024 07:26
@ctshim ctshim merged commit eecf199 into CUBRID:develop Jul 28, 2024
9 checks passed
@ctshim ctshim deleted the CBRD-25481_json_type_big_data branch July 28, 2024 22:54
mhoh3963 pushed a commit to mhoh3963/cubrid that referenced this pull request Aug 6, 2024
…contains data larger than 1MB (CUBRID#5357)

http://jira.cubrid.org/browse/CBRD-25481

* Fixed the phenomenon of not being able to process large amounts of json type data and falling into an infinite loop when  performing unloaddb.
* Changed the buffer that should contain plain text to write strings larger than that directly to a file.
mhoh3963 pushed a commit to mhoh3963/cubrid that referenced this pull request Aug 6, 2024
…contains data larger than 1MB (CUBRID#5357)

http://jira.cubrid.org/browse/CBRD-25481

* Fixed the phenomenon of not being able to process large amounts of json type data and falling into an infinite loop when  performing unloaddb.
* Changed the buffer that should contain plain text to write strings larger than that directly to a file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants