Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/glossary/business-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ import FeatureAvailability from '@site/src/components/FeatureAvailability';

When working in complex data ecosystems, it is very useful to organize data assets using a shared vocabulary. The Business Glossary feature in DataHub helps you do this, by providing a framework for defining a standardized set of data concepts and then associating them with the physical assets that exist within your data ecosystem.

Within this document, we'll introduce the core concepts comprising DataHub's Business Glossary feature and show you how to put it to work in your organization.
Within this document, we'll introduce the core concepts comprising DataHub's Business Glossary feature and show you how to put it to work in your organization.

## Handling Large Glossary Terms

Managing a large number of glossary terms in DataHub can impact performance. Here are some best practices and considerations:

- **Search Performance**: Optimize search operations by tuning index settings and using powerful hardware to handle large datasets efficiently.
- **UI Performance**: Implement pagination or lazy loading to improve UI rendering when dealing with large lists of glossary terms.
- **Database Optimization**: Configure the database to efficiently manage large volumes of data, ensuring it can handle increased load.
- **Resource Scaling**: Scale up resources such as CPU, memory, and database capacity to accommodate a large number of glossary terms.
- **Monitoring and Maintenance**: Regularly monitor performance and conduct maintenance to identify and address potential bottlenecks.

These strategies will help maintain optimal performance of your DataHub instance when managing large volumes of glossary terms.

### Terms & Term Groups

Expand Down