Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

teradata partioned primary indexes - how to split and merge partitions - response (1) by CarlosAL

$
0
0

Oracle (and SQLServer) implements partitions as dedicated storage ('segments' in Oracle). A table has diferent partitions, which are segments (sort of 'subtables', loosely speaking).
In Teradata this is completely different: it is about ordering the rows by the partitioning column(s) within the same storage. The seeking will avoid rows above and below the range desired based on this order. It has nothing to do with the Oracle 'partition pruning' mechanism, which will not scan the segments that are not needed.
You may re-read the Teradata documentation. It's not so bad iafter all... ;-)
Cheers.
Carlos.


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>