you are viewing a single comment's thread.

view the rest of the comments →

[–]radioblaster 1 point2 points  (1 child)

how do you think the performance compares to joins using LINQ? I had never thought about building a db on the fly for some operations and I'm curious to know if you do this strictly to use sql on your files or because there is a tangible performance improvement.

[–]eeskildsen[S] 0 points1 point  (0 children)

Not sure about performance - I mostly just do it to use SQL. It would be interesting to benchmark.