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

Implement a rolling file appending strategy #9

Open
remie opened this issue Jul 24, 2011 · 0 comments
Open

Implement a rolling file appending strategy #9

remie opened this issue Jul 24, 2011 · 0 comments
Milestone

Comments

@remie
Copy link
Collaborator

remie commented Jul 24, 2011

This is to prevent the aggregated SQL files from becoming to large.
Symphony is quite good in executing tons of SQL statements. Putting those in a single JSON file might make it a bit too large. This will cause PHP to consume too much memory when trying to read it. That is a potential problem.

The workaround is to clear the log once in a while, after creating a fresh backup which is restored to all your environments.

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

No branches or pull requests

1 participant