dbTalk Databases Forums  

Issue with creating tables

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Issue with creating tables in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
DA Morgan
 
Posts: n/a

Default Re: Issue with creating tables - 05-24-2005 , 03:24 PM






Frank van Bortel wrote:
Quote:
laszlo_spamhole (AT) freemail (DOT) hu wrote:


Hmm... actually, I think I see your point. I'm not sure why I'm
dropping the table instead of doing a DELETE FROM, when the data needs
to be recreated from scratch.


Apart from comments pointing towards "you should not be doing this":
a truncate is much faster than a delete from .. However: it is DDL,
not DML
And a global temporary table might eliminate the need to even think
about along with the logging overhead.
--
Daniel A. Morgan
Relational theory is not something that is simply a nice-to-have.
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.