I have been using MapSuite WPF Desktop for some time now but would like some advice on what is the best way to handle large amounts of vector data. We have tried MsSqlFeatureLayer but customers have complained that getting their data into this format takes a long, long time (sometimes several days ). The data in question is Ordnance Survey MasterMap vector data for Great Britain (see here for more information on MasterMap). Typically we have been using SQL Express to store the data but we are hitting the 10GB database limit quite often. We are hoping to use ESRI Shape files but we are concerned about the large number of SHP files that need to be referenced, e.g. 900+, and the need to generate a ThinkGeo index file for each of them.
Is there a way to handle large numbers of shape files in a layer in a similar way to the magnificent MultiGeoRasterLayer which we have used to great effect?
Thanks in advance to any responders