Firebird SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesFirebird SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 18th, 2006, 06:48 PM
annaVonSima annaVonSima is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 5 annaVonSima User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 24 m 16 sec
Reputation Power: 0
Database realy slow after restore

Hi,
I have a C# application running of an embedded Firebird database.
The program becomes very slow if the database is restored, here are that bits of code that do the backup and restore. Do I have to set a flag or something to tell it that it is a full backup?

//code that dose baackup
FbBackupFile dbFile = new FbBackupFile(backupfile.FullName,(int)database.Length);
FbBackup fbBackup = new FbBackup();
fbBackup.ConnectionString = DbUtils.ActualConnectionString;
fbBackup.BackupFiles.Add(dbFile);
fbBackup.Options = FbBackupFlags.IgnoreLimbo | FbBackupFlags.NoGarbageCollect;
fbBackup.Execute();

//code that dose restore
FileInfo bakFile = new FileInfo(sfdBackup.FileName);
FbBackupFile dbFile = new FbBackupFile(bakFile.FullName,(int)bakFile.Length);
FbRestore fbRestore = new FbRestore();
fbRestore.ConnectionString = DbUtils.ActualConnectionString;
fbRestore.BackupFiles.Add(dbFile);
fbRestore.PageSize = 4096;
fbRestore.Options = FbRestoreFlags.Replace;
fbRestore.Execute();

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesFirebird SQL Development > Database realy slow after restore


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT