[OSM-dev] C# Parser - Another look

Ray Booysen raybooysen at rjb.za.net
Tue Sep 25 15:41:42 BST 2007


Hi all

I've written another version of my c# parser to SQL server.  It doesn't 
use an object model anymore.  This was severely slowing the system down 
when saving in transactions.  I've now rewritten using SqlCommand 
objects which makes for a much more slick and quick version.  Running in 
transactions which can be configured, I see a much faster commit rate to 
the database.

Let me know if you're interested in working on this with me.

By the way, I'm still looking for commit access to subversion to put 
this in there. 

Regards
Ray




More information about the dev mailing list