[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decalp::rtrnotes

Title:Reliable Transaction Router
Moderator:TALER::DESHMUKH
Created:Tue Dec 12 1989
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:695
Total number of notes:2564

683.0. "Any sample using multiple ranges of Key?" by DEKVC::DONGWONSHIN () Mon Mar 17 1997 12:29

Hello,
 
Does anyone have sample programs using multiple ranges of key at the single 
application ?

And is there any difference in the meaning of between multiple ranges of key 
and the number of key segment ?  

Thanks a lot.

	/Dong-won
T.RTitleUserPersonal
Name
DateLines
683.1DECALP::KLAVINSEd Klavins, RTR EngineeringTue Mar 18 1997 10:4716
> And is there any difference in the meaning of between multiple ranges of key 
> and the number of key segment ?  
> 
    Multiple key ranges: synonymous with multiple partitions (my
    interpretation). I.e there are a couple of servers running, each server 
    has declared an interest in a particular range of values for the key.
    (Any server's key range cannot overlap with another server's). Each 
    of these ranges represents a logical partition of the database. 
    
    Number of key segments: analagous to multi-key index (eg RMS). 
    
    You define the number of keys, the location of each key in the message, 
    and the values for the keys that the server is interested in when doing 
    the open channel call on the server.
    
    ed