Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
AnswerRe: Loading Very Large DataSet Without losing any information Pin
Dave Kreskowiak16-Apr-13 7:58
mveDave Kreskowiak16-Apr-13 7:58 
AnswerRe: Loading Very Large DataSet Without losing any information Pin
SledgeHammer0116-Apr-13 8:05
SledgeHammer0116-Apr-13 8:05 
AnswerRe: Loading Very Large DataSet Without losing any information Pin
Pete O'Hanlon16-Apr-13 9:33
mvePete O'Hanlon16-Apr-13 9:33 
GeneralRe: Loading Very Large DataSet Without losing any information Pin
Rockstar_16-Apr-13 18:24
professionalRockstar_16-Apr-13 18:24 
AnswerRe: Loading Very Large DataSet Without losing any information Pin
Mycroft Holmes16-Apr-13 17:23
professionalMycroft Holmes16-Apr-13 17:23 
AnswerRe: Loading Very Large DataSet Without losing any information Pin
V.16-Apr-13 22:09
professionalV.16-Apr-13 22:09 
AnswerRe: Loading Very Large DataSet Without losing any information Pin
BobJanova17-Apr-13 4:23
BobJanova17-Apr-13 4:23 
AnswerRe: Loading Very Large DataSet Without losing any information Pin
Alan Balkany18-Apr-13 4:55
Alan Balkany18-Apr-13 4:55 
Hi losan,

I found your post very interesting because I've never encountered a data set that large. Are you trying to analyze that data? If so, I may be able to help.

I have a product (www.patternscope.com) that finds patterns in extremely large data sets. I think your data set would be good for stress-testing the application, and it fits perfectly with two planned developments:

1. Reading CSV data (currently it only reads databases through ODBC, or flat files), and
2. Making a C#-callable API that you could use in your C# application to handle that much data (e.g. queries, retrieval, and analysis).

My product extracts the patterns that comprise the raw data. These patterns are a fraction of the size of the original raw data, so they fit entirely into memory, even when the raw data is larger than the memory available.

The patterns have the same information content as the raw data, so can be processed (e.g. queries or analysis) many times faster.

If you could give me a copy of your data set, I could give you a free copy of PatternScope (after I adapt it for reading CSV data) which you could use to analyze the data, followed by a DLL you could call from C# for processing the data in your program.

What does this data represent?
GeneralRe: Loading Very Large DataSet Without losing any information Pin
losan20-Apr-13 7:21
losan20-Apr-13 7:21 
GeneralRe: Loading Very Large DataSet Without losing any information Pin
Alan Balkany22-Apr-13 9:32
Alan Balkany22-Apr-13 9:32 
QuestionCaptured video size is too big Pin
Sanjay K. Gupta16-Apr-13 1:29
professionalSanjay K. Gupta16-Apr-13 1:29 
AnswerRe: Captured video size is too big Pin
Nicholas Marty16-Apr-13 2:07
professionalNicholas Marty16-Apr-13 2:07 
GeneralRe: Captured video size is too big Pin
Sanjay K. Gupta16-Apr-13 6:14
professionalSanjay K. Gupta16-Apr-13 6:14 
GeneralRe: Captured video size is too big Pin
Nicholas Marty16-Apr-13 20:37
professionalNicholas Marty16-Apr-13 20:37 
GeneralRe: Captured video size is too big Pin
Sanjay K. Gupta16-Apr-13 22:54
professionalSanjay K. Gupta16-Apr-13 22:54 
QuestionVoice call with Huawei USB Pin
tranduonghoan16-Apr-13 0:01
tranduonghoan16-Apr-13 0:01 
AnswerRe: Voice call with Huawei USB Pin
dusty_dex16-Apr-13 0:04
dusty_dex16-Apr-13 0:04 
QuestionHow can I send a message to cmd Pin
TwilgihtPrince15-Apr-13 20:50
TwilgihtPrince15-Apr-13 20:50 
AnswerRe: How can I send a message to cmd Pin
Bernhard Hiller15-Apr-13 21:21
Bernhard Hiller15-Apr-13 21:21 
AnswerRe: How can I send a message to cmd Pin
Simon_Whale15-Apr-13 23:28
Simon_Whale15-Apr-13 23:28 
AnswerRe: How can I send a message to cmd Pin
Jegan Thiyagesan15-Apr-13 23:55
Jegan Thiyagesan15-Apr-13 23:55 
AnswerRe: How can I send a message to cmd Pin
dusty_dex16-Apr-13 0:09
dusty_dex16-Apr-13 0:09 
AnswerRe: How can I send a message to cmd Pin
Pete O'Hanlon16-Apr-13 0:40
mvePete O'Hanlon16-Apr-13 0:40 
GeneralRe: How can I send a message to cmd Pin
TwilgihtPrince16-Apr-13 6:33
TwilgihtPrince16-Apr-13 6:33 
GeneralRe: How can I send a message to cmd Pin
Dave Kreskowiak16-Apr-13 7:54
mveDave Kreskowiak16-Apr-13 7:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.