Skip to content

Comments

branch-2.1: [opt](iceberg docker)Use PostgreSQL as the backend for the Iceberg REST server. #46289#46576

Merged
yiguolei merged 1 commit intobranch-2.1from
auto-pick-46289-branch-2.1
Jan 9, 2025
Merged

branch-2.1: [opt](iceberg docker)Use PostgreSQL as the backend for the Iceberg REST server. #46289#46576
yiguolei merged 1 commit intobranch-2.1from
auto-pick-46289-branch-2.1

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 7, 2025

Cherry-picked from #46289

@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring closed this Jan 7, 2025
@dataroaring dataroaring reopened this Jan 7, 2025
@hello-stephen
Copy link
Contributor

run buildall

@yiguolei yiguolei force-pushed the auto-pick-46289-branch-2.1 branch from fa887d7 to 5df5446 Compare January 8, 2025 14:58
@yiguolei
Copy link
Contributor

yiguolei commented Jan 8, 2025

run buildall

…ST server. (#46289)

### What problem does this PR solve?

Problem Summary:
Use PostgreSQL as the backend for the Iceberg REST server. SQLite does
not support concurrent writes. When multiple engines attempt to operate
on the same database simultaneously, a database lock error will occur.
@yiguolei yiguolei force-pushed the auto-pick-46289-branch-2.1 branch from 5df5446 to 821123d Compare January 9, 2025 00:18
@yiguolei
Copy link
Contributor

yiguolei commented Jan 9, 2025

run buildall

@yiguolei yiguolei merged commit 72cdedc into branch-2.1 Jan 9, 2025
14 of 16 checks passed
@github-actions github-actions bot deleted the auto-pick-46289-branch-2.1 branch January 9, 2025 14:30
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.

4 participants