Subject | Re: Truncate table |
---|---|
Author | ck1625 |
Post date | 2011-08-23T11:33:10Z |
My problem is still there. It's only with FB 2.5; with FB 1.5 it is not that slow.
I thought, the solution is this:
DELETE FROM <table>
SELECT * FROM <table>
But it looks like it doesn't work. It is still "random" when time is lost to do the cleanup work.
cu Christian
I thought, the solution is this:
DELETE FROM <table>
SELECT * FROM <table>
But it looks like it doesn't work. It is still "random" when time is lost to do the cleanup work.
cu Christian