I get really poor performance if I add features to an MySQL layer or do a complete CopyLayer?() operation into an MySQL data source.
The tests were performed on an MySQL server running on the local machine (localhost; Win XP). The average performance for adding new features is about 40 features per second (for comparision: if I add the same layers to shapefiles, I get about 1000 features per second)
- Is this the expected performance for the MySQL driver?
- Are there any chances to speed this operation up?
- Are there any performance tests done for the different OGR drivers?