-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(loadIndices): loadIndices upgrade #14928
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
david-leifker
wants to merge
11
commits into
master
Choose a base branch
from
load-indices
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+6,054
−280
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bundle ReportBundle size has no change ✅ |
45a2fb3
to
3700542
Compare
3700542
to
ec2b7d7
Compare
ec2b7d7
to
995488e
Compare
cbaca2e
to
94d7631
Compare
✅ Meticulous spotted 0 visual differences across 971 screens tested: view results. Meticulous evaluated ~8 hours of user flows against your PR. Expected differences? Click here. Last updated for commit 7f486f9. This comment will update as new commits are pushed. |
7f486f9
to
36f8680
Compare
jmacryl
reviewed
Oct 8, 2025
...-upgrade/src/main/java/com/linkedin/datahub/upgrade/loadindices/LoadIndicesIndexManager.java
Outdated
Show resolved
Hide resolved
RyanHolstien
reviewed
Oct 8, 2025
metadata-io/src/main/java/com/linkedin/metadata/service/UpdateIndicesService.java
Show resolved
Hide resolved
RyanHolstien
reviewed
Oct 8, 2025
...in/java/com/linkedin/metadata/search/elasticsearch/client/shim/impl/Es8SearchClientShim.java
Outdated
Show resolved
Hide resolved
RyanHolstien
reviewed
Oct 8, 2025
...data-io/src/main/java/com/linkedin/metadata/search/elasticsearch/update/ESBulkProcessor.java
Show resolved
Hide resolved
RyanHolstien
reviewed
Oct 8, 2025
...-upgrade/src/main/java/com/linkedin/datahub/upgrade/loadindices/LoadIndicesIndexManager.java
Outdated
Show resolved
Hide resolved
RyanHolstien
approved these changes
Oct 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
devops
PR or Issue related to DataHub backend & deployment
docs
Issues and Improvements to docs
pending-submitter-merge
product
PR or Issue related to the DataHub UI/UX
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
LoadIndices Upgrade - High-Performance Bulk Metadata Loading
Documentation: https://github.com/datahub-project/datahub/blob/45a2fb3e2236540c31568984a92d3ba98fc15a9f/docs/how/load-indices.md
🎯 Feature Overview
This PR introduces LoadIndices, a high-performance upgrade system designed for bulk loading metadata aspects directly from the database into Elasticsearch/OpenSearch indices. Unlike traditional restore operations that prioritize correctness, LoadIndices is optimized for speed and throughput during initial deployments and large-scale data migrations.
🚀 Core Capabilities
High-Performance Bulk Loading
metadata_aspect_v2
table to search indicesIntelligent Index Management
Enterprise Integration
⚡ Performance Benefits
📋 Key Use Cases
LoadIndices makes strategic architectural trade-offs to prioritize performance over consistency:
This feature enables organizations to efficiently populate their DataHub search indices during initial setup or large-scale migrations, providing a fast path to getting DataHub operational with comprehensive metadata search capabilities and enterprise-grade performance.