Hi,

It seems that deleting a table takes a VERY long time.
I am importing data into derby.
And as I work with my import script I have to do the import MANY times.
So in the beginning of my import I first delete everything from the tables I have previously imported into.

It seems that deleting takes at least as long as doing the import.

So my question is twofold.
1) Why is that so?
2) Are there any plans to support a truncate or similar command (like in mysql) where the delete just wipes everything away from the table without making all kinds of checks?

- rami

Reply via email to