0

I have a database backup file of 4.78 GB. When I restore it on any machine, it takes a lot of time (15 - 20 mins to be precise) to get restored. The mdf file of the database is of 5.64 GB and ldf is of 100mb. There are lots of tables and lots of data in the database. Is there any way by which I can reduce the time taken to restore the backup file?

Hitesh
  • 3,449
  • 8
  • 39
  • 57

1 Answers1

1

Restoring speed depends on various factors like

  • Processor Speed
  • Your Harddisk reading and writing speed.

Upgrading these factors should also increase the Database restore time

Akshay Naik
  • 104
  • 6
  • my processor is Intel Core i3-3220 3.30 GHZ, 64 bit Windows 8 OS, 4 GB RAM. Is this configuration not good enough to give me decent performance? Do I need to upgrade to much higher config? – Hitesh Jun 02 '14 at 05:44