Skip to content

DB initializer 고도화 #58

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

Open
nonegom opened this issue Apr 21, 2025 · 0 comments
Open

DB initializer 고도화 #58

nonegom opened this issue Apr 21, 2025 · 0 comments
Assignees
Labels
datahub The integration point that retrieves metadata from DataHub to provide better context for query gener

Comments

@nonegom
Copy link
Contributor

nonegom commented Apr 21, 2025

Why ❓

현재 상황 및 문제점:

  1. 초기 Init과정에서 DB 정보를 받아오는데 시간이 오래 걸렸습니다 (약 10분 이상)
  2. UX적으로도 유저가 DB 정보를 가져오는 단계에서 오류가 발생한 것처럼 생각될 수도 있을 것 같습니다
  3. 또한, DB init단계가 분리되어야 추후 DB 업그레이드가 필요한 경우에도 조금 더 용이할 것으로 생각됩니다.
    Image

How 🤔

해결 방안 ✅:

  • DB Initialize 단계 분리 및 별도의 로직 추가

What 🛠️

  • DB Initialize 로직 분리
  • get_table 로직 고도화
  • 각 단계별 process 과정 시각화 추가
@nonegom nonegom added the datahub The integration point that retrieves metadata from DataHub to provide better context for query gener label Apr 21, 2025
@nonegom nonegom self-assigned this Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datahub The integration point that retrieves metadata from DataHub to provide better context for query gener
Projects
None yet
Development

No branches or pull requests

1 participant