migrate the large data from xml file to the database
问题 Q: I face the following problem two weeks ago , and i don't know how to handle it taking the performance issues , the data integrity in consideration. What I do is: I wanna to migrate the data from the XML file to its similar tables in my database . for example : i have two nodes (XML file): courses , teachers Two tables (database) courses , teachers . I allow the user to upload the XML file to a folder on my server and i begin to read the XML file and insert the data into my database . The