Book Contents

Book Index

Next Topic

Home

GET_TABLE_PROJECTIONS

GET_TABLE_PROJECTIONS returns information relevant to the status of a table:

Syntax

GET_TABLE_PROJECTIONS('table')

Semantics

 

table

is the name of the table for which to list projections

Notes

Examples

=> SELECT GET_TABLE_PROJECTIONS('t1');

get_table_projections

-----------------------------------------------------------------------------------------------

Current system K is 0.

# of Sites: 1.

Table t1 has 2 projections.

Projection Name: [Segmented] [# of Buddies] [Buddy Projections] [Safe] [UptoDate]

----------------------------------------------------------

t1_p1 [Segmented: No] [# of Buddies: 0] [No buddy projections] [Safe: Yes] [UptoDate: Yes]

t1_sp1 [Segmented: No] [# of Buddies: 0] [No buddy projections] [Safe: Yes] [UptoDate: Yes]