thechazm
VBA, VB.net, C#, Java
- Local time
- Today, 14:38
- Joined
- Mar 7, 2011
- Messages
- 515
It's ok. I know its complicated and I am sorry if I am not spelling it out well enough. I know it has something to do with the tables indexing/how many fields of data it has versus how many records there are.
There is no searches on the website its a direct query where I pass the badge number in the https string. This then loads the website with the users quals/courses.
Then the database (my database) has to look at each entry on the website then evaluate the entry. The slow down is when it tries to find the personnel id and the course number together if its outside of 80,000 records. I don't know why 80,000 is different but once the record numbers above that are tried to be found it slows to about 3-4 seconds per search. Before 80,000 records it finds them in .09 seconds.
I think mostly I just need to normalize the table better and do searches on just numbers and not text. Maybe that will help... I dunno.
There is no searches on the website its a direct query where I pass the badge number in the https string. This then loads the website with the users quals/courses.
Then the database (my database) has to look at each entry on the website then evaluate the entry. The slow down is when it tries to find the personnel id and the course number together if its outside of 80,000 records. I don't know why 80,000 is different but once the record numbers above that are tried to be found it slows to about 3-4 seconds per search. Before 80,000 records it finds them in .09 seconds.
I think mostly I just need to normalize the table better and do searches on just numbers and not text. Maybe that will help... I dunno.