Click here to Skip to main content
15,892,674 members
Home / Discussions / C#
   

C#

 
Questionnamespace error problem Pin
auberondreaming19-Jul-08 17:31
auberondreaming19-Jul-08 17:31 
QuestionDirectX installation Pin
Ranger4919-Jul-08 17:21
Ranger4919-Jul-08 17:21 
AnswerRe: DirectX installation Pin
Tony Richards19-Jul-08 22:46
Tony Richards19-Jul-08 22:46 
AnswerRe: DirectX installation Pin
Ranger4919-Jul-08 22:55
Ranger4919-Jul-08 22:55 
Questionwhat is the best algorithm for an information retrieval system? Pin
harcaype19-Jul-08 16:47
harcaype19-Jul-08 16:47 
AnswerRe: what is the best algorithm for an information retrieval system? Pin
PIEBALDconsult19-Jul-08 18:25
mvePIEBALDconsult19-Jul-08 18:25 
AnswerRe: what is the best algorithm for an information retrieval system? Pin
harcaype19-Jul-08 20:32
harcaype19-Jul-08 20:32 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay19-Jul-08 23:53
Colin Angus Mackay19-Jul-08 23:53 
harcaype wrote:
So when new entries are added up, I have to update/refresh it.


There is no way you are displaying over a million rows on the screen simultaneously. At best you are displaying the aggregate result of those rows. In that case you should consider doing whatever calculation you are doing in the database itself.

If you do have a million rows available to your user then you might want to consider implementing some sort of paging where the system only gets the rows that are needed for the current display.


harcaype wrote:
Also, I have a quick search option in the program, so if for example I will incorporate an algorithm for that search.


If you are doing this for a million rows, again a paging option is probably the best. You might want to have some sort of predictive fetch if you don't want the application to pause when scrolling. i.e. When you have scrolled two thirds the way through the current list, perform an asynchronous database query to fetch the next page worth of data. By the time the user has scrolled there it should be available.


GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 0:08
Mbah Dhaim20-Jul-08 0:08 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Colin Angus Mackay20-Jul-08 0:20
Colin Angus Mackay20-Jul-08 0:20 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Mbah Dhaim20-Jul-08 13:19
Mbah Dhaim20-Jul-08 13:19 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
harcaype20-Jul-08 1:56
harcaype20-Jul-08 1:56 
GeneralRe: what is the best algorithm for an information retrieval system? Pin
Guffa20-Jul-08 2:34
Guffa20-Jul-08 2:34 
QuestionHow to bypass Required FieldValidators using VS2003? Pin
Gaurav Aroraa19-Jul-08 10:30
professionalGaurav Aroraa19-Jul-08 10:30 
AnswerRe: How to bypass Required FieldValidators using VS2003? Pin
ssg3141592619-Jul-08 23:32
ssg3141592619-Jul-08 23:32 
GeneralRe: How to bypass Required FieldValidators using VS2003? Pin
Gaurav Aroraa20-Jul-08 6:27
professionalGaurav Aroraa20-Jul-08 6:27 
QuestionHow to detect when a DataGridViewCell's value has changed Pin
Jordanwb19-Jul-08 10:05
Jordanwb19-Jul-08 10:05 
AnswerRe: How to detect when a DataGridViewCell's value has changed Pin
Paul Conrad19-Jul-08 15:08
professionalPaul Conrad19-Jul-08 15:08 
GeneralRe: How to detect when a DataGridViewCell's value has changed Pin
Jordanwb20-Jul-08 3:24
Jordanwb20-Jul-08 3:24 
AnswerRe: How to detect when a DataGridViewCell's value has changed Pin
Luc Pattyn19-Jul-08 15:17
sitebuilderLuc Pattyn19-Jul-08 15:17 
GeneralRe: How to detect when a DataGridViewCell's value has changed Pin
Jordanwb20-Jul-08 3:23
Jordanwb20-Jul-08 3:23 
QuestionMessageBox.Show("Hello, world."); Pin
njitram19-Jul-08 8:51
njitram19-Jul-08 8:51 
AnswerRe: MessageBox.Show("Hello, world."); Pin
Luc Pattyn19-Jul-08 9:40
sitebuilderLuc Pattyn19-Jul-08 9:40 
AnswerRe: MessageBox.Show("Hello, world."); Pin
Paul Conrad19-Jul-08 11:03
professionalPaul Conrad19-Jul-08 11:03 
QuestionProblem with program that copies files to new folder Pin
jumbojs19-Jul-08 8:38
jumbojs19-Jul-08 8:38 

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.