vodarus vodarus wrote:
Also interesting that DROP and CREATE <table> seems to be faster than DELETE FROM <table>it depends on internal architecture.by the way... Is Derby have blocking engine (like MySQL/MyISAM or MS SQL 2k) or versionning (like PostgreSQL or Oracle)?
Derby uses locking. Row and table level locking are supported. -- Kristian
