Subject | Re: How to extract a single table metadata using API? |
---|---|
Author | Chau Chee Yang |
Post date | 2009-06-02T09:44Z |
--- In firebird-support@yahoogroups.com, Dimitry Sibiryakov <sd@...> wrote:
>I can't use temporary table. This is a transaction table that will persist in database. But I have a recovery option in my application to rebuild the rows in the table.
> > I have a table with over 6 milions rows. In one the function in my application, I will purge all rows and re-insert new rows to the tables. After I run "DELETE FROM table", all further operations will become very slow as the database is sweeping the database.
>
> If you need to purge these rows, there is no pint to insert them at
> all. May be you should look at Temporary Tables?..