Automatically Delete HBase row – Time to Live (TTL) Settings
One of the HBase features is that it can delete the rows in the table automatically. This feature reduces lot of time that is required to maintain rows if you are handling sensitive data. In this article, we will check automatically delete HBase row using time to live (TTL) setting. HBase Time to Live (TTL) Option - Automatically Delete HBase Row You can set ColumnFamilies a TTL length in seconds, and HBase will automatically delete rows or automatically expires the row once the expiration time is reached. This setting applies…