Skip to content
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

refactor: output one workbook per EML file #3

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

clnsmth
Copy link
Contributor

@clnsmth clnsmth commented Aug 27, 2024

Optimize performance and maintainability by generating individual workbooks for each EML file instead of a single large workbook. This addresses potential issues with:

  • Performance degradation due to increased data volume.
  • Complexity and difficulty in managing a large, complex table.
  • Data corruption risks associated with a single, interconnected table.

Optimize performance and maintainability by generating individual
workbooks for each EML file instead of a single large workbook. This
addresses potential issues with:
- Performance degradation due to increased data volume.
- Complexity and difficulty in managing a large, complex table.
- Data corruption risks associated with a single, interconnected table.
@clnsmth clnsmth merged commit b6e7c92 into development Aug 27, 2024
3 checks passed
@clnsmth clnsmth deleted the refactor-one-eml-and-workbook branch August 27, 2024 01:27
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.

1 participant