Subject | Re: [firebird-support] Why a database grows after a cycle backup/restore? |
---|---|
Author | Alexey Kovyazin |
Post date | 2013-06-22T04:01:29Z |
Hi Walter,
This is the answer why database grows:
-FIX_FSS_D ISO8859_1 -FIX_FSS_MISO8859_1
You should apply this option only once, when upgrading from 2.1.
If you apply it every time, you do transliteration every time and
database size will grow.
Regards,
Alexey Kovyazin
IBSurgeon
[Non-text portions of this message have been removed]
>C:\Archivos de programa\Firebird\Firebird_2_5\bin\Gbak -c -v -t -rep -p 8192 -userSYSDBA -password masterkey D:\RestaurarBASES\BDRestaurada\BASE.GBK
>127.0.0.1:D:\RestaurarBASES\BDRestaurada\BASE.FDB -FIX_FSS_D ISO8859_1-FIX_FSS_MISO8859_1
This is the answer why database grows:
-FIX_FSS_D ISO8859_1 -FIX_FSS_MISO8859_1
You should apply this option only once, when upgrading from 2.1.
If you apply it every time, you do transliteration every time and
database size will grow.
Regards,
Alexey Kovyazin
IBSurgeon
[Non-text portions of this message have been removed]