I bought a working CSV United States database with ~ 20 million records, which is divided into 51 databases, each database represents a state.
I need to write an ASP.NET MVC web application that will query this database for state and more arguments. Should I create a SQL Server database and import all records into all 51 CSV files? Or maybe I should request the csv files directly? What will be faster? Feel free to suggest other solutions.
Thank.
source
share