How to partition a relation with SQL?

From: Eddie Shek <shek_at_aic.hrl.hac.com>
Date: 8 Apr 93 16:43:10 GMT
Message-ID: <29448_at_hacgate.SCG.HAC.COM>


I have a relation that I want to fragment into parts. The naive way to do it would be to load the relation out, partition it and then populate the sub-relations with parts of the original relation.

But, can I issue (perhaps a series of) SQL queries to do it? What if I have a predetermined fragment size ratio that I need to obtain?

Thanks.

-- 
---------------------------------------------------------------
Eddie C. Shek
Hughes Research Laboratories, Los Angeles
shek_at_aic.hrl.hac.com
(310)317-5607
Received on Thu Apr 08 1993 - 18:43:10 CEST

Original text of this message