I have a very big database, around 2000+ tables and each tables has more than 1 million entries. Roughly estimated, this database should be over 10G. My goal is to migrate all entries into in memory database where i can accelerate my analysis greatly. Also this in memory database should be free to use - i have no budget for it.
Here is a list on available in memory database and which one should i choose, based on your experience? Windows based and c# friendly is preferred. http://en.wikipedia.org/wiki/In-memory_database#Products
Thanks.