Subject | Re: [Firebird-Architect] the insert into t select * from t infinite loop |
---|---|
Author | Jim Starkey |
Post date | 2005-07-02T01:52:29Z |
Adriano dos Santos Fernandes wrote:
>I don't undestand the ODS structure, but isn't possible something like this?No.
>
>Insert the new records in "unlinked" pages without storing in the
>indexes (if they exist). These pages are not visible to selects.
>After the records are inserted, the pages is linked to be visible by
>sequential scan, and the indexes entries are added.
>
>
>