I am developing a small project plan, and I came to the point where I need to decide which local data system to use.
Input data will be stored on a web server (hosting - MySQL DB). The idea is to build a process to download all the necessary data (for example, at midnight) and process it. However, there will be many inputs and processing steps, so I need to use some local database to store the application intermediate.
Which local database system would you recommend working with a C # (.NET) application?
edit: the final product (information) should be easily exported back to MySQL DB hosting.
As will be said in his answer - yes, I am for the performance and comfort of use.
source share