Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yorek committed Jun 20, 2020
1 parent f0a4299 commit 4e8a8dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ In summary, before starting the copy process, make sure that, for the table that

Recreate Foreign Key constrints and indexes after the data has been copied successfully.

From version 1.6 performance of copying data into a non-partitioned table with an existing clustered index (but no other indexes) has been improved, but still copying into an heap is much faster as it can happen in parallel.

### I would change the code here and there, can I?

Sure feel free to contribute! I created this tool just with the goal to get the job done in the easiest way possibile. Code can be largely improved even, if I tried to apply some of the best practies, but when I had to make some choice I chose simplicity over everything else.
Expand Down

0 comments on commit 4e8a8dd

Please sign in to comment.