Re: Large tables
Date: 1995/12/16
Message-ID: <4avjsi$235_at_tnn-wan.trw.com>#1/1
Each oracle's datafile can not be bigger than 2GB (32-bits limitation) but your oracle's tables' size does not have the 2GB limitation because a tablespace made up of one or more datafiles. Therefore, your tables can grow as much as you have the disks to support it.
-Ted.
Jim Bodie <jbodie_at_compusmart.ab.ca> wrote:
>When we set up our first on-line claims history database (the pre-cursor
>of our data warehouse), it was my intention that the database be set up
>so that it would appear as a single set of tables to our end users. I
>was advised that due to restrictions in Unix, no table could span more
>than a single physical volume (at that time, 1.3 GB), and therefore we
>divided our database into monthly segments, to keep the maximum table
>size below 1.3 GB. We have since used striping as a method of storing
>large tables in other databases.
>
>My question: are there other methods (besides striping) of organizing
>data in very large tables so that the user sees only a single table?
>
>(I hope I am making myself clear here.) Any information would be
>appreciated. Thanks.
>--
>Jim Bodie, Alberta Blue Cross email: jbodie_at_compusmart.ab.ca
>10009 - 108 Street phone: (403) 498-8268
>Edmonton, AB T5J 3C5 fax: (403) 498-8029
>CANADA
-- ============================================= = Theodore Do = = Senior Technical Specialist, UNIX/ORACLE = = TRW Information Technology Services = = tdo_at_mailsrv1.trw.com = =============================================Received on Sat Dec 16 1995 - 00:00:00 CET