Subject | Re: [firebird-support] Internal GDS software consistency check (cannot find free space(255) |
---|---|
Author | Helen Borrie |
Post date | 2005-08-30T00:48:19Z |
At 11:25 PM 29/08/2005 +0000, you wrote:
./heLen
>Hi,It means that you do not have enough space left in your disk storage system.
>
>A few months i have a database of 142,415,004 kb with these definition
>
>CREATE TABLE STATEMENTS (
> CUENTA APLHA_10 COLLATE WIN1251,
> FECHA_PROCESO FECHA,
> FRF_STATEMENT ST_BLOB);
>
>
>
>/* Indices definition */
>
>CREATE INDEX STATEMENTS_IDX1 ON STATEMENTS (CUENTA);
>CREATE INDEX STATEMENTS_IDX2 ON STATEMENTS (CUENTA, FECHA_PROCESO);
>
>in these database i start to get the following error when try to
>insert new big blobs
>
>Internal GDS software consistency check (cannot find free space(255)
>
>after few questions here i decide to create a sencond database wich
>now have 19,358,864 but i start to get the same error.
>
>The first time i ask for help here some one tell me that is posible i
>found some limitation in Firebird and wait for firebird 2. Right now i
>can't wait any more, i hope some one can help, if not i need to change
>to other database and start a painfull migration process.
>
>any one can explain to me what exactly this error means?
>How i am sure this problems will not present in FB2.0?Even FB2 cannot make more space on your hard drives!
./heLen