Subject | Re: [ib-support] Dropping Index |
---|---|
Author | Ivan Prenosil |
Post date | 2001-09-25T08:41:24Z |
> I have a situation where I delete all records in a table and then IFirst drop the index, then delete the rows.
> drop the index on that table.
> The sql is
>
> delete from Table;
> drop index Table_Index;
Otherwise you can unnecessarily slow things down.
Ivan