Ordered drops, then tables, then rows, then indexes and views and triggers. Indexes come LAST
because every index on a table is another charged row per insert, and rows written is the meter that
binds regeneration -- building them after the data costs one pass instead of one per row.
Dumps the object's SQL as replayable statements.
Ordered drops, then tables, then rows, then indexes and views and triggers. Indexes come LAST because every index on a table is another charged row per insert, and rows written is the meter that binds regeneration -- building them after the data costs one pass instead of one per row.