Re: Ado SQL Concept question.
From: RPM (rick_at_tariffnet.com)
Date: 03/05/04
- Next message: RPM: "Re: Ado SQL Concept question."
- Previous message: RPM: "Re: Ado SQL Concept question."
- In reply to: Brian Bushay TeamB: "Re: Ado SQL Concept question."
- Next in thread: Brian Bushay TeamB: "Re: Ado SQL Concept question."
- Reply: Brian Bushay TeamB: "Re: Ado SQL Concept question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 5 Mar 2004 11:43:48 -0500
Hi Brian,
> Why do you have to do single field lookups in a repetitive manner?
At this point I'm just 'stress' testing that area of my code. Since each
user will make their own indepenent requests, I don't see how I can cashe
the data ahead of time. Once I get on a real database server (does MSDE
count), I will try using stored procedures - would they help?
Basically my application will need to pool the database connection, and
serve internet users (web browsers). I have been allowed a request time of
50ms for a single lookup. Each user/session may request information about
any record in the database. So I'm trying to optimized the lookup area of
my code. This lookup uses a file of only 153,000 records (100+ megs) and
is only changed once a month. This is the simplest part of the application,
other tasks will require multi-table lookup (joins) and multi-item
(multi-point) - but I have 'lots' more time for those 200ms... LOL.
Oh, one key point I just thought of - this is always only READ operations -
cursor type, maybe?
- Next message: RPM: "Re: Ado SQL Concept question."
- Previous message: RPM: "Re: Ado SQL Concept question."
- In reply to: Brian Bushay TeamB: "Re: Ado SQL Concept question."
- Next in thread: Brian Bushay TeamB: "Re: Ado SQL Concept question."
- Reply: Brian Bushay TeamB: "Re: Ado SQL Concept question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|