Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dealing with Large Amounts of Data
Message
De
10/07/2008 13:37:19
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Titre:
Dealing with Large Amounts of Data
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01330296
Message ID:
01330296
Vues:
73
I do a data conversion work and I frequently have to work with and view large data files. Millions of records and the tables can be a few gigabytes.

I need something like a VFP browse window so that I can get an overall feel for what's in the table. Paged views just don't give you the same feel for what you are working with.

Everything I've seen so far in .NET that would do this appears to want to want read all of the data into memory in order to display it in a grid. But because these files can be so large I would prefer to cache and fetch as needed.

I am currently writing my own workaround for this, but before I go too far I'm wondering if I missed anything and there is an easy way to do this that I did not see?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform