Re: delete vs delete quick

2002-03-21 Thread Dan Nelson
In the last episode (Mar 21), Viraj Alankar said: > sql > > I'm confused as to what 'delete quick' does and when to use it. The > manual states: > > If you specify the word QUICK then the table handler will not merge > index leafs during delete, which may speed up certain kind of > deletes. Nor

delete vs delete quick

2002-03-21 Thread Viraj Alankar
sql Hello, I'm confused as to what 'delete quick' does and when to use it. The manual states: If you specify the word QUICK then the table handler will not merge index leafs during delete, which may speed up certain kind of deletes. What does this actually mean? Viraj. --