Subject:
|
Re: OMR Planning - Almost There
|
Newsgroups:
|
lugnet.cad.dev.org.ldraw
|
Date:
|
Tue, 4 Jan 2000 21:05:09 GMT
|
Reply-To:
|
lpieniazek@novera.com#saynotospam#
|
Viewed:
|
1027 times
|
| |
| |
Todd Lehman wrote:
>
> In lugnet.cad.dev.org.ldraw, Jacob Sparre Andersen writes:
> > [...] And one of my friends is trying to convince me that it is faster
> > to serve pages from a database than from disk, [...]
>
> I have to wonder about that assertion in a really skeptical way. In either
> case, assuming the filesystem and the database aren't poorly written, the
> amount of RAM in the server is really the gating factor.
Yes. That AND the sort of data you are fetching. In certain cases, a DB
engine that has cached the results of queries, coupled with a requesting
program that can use the results straightaway, can be faster than a raw
filesystem, even if the entire file contents are in memory cache
already, if (and this is a big if) the files are not as logically
organized internally (that is, one has to go schlepping through the
contents of the files to locate what one wants) as the query results
are.
Now, if we're talking about serving up static html pages, that's not
likely to be the case. But if we're talking about dynamically generating
pages, it may be.
--
Larry Pieniazek larryp@novera.com http://my.voyager.net/lar
- - - Web Application Integration! http://www.novera.com
fund Lugnet(tm): http://www.ebates.com/ ref: lar, 1/2 $$ to lugnet.
NOTE: Soon to be lpieniazek@tsisoft.com :-)
|
|
Message is in Reply To:
| | Re: OMR Planning - Almost There
|
| (...) I have to wonder about that assertion in a really skeptical way. In either case, assuming the filesystem and the database aren't poorly written, the amount of RAM in the server is really the gating factor. If you have 50 MB of static files and (...) (25 years ago, 4-Jan-00, to lugnet.cad.dev.org.ldraw)
|
14 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|