Re: 1 Table and its Indexes occupying 30% space of the Database.

2002-05-13 Thread Anjo Kolk

By the time you have to worry, you will have retired from the job ;-)



[EMAIL PROTECTED] wrote:

 Hi All,

 I have a table in my database ( size 70GB ) with size of 7GB and it has 13

 indexes on it. 5 Indexes are of the size 2 GB and rest are around

 500-800Mb.

 Total size of the table and indexes in total is 21GB.

 The table size is increasing everyday and every 10-12 days I have to add a

 datafile for Index and data tablespace.

 I just want to know the precautions I need to take while maintaining this

 table. Is oracle 7.3 having restriction on the maximum size of the table.

 Kindly give your valuable suggestions.

 Thanks in advance,

 Deepender Gupta

 The New Power Company
 1 Manhattanville Road
 Purchase, NY 10577

 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author:
   INET: [EMAIL PROTECTED]

 Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
 San Diego, California-- Public Internet access / Mailing Lists
 
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Anjo Kolk
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: 1 Table and its Indexes occupying 30% space of the Database.

2002-05-13 Thread DENNIS WILLIAMS

Deepender - Wracking my brain to recall 7.3. Is partitioning a feature? One
thing you might consider is to keep each of the indexes in its own
tablespace. This will give you more flexibility. I would also keep track of
the size each week to help you forecast growth. Size restrictions will
depend somewhat on your system, but if you are at 7-gig., you've probably
passed the 32-bit restriction, usually at 2-gig. Just some ideas.
Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]


-Original Message-
Sent: Monday, May 13, 2002 2:38 PM
To: Multiple recipients of list ORACLE-L


Hi All,


I have a table in my database ( size 70GB ) with size of 7GB and it has 13

indexes on it. 5 Indexes are of the size 2 GB and rest are around

500-800Mb.

Total size of the table and indexes in total is 21GB.

The table size is increasing everyday and every 10-12 days I have to add a

datafile for Index and data tablespace.

I just want to know the precautions I need to take while maintaining this

table. Is oracle 7.3 having restriction on the maximum size of the table.



Kindly give your valuable suggestions.

Thanks in advance,

Deepender Gupta


The New Power Company
1 Manhattanville Road
Purchase, NY 10577



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: 1 Table and its Indexes occupying 30% space of the Database.

2002-05-13 Thread Hand, Michael T

What about max # of datafiles?  

If you're added them every 2 weeks what about making them larger?  After
all, not many systems are restricted by the 2Gb file size limit any more.

Michael Hand
Polaroid Corp

-Original Message-
Sent: Monday, May 13, 2002 3:38 PM
To: Multiple recipients of list ORACLE-L


Hi All,


I have a table in my database ( size 70GB ) with size of 7GB and it has 13

indexes on it. 5 Indexes are of the size 2 GB and rest are around

500-800Mb.

Total size of the table and indexes in total is 21GB.

The table size is increasing everyday and every 10-12 days I have to add a

datafile for Index and data tablespace.

I just want to know the precautions I need to take while maintaining this

table. Is oracle 7.3 having restriction on the maximum size of the table.



Kindly give your valuable suggestions.

Thanks in advance,

Deepender Gupta


The New Power Company
1 Manhattanville Road
Purchase, NY 10577



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Hand, Michael T
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: 1 Table and its Indexes occupying 30% space of the Database.

2002-05-13 Thread Miller, Jay

With the size of your table you might want to consider changing it into a
fake partitioned table (assuming there is a key that it would make sense to
partition on) for better performance.  While 7.3 doesn't support real
partitioning, you can create seperate tables (each in their own tablespace)
and create a view that joins them.  This also has the advantage of being
able to easily archive off data that is no longer needed.
It might not be worth it for you but it's something to consider.
Alternatively you could upgrade to a version that supports partitioning.

-Original Message-
Sent: Monday, May 13, 2002 3:38 PM
To: Multiple recipients of list ORACLE-L


Hi All,


I have a table in my database ( size 70GB ) with size of 7GB and it has 13

indexes on it. 5 Indexes are of the size 2 GB and rest are around

500-800Mb.

Total size of the table and indexes in total is 21GB.

The table size is increasing everyday and every 10-12 days I have to add a

datafile for Index and data tablespace.

I just want to know the precautions I need to take while maintaining this

table. Is oracle 7.3 having restriction on the maximum size of the table.



Kindly give your valuable suggestions.

Thanks in advance,

Deepender Gupta


The New Power Company
1 Manhattanville Road
Purchase, NY 10577



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Miller, Jay
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).