1.0

Table Of Contents
Creating Partitioned Tables
You create a partitioned table on a set of servers identied by named server groups (or on the default server
group if you do not specify a named server group). Clauses in the CREATE TABLE statement determine how
table data is partitioned, colocated, and replicated across the server group.
The full syntax for the CREATE TABLE statement is:
CREATE TABLE table-name {
( { column-definition | table-constraint }
[, { column-definition | table-constraint } ] * )
|
[( column-name [, column-name ] * ) ]
AS query-expression
WITH NO DATA
}
[ partitioning_clause | REPLICATE ]
[ SERVER GROUPS ( server_group_name [, server_group_name ]*)]
[ HUB ( 'hub-name' | ALL ) ]
[ ASYNCEVENTLISTENER (async-listener-id) ]
[ EVICTION BY {eviction_criterion} EVICTACTION { OVERFLOW | DESTROY }
]
vFabric SQLFire User's Guide54
Managing Your Data in vFabric SQLFire