Home > database > Oracle insert large amounts of data very slowly
Oracle insert large amounts of data very slowly
Time:09-19
To insert a table of large amounts of data is slow, delete after index, speed faster, but the query and slow, statement to insert/* + append */into tablename nologging, to write every day tens of thousands of records, and real-time query to the table
CodePudding user response:
Insert before delete indexes rebuilt after inserting data index
CodePudding user response:
How about use a trigger to solve
CodePudding user response:
Article every day, tens of thousands of data, should pay attention to the building Lord, data is one-time article written by tens of thousands of, or a written one,