You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Gabriel Reid (JIRA)" <ji...@apache.org> on 2014/03/16 08:22:02 UTC

[jira] [Resolved] (PHOENIX-294) Avoid adding delete markers for rows when dropping a column

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

Gabriel Reid resolved PHOENIX-294.
----------------------------------

    Resolution: Fixed

Bulk resolve of closed issues imported from GitHub. This status was reached by first re-opening all closed imported issues and then resolving them in bulk.

> Avoid adding delete markers for rows when dropping a column
> -----------------------------------------------------------
>
>                 Key: PHOENIX-294
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-294
>             Project: Phoenix
>          Issue Type: Task
>            Reporter: larsh
>
> Talked to James a bit. Currently when a column is dropped we place delete markers for this column on each row. This is very inefficient when there are many row.
> Another option is to drop the column from just the metadata.
> Since the schema is versioned the only problematic queries would be a wildcard (select * from...) queries.
> For those wildcard queries we can examine the current schema (at the appropriate timestamp) and expand the * to the actual set of columns.



--
This message was sent by Atlassian JIRA
(v6.2#6252)