forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
559 stars 227 forks source link

Property to enable/disable keep deleted cells in CREATE TABLE statement #708

Open pankaj2461 opened 10 years ago

pankaj2461 commented 10 years ago

Table created using Phoenix client have the below property, columnDesc.setKeepDeletedCells(true); Which retains the deleted records even after major compaction happen.

Presently its hard coded in code. We can have some property in CREATE TABLE statement, which will enable or disable the same.