SQL

Vijay Toorpaty asked 5 years ago
  1. You are doing CPU-intensive graph theoretical algorithms on a large graph which requires 8 Gb to be stored. It is currently implemented by reading in XML files into memory with a XmlDocument, but you are hitting the RAM limits of your computer hardware.  Your colleague suggests reimplementing it in an SQL database.  What is your response?