Guest User

Untitled

a guest
Oct 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. for each row in csv file:
  2. insert the row -- read/write the disk blocks containing the table rows
  3. for each index:
  4. update the index -- read/write the disk blocks for that index
  5.  
  6. for each index:
  7. remove the index
  8.  
  9. for each row in csv file:
  10. insert the row -- read/write the disk blocks containing the table rows
  11.  
  12. for each index:
  13. update the index -- read/write the disk blocks for that index
Add Comment
Please, Sign In to add comment