On 4/22/16, Rowan Worth <rowanw at dugeo.com> wrote:
>
> I've written this under the presumption that sqlite touches every database
> page that was associated with a table during the delete/drop... I can think
> of some optimisations allowing much of the i/o to be skipped (at least
> least when secure_delete isn't set), but I'm not sure exactly what sqlite
> does.
>

It does the optimizations.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to