Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Small remark - Was: Backup Oracle ? Online Redo Log.
Dusan Bolek <pagesflames_at_usa.net> wrote in message
news:1e8276d6.0201150723.5c030607_at_posting.google.com...
> There were more funny moments, for example they wants to store all 1TB
> of data in one table which has no partitions and two indexes - date
> (that's reasonable) and system_identifier (which should be
> VARCHAR2(256) !!!). They've also told me that this can't be changed,
> because it's hard coded in product. I have no doubts about performance
> of this system.
It sound like the sort of thing that is used to store object instances, with an object identifier and a blob or set of fields to hold the data belonging to the object. Given that, one table with an index on indentifier should perform more than adequately.
Of course, you can't back it up and there doesn't seem much point in using a relational database, but apart from that... Received on Tue Jan 15 2002 - 14:52:55 CST
![]() |
![]() |