I have memory-optimized tables in SQL Server 2014 to handle a graph problem. The tables can be queried concurrently for multiple sessions, for as many as 50 concurrent sessions. A Node table contain the node IDs (80,000 nodes). A subset of nod
↧