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

Enable Custom Database Connections for Health Data #216

Merged
merged 4 commits into from
Feb 3, 2024

Conversation

eusonlito
Copy link
Contributor

Hi! This PR introduce the capability for the EloquentHealthResultStore to support a different database connection to store the data.

The primary motivation behind this enhancement is to enable applications to maintain a clean and focused main database by offloading monitoring logs to a separate database. In many applications, especially those with high traffic or complex data structures, the main database is optimized for performance and critical operations. Monitoring logs, while essential for maintaining the health and performance of the application, can quickly grow in size and potentially clutter the main database. This can lead to decreased performance and complicate database maintenance tasks.

Regards!

@freekmurze freekmurze merged commit b313ffe into spatie:main Feb 3, 2024
@eusonlito
Copy link
Contributor Author

❤️

@eusonlito eusonlito changed the title Added Different Database Connection Support Enable Custom Database Connections for Health Data Feb 3, 2024
@wizzymore wizzymore mentioned this pull request Feb 10, 2024
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.

2 participants