| Author |
Having a web application in my cmpnys domain but its backup size is increasing impacting the perform
|
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
Hi Ranchers,
We have a web app in production, but the backup size keeps on increasing impacting the performace..for instance the authentication takes time
Backup Size: 6 GB
Operationg System: Windows
Platform: Core Java, jsp,serlvets(EJB , i guess)
Is there any way where the performance can be indepandant of the size of the data
Regards,
Vishal Hegde
|
http://www.lifesbizzare.blogspot.com || OCJP:81%
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
|
Are you doing the backup asynchronously? This will prevent the user from having to wait on it. Also, how are you doing the backup? Database backup? File system backup?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
Hi Jeanne,
Backup is automatically set in the database after office hours. Theres a time set in settings for the same.
I guess its a file backup as the extention specified is .bak that we restore in disaster recovery Server.
Application being used:
Microsoft SQL Server Manager 8
My initial Guess:
Size hindering the perfromance
Applcation getting affected when extracting reports(hindering the perfrmance)
|
 |
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26201
|
|
|
You could do smaller backups. Or reduce the priority of the backup.
|
 |
 |
|
|
subject: Having a web application in my cmpnys domain but its backup size is increasing impacting the perform
|
|
|