Click here to Skip to main content
15,920,031 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to sort a big volume of data? Pin
snorkie29-Aug-07 9:06
professionalsnorkie29-Aug-07 9:06 
GeneralRe: How to sort a big volume of data? Pin
michal.kreslik29-Aug-07 9:36
michal.kreslik29-Aug-07 9:36 
GeneralRe: How to sort a big volume of data? Pin
Spacix One29-Aug-07 10:30
Spacix One29-Aug-07 10:30 
GeneralRe: How to sort a big volume of data? Pin
michal.kreslik29-Aug-07 19:32
michal.kreslik29-Aug-07 19:32 
GeneralRe: How to sort a big volume of data? Pin
Spacix One30-Aug-07 4:28
Spacix One30-Aug-07 4:28 
GeneralRe: How to sort a big volume of data? Pin
michal.kreslik30-Aug-07 4:43
michal.kreslik30-Aug-07 4:43 
GeneralRe: How to sort a big volume of data? Pin
Thomas Krojer2-Sep-07 22:46
Thomas Krojer2-Sep-07 22:46 
GeneralRe: How to sort a big volume of data? Pin
michal.kreslik3-Sep-07 6:06
michal.kreslik3-Sep-07 6:06 
Obviously, the SQL-based solution is much slower as it stores the data to disk as opposed to working directly in memory.

Importing the data is very slow (0.9 ms per row) compared to DataTable, sorting is lightning fast.

However, I can accomplish the task with SQL, which can't be said about the DataTable-oriented solution.

Michal
GeneralRe: How to sort a big volume of data? Pin
Thomas Krojer3-Sep-07 23:49
Thomas Krojer3-Sep-07 23:49 
GeneralRe: How to sort a big volume of data? Pin
michal.kreslik4-Sep-07 0:10
michal.kreslik4-Sep-07 0:10 
GeneralRe: How to sort a big volume of data? Pin
Thomas Krojer18-Sep-07 23:00
Thomas Krojer18-Sep-07 23:00 
GeneralRe: How to sort a big volume of data? Pin
michal.kreslik18-Sep-07 23:17
michal.kreslik18-Sep-07 23:17 
GeneralRe: How to sort a big volume of data? Pin
Thomas Krojer19-Sep-07 0:31
Thomas Krojer19-Sep-07 0:31 
Questiondynamically creating forms from db Pin
algoaddict29-Aug-07 4:53
algoaddict29-Aug-07 4:53 
Questionword document to xml document Pin
sk840529-Aug-07 4:43
sk840529-Aug-07 4:43 
AnswerRe: word document to xml document Pin
led mike29-Aug-07 5:10
led mike29-Aug-07 5:10 
JokeRe: word document to xml document Pin
Spacix One29-Aug-07 8:28
Spacix One29-Aug-07 8:28 
AnswerRe: word document to xml document Pin
ekynox29-Aug-07 21:43
ekynox29-Aug-07 21:43 
QuestionHow to treat with treeview check box Pin
huss Aldin29-Aug-07 3:29
huss Aldin29-Aug-07 3:29 
AnswerRe: How to treat with treeview check box Pin
I Believe In GOD29-Aug-07 11:00
I Believe In GOD29-Aug-07 11:00 
QuestionPrint to POS Printer on serial port Pin
Tavbi29-Aug-07 3:00
Tavbi29-Aug-07 3:00 
AnswerRe: Print to POS Printer on serial port Pin
originSH29-Aug-07 3:28
originSH29-Aug-07 3:28 
GeneralRe: Print to POS Printer on serial port Pin
Tavbi29-Aug-07 19:57
Tavbi29-Aug-07 19:57 
AnswerRe: Print to POS Printer on serial port Pin
martin_hughes29-Aug-07 6:58
martin_hughes29-Aug-07 6:58 
GeneralRe: Print to POS Printer on serial port Pin
Tavbi29-Aug-07 20:27
Tavbi29-Aug-07 20:27 

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.