You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2015/08/05 01:49:05 UTC

[jira] [Resolved] (PHOENIX-1902) Do not perform conflict detection for append-only tables

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

Thomas D'Silva resolved PHOENIX-1902.
-------------------------------------
    Resolution: Fixed

> Do not perform conflict detection for append-only tables
> --------------------------------------------------------
>
>                 Key: PHOENIX-1902
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1902
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: James Taylor
>            Assignee: James Taylor
>
> When a table is declared as write-once/append-only (IMMUTABLE_ROWS=true), then we should disable the conflict detection being done by Tephra as there can be no conflicts. This is a much lighter weight model that relies on Tephra mainly to:
> - filter rows for failed (and unabortable) transactions.
> - not show transactional data until it has successfully been committed.



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