Re: Database creation slow using create=true - any advice?

2005-02-15 Thread Darryl Pentz
I initially did design it such that new tables were created instead of new databases. For various reasons, I decided to refactor the design and go with the new databases strategy. Having now experienced this issue, I'll probably just revert back to the initial design. The 'skeleton database file s

Database creation slow using create=true - any advice?

2005-02-14 Thread Darryl Pentz
I have a tree structure in a GUI that results in a new database being created and loaded with records when the user clicks on certain nodes. Currently however, when the user clicks on the node, the bottleneck is when the 'create=true' call is made. This creation seems to be taking ~20secs on my ma