Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Large Directory Problem
Perhaps you should perform a cost benefit analysis of storing the BLOB data on RAID or DASD vs. some type of optical storage. The cost of primary storage is prohibitive when the database grows above 100Gb.
Also, the additional complexity of managing the DBMS should be factored into the equation. Currently, many of the commercial DBMS' have problems supporting a database above a couple of hundred Gigabytes; performance degradation is another factor, as the data is fragmented and must be spread across multiple drive arrays.
If you are playing with tinker toy databases that will never grow above a few Gigabytes, then storage of BLOBs might be a suitable alternative. However, to state that this technique has nothing to do with scalability demonstrates a lack of understanding the associated problems. The term neophyte does not imply a lack of intelligence; it simply means beginner, or novice.
Michael D. Long
http://www.geocities.com/siliconvalley/heights/9478/
Scott L. Holmes <slholmes_at_nhdg.com> wrote in article
<OhOZMf579GA.217_at_uppssnewspub05.moswest.msn.net>...
>
> I hadn't thought of the problem in the same terms as you. BLOBs allow
for
> the automation of many of the processes that are kind of a pain to
implement
> given your scenario. They certainly don't have anything to do with the
size
> of a system or the intellegence of the analyst.
Received on Sun Oct 04 1998 - 00:00:00 CDT