You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the cleanup on INC #3 I realized how unoptimized my database was; you couldn't do queries or uploads while the cleanup was running, and each cleanup step took 40+ minutes. After optimizations, you CAN do parallel operations now, and each cleanup step is down to ~20 minutes. With cleanup running, the website load has gone from ~9 seconds to ~5 seconds. My steps need to be documented, and the table/db create scripts must be updated.
The text was updated successfully, but these errors were encountered:
During the cleanup on INC #3 I realized how unoptimized my database was; you couldn't do queries or uploads while the cleanup was running, and each cleanup step took 40+ minutes. After optimizations, you CAN do parallel operations now, and each cleanup step is down to ~20 minutes. With cleanup running, the website load has gone from ~9 seconds to ~5 seconds. My steps need to be documented, and the table/db create scripts must be updated.
The text was updated successfully, but these errors were encountered: