Request for Indexing Data Lake Tables
The objective of this project is to create indexes for the Data Lake tables. This initiative aims to improve the performance of external applications that query the data stored in the Data Lake.
Description:
- Review of the tables present in the Data Lake.
- Identification of the most queried tables by external applications.
- Evaluation of the most frequent queries to understand usage patterns.
- Development of specific indexes for each table based on query analysis.
- Implementation of indexes on tables identified as priorities.
- Ensuring that the created indexes meet performance needs without compromising storage efficiency.