473,385 Members | 1,531 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

table record distribution query.

How does oracle distribute records in a table that is in a tablespace
with multiple datafiles.

Very simplisticly Ingres will distribute sequential records evenly
across multiple datafiles for a single table. (Not exact but good
enough for this question.)

How does oracle distribute records for a table that is in a tablespace
with multiple datafiles.

Any pointer to where in the documentation this is explained would also
be appreciated.

Many thanks

Paul
Jul 19 '05 #1
1 3236
pa*********@hotmail.com (Paul Hallam) wrote in message news:<5e**************************@posting.google. com>...
How does oracle distribute records in a table that is in a tablespace
with multiple datafiles.

Very simplisticly Ingres will distribute sequential records evenly
across multiple datafiles for a single table. (Not exact but good
enough for this question.)

How does oracle distribute records for a table that is in a tablespace
with multiple datafiles.

Any pointer to where in the documentation this is explained would also
be appreciated.

Many thanks

Paul


Paul, Oracle distributes rows based on the free list whose membership
is determined by interaction of the table settings for pctfree and
pctused with DML activity. See the Concepts manual for details.

Oracle distributes extents accross the files in a tablespace based on
a whole slew of factors: tablespace space management scheme, free
space availability, next extent size requested, etc....

But if you load an empty tablespace one table at a time you can watch
Oracle stripe the extents for a large enough object accross the files
that make up the tablespace. Oracle does not attempt to rebalance
objects that are unevenly distributed or when new files are added to
the tablespace (as DB2 does).

Once a tablespace is loaded the availability of free space extents
sufficient to hold the requested allocation is the primary driver of
where an extent is allocated in conjuction with the tablespace space
management scheme: uniform extents, autoallocate, or dictionary
managed.

HTH -- Mark D Powell --
Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Andrea | last post by:
Hi, I've read the former postings but was not able to solve my problem: I have a Summary Table (or MQT as you like it) and the query optimizer does not seem to use the summary table. I run...
2
by: Daniel | last post by:
I use an Access database to basically take data exports, import them, manipulate the data, and then turn them into exportable reports. I do this using numerous macros, and queries to get the data...
4
by: Laura | last post by:
Here's the situation: I'm trying to use an update query to copy data from one row to another. Here is the situation: I have 5 companies that are linked to each other. I need to show all 5...
1
by: atahim | last post by:
I have a query in my database that calculates '# of Days' based on a start and end date and displays it amongst other fields. What i need to do now is develop another query that will give me the...
22
by: RayPower | last post by:
I'm having problem with using DAO recordset to append record into a table and subsequent code to update other tables in a transaction. The MDB is Access 2000 with the latest service pack of JET 4....
12
by: kabradley | last post by:
Hello, Thanks for looking at my post and hopefully having an answer or at least a suggestion to my problem. I currently work at a financial planning office that deals with many clients and accounts....
7
by: john | last post by:
In my form I have a master table and a details table linked 1xM. I can search through the whole parent table but I also like to be able to search through the child table fields to find parent...
12
by: Lennart Anderson | last post by:
I'm having a MySQl table wih a lot of information. I want to present some main fields in a table on one page. Each record do, of course, have a unique ID. The presnted table will have one field as...
2
by: Margie | last post by:
Hello again After getting great help perfecting my little Access 2007 movies database, I've stumbled upon an inconvenience. In my opinion it seems basic, but still I'm not able to solve it. As an...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.