[ 
https://issues.apache.org/jira/browse/PHOENIX-3077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas D'Silva updated PHOENIX-3077:
------------------------------------
    Attachment: params.gif

[~jamestaylor]

Can you please review this doc change?

The APPEND_ONLY_SCHEMA boolean option (available as of Phoenix 4.8) when true 
declares that columns will only be added
but never removed from a table. With this option set we can prevent the RPC 
from the client to the server to fetch the
table metadata when the client already has all columns declared in a CREATE 
TABLE/VIEW IF NOT EXISTS statement.

The AUTO_PARTITION_SEQ string option (available as of Phoenix 4.8) when set on 
a base table determines the sequence used
to automatically generate a WHERE clause with the first PK column and the 
unique identifier from the sequence for child views.

","
IMMUTABLE_ROWS=true
DEFAULT_COLUMN_FAMILY='a'
SALT_BUCKETS=10
DATA_BLOCK_ENCODING='NONE',a.VERSIONS=10
MAX_FILESIZE=2000000000,MEMSTORE_FLUSHSIZE=80000000
UPDATE_CACHE_FREQUENCY=300000
CREATE SEQUENCE id;
CREATE TABLE base_table (partition_id INTEGER, val DOUBLE) 
AUTO_PARTITION_SEQ=id;
CREATE VIEW my_view AS SELECT * FROM base_table;
The view statement for my_view will be : WHERE partition_id =  1
"

> Add documentation for APPEND_ONLY_SCHEMA, AUTO_PARTITION_SEQ
> ------------------------------------------------------------
>
>                 Key: PHOENIX-3077
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3077
>             Project: Phoenix
>          Issue Type: Task
>            Reporter: prakul agarwal
>            Assignee: Thomas D'Silva
>            Priority: Minor
>         Attachments: params.gif
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to