Advertisement

05.22.2008 at 02:16PM PDT, ID: 23425950
[x]
Attachment Details

Fastest Way to Store/Retrieve Data

Asked by Nathan_Northcutt in Microsoft Visual C#.Net

Tags: C#

I have a question about data storage/retrieval methods.

I am developing a multi-threaded C# application that will be dealing with very large arrays of data objects.  Due to the size and number of these data objects, it would be highly impractical to store them in process memory and the objects will also have to be available across processes/threads.  I want to put a representation (serialization, etc) of the objects into a data store that can be paged to fetch the data object representation as needed.  The processes/threads will be running on the same machine as the data store, so you can assume that there won't be any delays due to different environments.  I'm curious what would be the fastest data storage method for storing and retrieving the items?  I wasn't sure if using an XML file, or just plain text would be better than using a database to store the objects, or if there was something else that would be better than any of those.Start Free Trial
[+][-]05.22.2008 at 02:26PM PDT, ID: 21627801

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.22.2008 at 02:49PM PDT, ID: 21627947

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Microsoft Visual C#.Net
Tags: C#
Sign Up Now!
Solution Provided By: gregoryyoung
Participating Experts: 2
Solution Grade: A
 
 
[+][-]05.22.2008 at 03:16PM PDT, ID: 21628093

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.23.2008 at 09:40AM PDT, ID: 21633680

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628