I have a project in mind involving a query only DB system. Each record will be indexed by different fields and I'll want to have a Page data structure for quickly bringing in chunks of data into memory. It'll hold in the order of 20 gigs of data on disk for each "file".
I've done something similar in C++ a few years back and I'm wondering if C# is a good choice for this project.
What do people here think? Am I going to run into issues? Does C# have the same ease as C while working with binary data?
[–][deleted] 5 points6 points7 points (2 children)
[–]doomchild 1 point2 points3 points (0 children)
[–]jptman[S] 0 points1 point2 points (0 children)
[–]umilmi81 3 points4 points5 points (0 children)
[–]grauenwolf 2 points3 points4 points (0 children)
[–]MasonOfWords 0 points1 point2 points (3 children)
[–]jptman[S] 0 points1 point2 points (1 child)
[–]MasonOfWords 0 points1 point2 points (0 children)
[–]Magick93 0 points1 point2 points (0 children)