AODataSegmentPartition
Partitions a segment type across processors relative to a key that is partitioned. This will try to keep as many elements of the segment on the same processor as corresponding neighboring key elements are.
Synopsis
#include "ao.h"
int AODataSegmentPartition(AOData aodata,char *key,char *seg)
Collective on AOData
Input Parameters
| aodata | - the database
|
| key | - the key to be partitioned and renumbered
|
See Also
AODataKeyPartition(), AODataPartitionAndSetupLocal()
Level:advanced
Location:src/dm/ao/interface/aodata.c
AO Index
Table of Contents